jsynoptic.plugins.java3d.edit
Class Transform3DEdit.Group
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
jsynoptic.plugins.java3d.edit.PropertyEdit<T,Transform3D>
jsynoptic.plugins.java3d.edit.Transform3DEdit<TransformGroup>
jsynoptic.plugins.java3d.edit.Transform3DEdit.Group
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.undo.UndoableEdit
- Enclosing class:
- Transform3DEdit<T extends SceneGraphObject>
public static class Transform3DEdit.Group
- extends Transform3DEdit<TransformGroup>
- See Also:
- Serialized Form
Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
RedoName, UndoName |
Methods inherited from class jsynoptic.plugins.java3d.edit.PropertyEdit |
addListener, compare, forceCapability, getOldValue, getPresentationName, isModified, redo, removeListener, restoreCapability, setNewValue, setNode, toString, undo |
Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Transform3DEdit.Group
public Transform3DEdit.Group(TransformGroup object)
getPropertyValues
public double[] getPropertyValues(TransformValues[] kind)
getPropertyValue
public Transform3D getPropertyValue()
- Specified by:
getPropertyValue
in class PropertyEdit<TransformGroup,Transform3D>
setPropertyValue
public void setPropertyValue(Transform3D value)
- Specified by:
setPropertyValue
in class PropertyEdit<TransformGroup,Transform3D>
getDisplayClassName
public java.lang.String getDisplayClassName()
- Specified by:
getDisplayClassName
in class PropertyEdit<TransformGroup,Transform3D>