|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.PropertyType | |
---|---|
artofillusion |
Uses of Property.PropertyType in artofillusion |
---|
Fields in artofillusion declared as Property.PropertyType | |
---|---|
static Property.PropertyType |
Property.BOOLEAN
A property whose values are represented by Boolean objects. |
static Property.PropertyType |
Property.COLOR
A property whose values are represented by RGBColor objects. |
static Property.PropertyType |
Property.DOUBLE
A property whose values are represented by Double objects. |
static Property.PropertyType |
Property.ENUMERATION
A property whose values must be one of a fixed set of allowed values. |
static Property.PropertyType |
Property.INTEGER
A property whose values are represented by Integer objects. |
static Property.PropertyType |
Property.STRING
A property whose values are represented by String objects. |
Methods in artofillusion that return Property.PropertyType | |
---|---|
Property.PropertyType |
Property.getType()
Get the type of this property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |