jsynoptic.plugins.java3d.edit
Class AppearanceEdit.LineWidthEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
jsynoptic.plugins.java3d.edit.PropertyEdit<Appearance,java.lang.Float>
jsynoptic.plugins.java3d.edit.AppearanceEdit.LineWidthEdit
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.undo.UndoableEdit
- Enclosing class:
- AppearanceEdit
public static class AppearanceEdit.LineWidthEdit
- extends PropertyEdit<Appearance,java.lang.Float>
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
LineWidth
|
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 |
LineWidth
public static final java.lang.String LineWidth
- See Also:
- Constant Field Values
AppearanceEdit.LineWidthEdit
public AppearanceEdit.LineWidthEdit(Appearance object)
getPropertyValue
public java.lang.Float getPropertyValue()
- Specified by:
getPropertyValue
in class PropertyEdit<Appearance,java.lang.Float>
setPropertyValue
public void setPropertyValue(java.lang.Float res)
- Specified by:
setPropertyValue
in class PropertyEdit<Appearance,java.lang.Float>
getDisplayClassName
public java.lang.String getDisplayClassName()
- Specified by:
getDisplayClassName
in class PropertyEdit<Appearance,java.lang.Float>