ObjectProperty
Overview
ObjectProperty is a class in Aspose.3D FOSS for Java.
Inherits from: Property.
Concrete property implementation for Object values.
This class provides 12 methods for working with ObjectProperty objects in Java programs.
Available methods include: ObjectProperty, Property, getBindPoint, getExtra, getKeyframeSequence, getName, getValue, getValueType, setExtra, setValue, toString.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: name, value, valueType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | Object | Read | Gets the value. |
name | String | Read | Gets the name of the property. |
valueType | Class<?> | Read | Gets the type of the property value. |
Methods
| Signature | Description |
|---|---|
ObjectProperty(name: String) | Calls ObjectProperty(name) on this ObjectProperty instance. |
ObjectProperty(name: String, value: Object) | Calls ObjectProperty(name, value) on this ObjectProperty instance. |
getValue() → Object | Returns the value. |
setValue(value: Object) | Sets the value value. |
Property(name: String) | Initializes a new instance of the Property class. |
getName() → String | Gets the name of the property. |
getValueType() → Class<?> | Gets the type of the property value. |
getExtra(name: String) → Object | Gets extra data of the property associated by name. |
setExtra(name: String, value: Object) | Sets extra data of the property associated by name. |
getBindPoint(anim: AnimationNode, create: boolean) → BindPoint | Gets the property bind point on specified animation instance. |
getKeyframeSequence(anim: AnimationNode, create: boolean) → KeyframeSequence | Gets the keyframe sequence on specified animation instance. |
toString() → String | Returns a string that represents the current Property. |