Sweet Home 3D 3.4

Uses of Interface
com.eteks.sweethome3d.model.TextureImage

Packages that use TextureImage
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 TextureImage in com.eteks.sweethome3d.model
 

Classes in com.eteks.sweethome3d.model that implement TextureImage
 class CatalogTexture
          A texture in textures catalog.
 class HomeTexture
          An image used as texture on home 3D objects.
 

Methods in com.eteks.sweethome3d.model that return TextureImage
 TextureImage Wall.getPattern()
          Returns the wall pattern in plan.
 TextureImage PatternsCatalog.getPattern(int index)
          Returns the pattern at a given index.
 TextureImage PatternsCatalog.getPattern(java.lang.String name)
          Returns the pattern with a given name.
 TextureImage UserPreferences.getWallPattern()
          Returns the wall pattern in plan used by default.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type TextureImage
 java.util.List<TextureImage> PatternsCatalog.getPatterns()
          Returns the patterns list.
 

Methods in com.eteks.sweethome3d.model with parameters of type TextureImage
 void Wall.setPattern(TextureImage pattern)
          Sets how walls should be displayed in plan, and notifies listeners of this change.
 void UserPreferences.setWallPattern(TextureImage wallPattern)
          Sets how walls should be displayed in plan by default, and notifies listeners of this change.
 

Constructors in com.eteks.sweethome3d.model with parameters of type TextureImage
HomeTexture(TextureImage texture)
          Creates a home texture from an existing one.
 

Constructor parameters in com.eteks.sweethome3d.model with type arguments of type TextureImage
PatternsCatalog(java.util.List<TextureImage> patterns)
          Creates a patterns catalog.
 

Uses of TextureImage in com.eteks.sweethome3d.swing
 

Methods in com.eteks.sweethome3d.swing with parameters of type TextureImage
static java.awt.image.BufferedImage SwingTools.getPatternImage(TextureImage pattern, java.awt.Color backgroundColor, java.awt.Color foregroundColor)
          Returns the image matching a given pattern.
 

Uses of TextureImage in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return TextureImage
 TextureImage UserPreferencesController.getWallPattern()
          Returns the wall pattern in plan.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type TextureImage
 void UserPreferencesController.setWallPattern(TextureImage wallPattern)
          Sets how furniture should be displayed in plan, and notifies listeners of this change.
 


Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License