ObjectProperty

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

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

Methods

SignatureDescription
ObjectProperty(name: String)Calls ObjectProperty(name) on this ObjectProperty instance.
ObjectProperty(name: String, value: Object)Calls ObjectProperty(name, value) on this ObjectProperty instance.
getValue()ObjectReturns the value.
setValue(value: Object)Sets the value value.
Property(name: String)Initializes a new instance of the Property class.
getName()StringGets the name of the property.
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