Sweet Home 3D 4.0

Uses of Class
com.eteks.sweethome3d.model.Camera

Packages that use Camera
com.eteks.sweethome3d.j3d Contains various tool 3D classes and 3D home objects useful in Swing package
com.eteks.sweethome3d.model Describes model classes of Sweet Home 3D. 
com.eteks.sweethome3d.swing Implements views created by Sweet Home 3D controllers with Swing components. 
com.eteks.sweethome3d.viewcontroller Describes controller classes and view interfaces of Sweet Home 3D. 
 

Uses of Camera in com.eteks.sweethome3d.j3d
 

Methods in com.eteks.sweethome3d.j3d with parameters of type Camera
 void PhotoRenderer.render(BufferedImage image, Camera camera, ImageObserver observer)
          Renders home in image at the given camera location and image size.
 

Uses of Camera in com.eteks.sweethome3d.model
 

Subclasses of Camera in com.eteks.sweethome3d.model
 class ObserverCamera
          Observer camera characteristics in home.
 

Methods in com.eteks.sweethome3d.model that return Camera
 Camera Camera.clone()
          Returns a clone of this camera.
 Camera Home.getCamera()
          Returns the camera used to display this home.
 Camera Home.getTopCamera()
          Returns the camera used to display this home from a top point of view.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type Camera
 List<Camera> Home.getStoredCameras()
          Returns an unmodifiable list of the cameras stored by this home.
 List<Camera> HomeEnvironment.getVideoCameraPath()
          Returns the preferred video camera path.
 

Methods in com.eteks.sweethome3d.model with parameters of type Camera
 void Home.setCamera(Camera camera)
          Sets the camera used to display this home and fires a PropertyChangeEvent.
 void Camera.setCamera(Camera camera)
          Sets the location and angles of this camera from the camera in parameter.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type Camera
 void Home.setStoredCameras(List<Camera> storedCameras)
          Sets the cameras stored by this home and fires a PropertyChangeEvent.
 void HomeEnvironment.setVideoCameraPath(List<Camera> cameraPath)
          Sets the preferred video camera path, and notifies listeners of this change.
 

Uses of Camera in com.eteks.sweethome3d.swing
 

Methods in com.eteks.sweethome3d.swing that return types with arguments of type Camera
 List<Camera> HomePane.showDeletedCamerasDialog()
          Displays a dialog showing the list of cameras stored in home and returns the ones selected by the user to be deleted.
 

Uses of Camera in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return types with arguments of type Camera
 List<Camera> VideoController.getCameraPath()
          Returns the camera path of the video.
 List<Camera> PhotosController.getCameras()
          Returns the cameras available to create photos.
 List<Camera> PhotosController.getSelectedCameras()
          Returns the selected cameras to create photos.
 List<Camera> HomeView.showDeletedCamerasDialog()
          Displays a dialog showing the list of cameras stored in home and returns the ones selected by the user to be deleted.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type Camera
 void HomeController3D.goToCamera(Camera camera)
          Switches to observer or top camera and move camera to the values as the current camera.
 void HomeController3D.CameraControllerState.goToCamera(Camera camera)
           
 

Method parameters in com.eteks.sweethome3d.viewcontroller with type arguments of type Camera
 void HomeController3D.deleteCameras(List<Camera> cameras)
          Deletes the given list of cameras from the ones stored in home.
 void VideoController.setCameraPath(List<Camera> cameraPath)
          Sets the camera locations of the video.
 void PhotosController.setSelectedCameras(List<Camera> selectedCameras)
          Sets the selected cameras to create photos.
 


Sweet Home 3D 4.0

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License