Package | Description |
---|---|
com.eteks.sweethome3d.model |
Describes model classes of Sweet Home 3D.
|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
Camera.Lens |
Camera.getLens()
Returns the lens of this camera.
|
static Camera.Lens |
Camera.Lens.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Camera.Lens[] |
Camera.Lens.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Camera.setLens(Camera.Lens lens)
Sets the lens of this camera and notifies listeners of this change.
|
Constructor and Description |
---|
Camera(float x,
float y,
float z,
float yaw,
float pitch,
float fieldOfView,
long time,
Camera.Lens lens)
Creates a camera at given location and angles.
|
Camera(java.lang.String id,
float x,
float y,
float z,
float yaw,
float pitch,
float fieldOfView,
long time,
Camera.Lens lens)
Creates a camera at given location and angles.
|
Modifier and Type | Method and Description |
---|---|
Camera.Lens |
PhotoController.getLens()
Returns the edited camera lens.
|
Modifier and Type | Method and Description |
---|---|
void |
PhotoController.setLens(Camera.Lens lens)
Sets the edited camera lens.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License