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 |
---|---|
AspectRatio |
HomeEnvironment.getPhotoAspectRatio()
Returns the preferred photo aspect ratio.
|
AspectRatio |
HomeEnvironment.getVideoAspectRatio()
Returns the preferred video aspect ratio.
|
static AspectRatio |
AspectRatio.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AspectRatio[] |
AspectRatio.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HomeEnvironment.setPhotoAspectRatio(AspectRatio photoAspectRatio)
Sets the preferred photo aspect ratio, and notifies
listeners of this change.
|
void |
HomeEnvironment.setVideoAspectRatio(AspectRatio videoAspectRatio)
Sets the preferred video aspect ratio, and notifies
listeners of this change.
|
Modifier and Type | Method and Description |
---|---|
AspectRatio |
AbstractPhotoController.getAspectRatio()
Returns the aspect ratio of the photo.
|
AspectRatio |
VideoController.getAspectRatio()
Returns the aspect ratio of the video.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPhotoController.setAspectRatio(AspectRatio aspectRatio)
Sets the aspect ratio of the photo.
|
void |
VideoController.setAspectRatio(AspectRatio aspectRatio)
Sets the aspect ratio of the video.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License