Property

Overview

Property is a class in Aspose.3D FOSS for Java. Inherits from: Serializable.

Class to hold user-defined properties.

This class provides 11 methods for working with Property objects in Java programs. Available methods include: 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

NameTypeAccessDescription
nameStringReadGets the name of the property.
valueObjectReadGets the value.
valueTypeClass<?>ReadGets the type of the property value.

Methods

SignatureDescription
Property(name: String)Initializes a new instance of the Property class.
Property(name: String, value: Object)Initializes a new instance of the Property class.
getName() → StringGets the name of the property.
getValue() → ObjectGets the value.
setValue(value: Object)Sets the value.
getValueType() → Class<?>Gets the type of the property value.
getExtra(name: String) → ObjectGets 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) → BindPointGets the property bind point on specified animation instance.
getKeyframeSequence(anim: AnimationNode, create: boolean) → KeyframeSequenceGets the keyframe sequence on specified animation instance.
toString() → StringReturns a string that represents the current Property.

See Also

 English