Sweet Home 3D 4.1

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

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

Methods in com.eteks.sweethome3d.io that return CatalogTexture
protected  CatalogTexture DefaultTexturesCatalog.readTexture(ResourceBundle resource, int index, URL texturesUrl, URL texturesResourcesUrlBase)
          Reads each texture described in resource bundle.
 

Uses of CatalogTexture in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return CatalogTexture
 CatalogTexture TexturesCategory.getTexture(int index)
          Returns the texture at a given index.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type CatalogTexture
 List<CatalogTexture> TexturesCategory.getTextures()
          Returns the textures list of this category sorted by name.
 

Methods in com.eteks.sweethome3d.model with parameters of type CatalogTexture
 void TexturesCatalog.add(TexturesCategory category, CatalogTexture texture)
          Adds texture of a given category to this catalog.
 int CatalogTexture.compareTo(CatalogTexture texture)
          Compares the names of this texture and the one in parameter.
 void TexturesCatalog.delete(CatalogTexture texture)
          Deletes the texture from this catalog.
 int TexturesCategory.getIndexOfTexture(CatalogTexture texture)
          Returns the index of the given texture.
 

Method parameters in com.eteks.sweethome3d.model with type arguments of type CatalogTexture
 void TexturesCatalog.addTexturesListener(CollectionListener<CatalogTexture> listener)
          Adds the texture listener in parameter to this catalog.
 void TexturesCatalog.removeTexturesListener(CollectionListener<CatalogTexture> listener)
          Removes the texture listener in parameter from this catalog.
 

Uses of CatalogTexture in com.eteks.sweethome3d.swing
 

Methods in com.eteks.sweethome3d.swing with parameters of type CatalogTexture
 View SwingViewFactory.createImportedTextureWizardStepsView(CatalogTexture texture, String textureName, UserPreferences preferences, ImportedTextureWizardController importedTextureWizardController)
          Returns a new view that displays the different steps that helps the user to import a texture.
 

Constructors in com.eteks.sweethome3d.swing with parameters of type CatalogTexture
ImportedTextureWizardStepsPanel(CatalogTexture catalogTexture, String textureName, UserPreferences preferences, ImportedTextureWizardController controller)
          Creates a view for texture image choice and attributes.
 

Uses of CatalogTexture in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type CatalogTexture
 View ViewFactoryAdapter.createImportedTextureWizardStepsView(CatalogTexture texture, String textureName, UserPreferences preferences, ImportedTextureWizardController importedTextureWizardController)
           
 View ViewFactory.createImportedTextureWizardStepsView(CatalogTexture texture, String textureName, UserPreferences preferences, ImportedTextureWizardController importedTextureWizardController)
          Returns a new view that displays the different steps that helps the user to import a texture.
 void TextureChoiceController.deleteTexture(CatalogTexture texture)
          Controls the deletion of a texture.
 void TextureChoiceController.modifyTexture(CatalogTexture texture)
          Controls the modification of a texture.
 

Constructors in com.eteks.sweethome3d.viewcontroller with parameters of type CatalogTexture
ImportedTextureWizardController(CatalogTexture texture, UserPreferences preferences, ViewFactory viewFactory, ContentManager contentManager)
          Creates a controller that edits texture values.
 


Sweet Home 3D 4.1

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