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
| 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. |
méthodes
| 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. |
Voir aussi
- Aspose.3D - référence API d’entreprise