gesture_editor_GUI
Class VAE_Gesture_Object
java.lang.Object
format_geometrie_GUI.VAE_Object
gesture_editor_GUI.VAE_Gesture_Object
- All Implemented Interfaces:
- java.io.Serializable
public class VAE_Gesture_Object
- extends VAE_Object
- implements java.io.Serializable
Objet VAE
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VAE_Gesture_Object
public VAE_Gesture_Object(java.lang.String typeName,
java.util.Vector<AttributePanelAnimation> list,
java.lang.String name)
getName
public java.lang.String getName()
getGestureAttributes
public java.util.Vector<AttributePanelAnimation> getGestureAttributes()
- Returns:
- the attributes
setGestureAttributes
public void setGestureAttributes(java.util.Vector<AttributePanelAnimation> attributes)
- Parameters:
attributes - the attributes to set
getTypeName
public java.lang.String getTypeName()
- Overrides:
getTypeName in class VAE_Object
- Returns:
- the typeName
setTypeName
public void setTypeName(java.lang.String typeName)
- Overrides:
setTypeName in class VAE_Object
- Parameters:
typeName - the typeName to set
getAttributesValue
public java.lang.String getAttributesValue(java.lang.String attrName)
- Retourne la valeur de l'attributs dont le nom est donné
- Overrides:
getAttributesValue in class VAE_Object
- Parameters:
attrName - Nom de l'attribut cherché
- Returns:
- Valeur de l'attribut.