Sweet Home 3D 3.4

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

Packages that use TexturesCategory
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.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
 java.util.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 3.4

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