Class DefaultTexturesCatalog.PropertyKey
Defined in: DefaultTexturesCatalog.js.
Constructor Attributes | Constructor Name and Description |
---|---|
The keys of the properties values read in bundles.
|
Field Attributes | Field Name and Description |
---|---|
The key for the category's name of a texture (mandatory).
|
|
<static> |
DefaultTexturesCatalog.PropertyKey.CATEGORY
The key for the category's name of a texture (mandatory).
|
<static> |
DefaultTexturesCatalog.PropertyKey.CREATOR
The key for the creator of a texture (optional).
|
The key for the creator of a texture (optional).
|
|
<static> |
DefaultTexturesCatalog.PropertyKey.HEIGHT
The key for the height in centimeters of a texture (mandatory).
|
The key for the height in centimeters of a texture (mandatory).
|
|
The key for the ID of a texture (optional).
|
|
<static> |
DefaultTexturesCatalog.PropertyKey.ID
The key for the ID of a texture (optional).
|
<static> |
DefaultTexturesCatalog.PropertyKey.IMAGE
The key for the image file of a texture (mandatory).
|
The key for the icon file of a texture (mandatory).
|
|
<static> |
DefaultTexturesCatalog.PropertyKey.IMAGE_DIGEST
The key for the SHA-1 digest of the image file of a texture (optional).
|
The key for the SHA-1 digest of the icon file of a texture (optional).
|
|
<static> |
DefaultTexturesCatalog.PropertyKey.NAME
The key for the name of a texture (mandatory).
|
The key for the name of a texture (mandatory).
|
|
<static> |
DefaultTexturesCatalog.PropertyKey.WIDTH
The key for the width in centimeters of a texture (mandatory).
|
The key for the width in centimeters of a texture (mandatory).
|
Class Detail
DefaultTexturesCatalog.PropertyKey()
The keys of the properties values read in bundles.
Field Detail
{DefaultTexturesCatalog.PropertyKey}
CATEGORY
The key for the category's name of a texture (mandatory).
A new category with this name will be created if it doesn't exist.
<static>
DefaultTexturesCatalog.PropertyKey.CATEGORY
The key for the category's name of a texture (mandatory).
A new category with this name will be created if it doesn't exist.
<static>
DefaultTexturesCatalog.PropertyKey.CREATOR
The key for the creator of a texture (optional).
{DefaultTexturesCatalog.PropertyKey}
CREATOR
The key for the creator of a texture (optional).
<static>
DefaultTexturesCatalog.PropertyKey.HEIGHT
The key for the height in centimeters of a texture (mandatory).
{DefaultTexturesCatalog.PropertyKey}
HEIGHT
The key for the height in centimeters of a texture (mandatory).
The key for the ID of a texture (optional).
Two textures read in a textures catalog can't have the same ID
and the second one will be ignored.
<static>
DefaultTexturesCatalog.PropertyKey.ID
The key for the ID of a texture (optional).
Two textures read in a textures catalog can't have the same ID
and the second one will be ignored.
<static>
DefaultTexturesCatalog.PropertyKey.IMAGE
The key for the image file of a texture (mandatory).
This image file can be either the path to an image relative to classpath
or an absolute URL. It should be encoded in application/x-www-form-urlencoded
format if needed.
The key for the icon file of a texture (mandatory).
This icon file can be either the path to an image relative to classpath
or an absolute URL. It should be encoded in application/x-www-form-urlencoded
format if needed.
<static>
DefaultTexturesCatalog.PropertyKey.IMAGE_DIGEST
The key for the SHA-1 digest of the image file of a texture (optional).
This property is used to compare faster catalog resources with the ones of a read home,
and should be encoded in Base64.
{DefaultTexturesCatalog.PropertyKey}
IMAGE_DIGEST
The key for the SHA-1 digest of the icon file of a texture (optional).
This property is used to compare faster catalog resources with the ones of a read home,
and should be encoded in Base64.
will be considered as being necessary to view correctly the 3D model.
<static>
DefaultTexturesCatalog.PropertyKey.NAME
The key for the name of a texture (mandatory).
The key for the name of a texture (mandatory).
<static>
DefaultTexturesCatalog.PropertyKey.WIDTH
The key for the width in centimeters of a texture (mandatory).
The key for the width in centimeters of a texture (mandatory).