Sweet Home 3D 4.0

Uses of Package
com.eteks.sweethome3d.model

Packages that use com.eteks.sweethome3d.model
com.eteks.sweethome3d Instantiates the required classes to run Sweet Home 3D as a stand-alone application. 
com.eteks.sweethome3d.applet Instantiates the required classes to run Sweet Home 3D as an applet
com.eteks.sweethome3d.io Implements how to read and write homes and user preferences created in model classes of Sweet Home 3D. 
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.plugin Describes the super classes required to create Sweet Home 3D plug-ins. 
com.eteks.sweethome3d.swing Implements views created by Sweet Home 3D controllers with Swing components. 
com.eteks.sweethome3d.tools Contains various tool classes useful in View/Controller packages and IO packages
com.eteks.sweethome3d.viewcontroller Describes controller classes and view interfaces of Sweet Home 3D. 
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d
Home
          The home managed by the application with its furniture and walls.
HomeApplication
          Application managing a list of homes displayed at screen.
HomeRecorder
          Homes recorder.
HomeRecorder.Type
          Recorder type used as a hint to select a home recorder.
UserPreferences
          User preferences.
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.applet
Home
          The home managed by the application with its furniture and walls.
HomeApplication
          Application managing a list of homes displayed at screen.
HomeRecorder
          Homes recorder.
Library
          A library able to provide additional capabilities to Sweet Home 3D.
RecorderException
          Exception thrown by methods that access to data in IO layer.
UserPreferences
          User preferences.
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.io
CatalogPieceOfFurniture
          A catalog piece of furniture.
CatalogTexture
          A texture in textures catalog.
FurnitureCatalog
          Furniture catalog.
FurnitureCategory
          Category of furniture.
Home
          The home managed by the application with its furniture and walls.
HomeApplication
          Application managing a list of homes displayed at screen.
HomeRecorder
          Homes recorder.
Library
          A library able to provide additional capabilities to Sweet Home 3D.
RecorderException
          Exception thrown by methods that access to data in IO layer.
TexturesCatalog
          Textures catalog.
TexturesCategory
          Category of textures.
UserPreferences
          User preferences.
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.j3d
Camera
          Camera characteristics in home.
Content
          Content for files, images...
Home
          The home managed by the application with its furniture and walls.
HomeMaterial
          The color and other properties of a material.
HomePieceOfFurniture
          A piece of furniture in home.
Room
          A room or a polygon in a home plan.
Selectable
          An object that is selectable in home.
Wall
          A wall of a home plan.
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.model
AspectRatio
          The aspect ratio of pictures.
BackgroundImage
          The image displayed in background of the plan.
Camera
          Camera characteristics in home.
Camera.Lens
          The kind of lens that can be used with a camera.
Camera.Property
          The properties of a camera that may change.
CatalogPieceOfFurniture
          A catalog piece of furniture.
CatalogTexture
          A texture in textures catalog.
CollectionEvent
          Type of event notified when an item is added or deleted from a list.
CollectionEvent.Type
          The type of change in the collection.
CollectionListener
          A listener notified when items are added or removed from a collection.
Compass
          A compass used to locate where a home is located and how it's oriented towards North.
Compass.Property
          The properties of a compass that may change.
Content
          Content for files, images...
DimensionLine
          A dimension line in plan.
DimensionLine.Property
          The properties of a dimension line that may change.
DoorOrWindow
          A piece of furniture used as a door or a window.
Elevatable
          An object that belongs to a level.
FurnitureCatalog
          Furniture catalog.
FurnitureCategory
          Category of furniture.
Home
          The home managed by the application with its furniture and walls.
Home.Property
          The properties of a home that may change.
HomeDoorOrWindow
          A door or a window in home.
HomeEnvironment
          The environment attributes of a home.
HomeEnvironment.DrawingMode
          The various modes used to draw home in 3D.
HomeEnvironment.Property
          The environment properties that may change.
HomeFurnitureGroup
          A group of furniture of furniture.
HomeLight
          A light in home.
HomeLight.Property
          The properties of a light that may change.
HomeMaterial
          The color and other properties of a material.
HomePieceOfFurniture
          A piece of furniture in home.
HomePieceOfFurniture.Property
          The properties of a piece of furniture that may change.
HomePieceOfFurniture.SortableProperty
          The properties on which home furniture may be sorted.
HomePrint
          The print attributes for a home.
HomePrint.PaperOrientation
          Paper orientation.
HomeRecorder
          Homes recorder.
HomeRecorder.Type
          Recorder type used as a hint to select a home recorder.
HomeTexture
          An image used as texture on home 3D objects.
Label
          A free label.
Label.Property
          The properties of a label that may change.
LengthUnit
          Unit used for lengths.
Level
          A level in a home.
Level.Property
          The properties of a level that may change.
Library
          A library able to provide additional capabilities to Sweet Home 3D.
Light
          A piece of furniture that contains one or more light sources.
LightSource
          A light source of a light.
ObserverCamera
          Observer camera characteristics in home.
ObserverCamera.Property
          The additional properties of an observer camera that may change.
PatternsCatalog
          A catalog of texture images used as patterns to fill plan areas.
PieceOfFurniture
          A piece of furniture.
RecorderException
          Exception thrown by methods that access to data in IO layer.
Room
          A room or a polygon in a home plan.
Room.Property
          The properties of a room that may change.
Sash
          A sash (moving part) of a door or a window.
Selectable
          An object that is selectable in home.
SelectionEvent
          Type of event notified when selection changes in home or furniture catalog.
SelectionListener
          Listener implemented to receive notifications of selection changes in Home.
TextStyle
          The different attributes that defines a text style.
TextureImage
          An image used as texture.
TexturesCatalog
          Textures catalog.
TexturesCategory
          Category of textures.
UserPreferences
          User preferences.
UserPreferences.Property
          The properties of user preferences that may change.
Wall
          A wall of a home plan.
Wall.Property
          The properties of a wall that may change.
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.plugin
Home
          The home managed by the application with its furniture and walls.
HomeApplication
          Application managing a list of homes displayed at screen.
Library
          A library able to provide additional capabilities to Sweet Home 3D.
RecorderException
          Exception thrown by methods that access to data in IO layer.
UserPreferences
          User preferences.
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.swing
BackgroundImage
          The image displayed in background of the plan.
Camera
          Camera characteristics in home.
CatalogPieceOfFurniture
          A catalog piece of furniture.
CatalogTexture
          A texture in textures catalog.
Content
          Content for files, images...
DimensionLine
          A dimension line in plan.
FurnitureCatalog
          Furniture catalog.
Home
          The home managed by the application with its furniture and walls.
HomeMaterial
          The color and other properties of a material.
HomePieceOfFurniture
          A piece of furniture in home.
HomePrint
          The print attributes for a home.
RecorderException
          Exception thrown by methods that access to data in IO layer.
Selectable
          An object that is selectable in home.
TextStyle
          The different attributes that defines a text style.
TextureImage
          An image used as texture.
UserPreferences
          User preferences.
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.tools
Content
          Content for files, images...
 

Classes in com.eteks.sweethome3d.model used by com.eteks.sweethome3d.viewcontroller
AspectRatio
          The aspect ratio of pictures.
BackgroundImage
          The image displayed in background of the plan.
Camera
          Camera characteristics in home.
Camera.Lens
          The kind of lens that can be used with a camera.
CatalogPieceOfFurniture
          A catalog piece of furniture.
CatalogTexture
          A texture in textures catalog.
Content
          Content for files, images...
DimensionLine
          A dimension line in plan.
FurnitureCatalog
          Furniture catalog.
FurnitureCategory
          Category of furniture.
Home
          The home managed by the application with its furniture and walls.
HomeApplication
          Application managing a list of homes displayed at screen.
HomeFurnitureGroup
          A group of furniture of furniture.
HomeMaterial
          The color and other properties of a material.
HomePieceOfFurniture
          A piece of furniture in home.
HomePieceOfFurniture.SortableProperty
          The properties on which home furniture may be sorted.
HomePrint
          The print attributes for a home.
HomeTexture
          An image used as texture on home 3D objects.
Label
          A free label.
LengthUnit
          Unit used for lengths.
Level
          A level in a home.
PieceOfFurniture
          A piece of furniture.
RecorderException
          Exception thrown by methods that access to data in IO layer.
Room
          A room or a polygon in a home plan.
Selectable
          An object that is selectable in home.
SelectionListener
          Listener implemented to receive notifications of selection changes in Home.
TextStyle
          The different attributes that defines a text style.
TextureImage
          An image used as texture.
TexturesCategory
          Category of textures.
UserPreferences
          User preferences.
Wall
          A wall of a home plan.
 


Sweet Home 3D 4.0

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