|
Sweet Home 3D 4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eteks.sweethome3d.viewcontroller.AbstractPhotoController
com.eteks.sweethome3d.viewcontroller.PhotosController
public class PhotosController
The controller of multiple photos creation view.
Nested Class Summary | |
---|---|
static class |
PhotosController.Property
The properties that may be edited by the view associated to this controller. |
Constructor Summary | |
---|---|
PhotosController(Home home,
UserPreferences preferences,
View view3D,
ViewFactory viewFactory,
ContentManager contentManager)
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(PhotosController.Property property,
PropertyChangeListener listener)
Adds the property change listener in parameter to this controller. |
void |
displayView(View parentView)
Displays the view controlled by this controller. |
List<Camera> |
getCameras()
Returns the cameras available to create photos. |
Float |
getFileCompressionQuality()
Returns the compression quality used to save image files. |
String |
getFileFormat()
Returns the format used to save image files. |
List<Camera> |
getSelectedCameras()
Returns the selected cameras to create photos. |
DialogView |
getView()
Returns the view associated with this controller. |
void |
removePropertyChangeListener(PhotosController.Property property,
PropertyChangeListener listener)
Removes the property change listener in parameter from this controller. |
void |
setFileCompressionQuality(Float fileCompressionQuality)
Sets the compression quality used to save image files. |
void |
setFileFormat(String fileFormat)
Sets the format used to save image files. |
void |
setSelectedCameras(List<Camera> selectedCameras)
Sets the selected cameras to create photos. |
protected void |
updateProperties()
Updates edited properties from the photo creation preferences. |
Methods inherited from class com.eteks.sweethome3d.viewcontroller.AbstractPhotoController |
---|
addPropertyChangeListener, get3DView, get3DViewAspectRatio, getAspectRatio, getCeilingLightColor, getContentManager, getHeight, getQuality, getQualityLevelCount, getWidth, removePropertyChangeListener, set3DViewAspectRatio, setAspectRatio, setCeilingLightColor, setHeight, setQuality, setVisualProperty, setWidth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhotosController(Home home, UserPreferences preferences, View view3D, ViewFactory viewFactory, ContentManager contentManager)
Method Detail |
---|
public DialogView getView()
public void displayView(View parentView)
public void addPropertyChangeListener(PhotosController.Property property, PropertyChangeListener listener)
listener
in parameter to this controller.
public void removePropertyChangeListener(PhotosController.Property property, PropertyChangeListener listener)
listener
in parameter from this controller.
protected void updateProperties()
updateProperties
in class AbstractPhotoController
public List<Camera> getCameras()
public List<Camera> getSelectedCameras()
public void setSelectedCameras(List<Camera> selectedCameras)
public String getFileFormat()
public void setFileFormat(String fileFormat)
public Float getFileCompressionQuality()
public void setFileCompressionQuality(Float fileCompressionQuality)
|
Sweet Home 3D 4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
![]() |
© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License |