Sweet Home 3D 4.0

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

Packages that use TexturesCategory
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.viewcontroller Describes controller classes and view interfaces of Sweet Home 3D. 
 

Uses of TexturesCategory in com.eteks.sweethome3d.io
 

Methods in com.eteks.sweethome3d.io that return TexturesCategory
protected  TexturesCategory DefaultTexturesCatalog.readTexturesCategory(ResourceBundle resource, int index)
          Returns the category of a texture at the given index of a localized resource bundle.
 

Uses of TexturesCategory in com.eteks.sweethome3d.model
 

Methods in com.eteks.sweethome3d.model that return TexturesCategory
 TexturesCategory CatalogTexture.getCategory()
          Returns the category of this texture.
 TexturesCategory TexturesCatalog.getCategory(int index)
          Returns the category at a given index.
 

Methods in com.eteks.sweethome3d.model that return types with arguments of type TexturesCategory
 List<TexturesCategory> TexturesCatalog.getCategories()
          Returns the categories list sorted by name.
 

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

Uses of TexturesCategory in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return TexturesCategory
 TexturesCategory ImportedTextureWizardController.getCategory()
          Returns the category of the imported texture.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type TexturesCategory
 void ImportedTextureWizardController.setCategory(TexturesCategory category)
          Sets the category of the imported texture.
 


Sweet Home 3D 4.0

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