ObjectProperty

Vue de l’ensemble

‘ObjectProperty’ est une classe dans Aspose.3D FOSS pour Java.

Implémentation de propriété concrète pour les valeurs d’objet.

Cette classe fournit 12 méthodes pour travailler avec les objets ObjectProperty dans des programmes Java. Les méthodologies disponibles comprennent: ‘ObjectProperty’, ‘Poperty’, getBindPoint', ‘getExtra’, 'getKeyframeSequence', ’getName', ‚getValue, ’ getValuetType , 'setEextra et ’ setVvaluet’ . Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.3D FOSS pour le package Java . Propriétés : ’name ; 'value; ‘valeurTyp’.

Propriétés

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

méthodes

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.

Voir aussi

  • Aspose.3D - référence API d’entreprise
 Français