Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected TexturesCategory |
FileUserPreferences.readModifiableTextureCategory(java.util.prefs.Preferences preferences,
int index)
Returns the category of a texture at the given
index
read from preferences . |
protected TexturesCategory |
DefaultTexturesCatalog.readTexturesCategory(java.util.ResourceBundle resource,
int index)
Returns the category of a texture at the given
index of a
localized resource bundle. |
Modifier and Type | Method and Description |
---|---|
TexturesCategory |
CatalogTexture.getCategory()
Returns the category of this texture.
|
TexturesCategory |
TexturesCatalog.getCategory(int index)
Returns the category at a given
index . |
Modifier and Type | Method and Description |
---|---|
java.util.List<TexturesCategory> |
TexturesCatalog.getCategories()
Returns the categories list sorted by name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TexturesCategory |
ImportedTextureWizardController.getCategory()
Returns the category of the imported texture.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportedTextureWizardController.setCategory(TexturesCategory category)
Sets the category of the imported texture.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License