java.lang.Object
javax.swing.undo.AbstractUndoableEdit
com.marginallyclever.ro3.apps.commands.ImportURDF
- All Implemented Interfaces:
Serializable,UndoableEdit
Loads a URDF file into the current scene. See also URDF XML format.
In the URDF specification, the default units of measurement are strictly defined by the International System of Units (SI). This means the expected measurement is meters, where Robot Overlord is in centimeters.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
ImportURDF
-
-
Method Details
-
getPresentationName
- Specified by:
getPresentationNamein interfaceUndoableEdit- Overrides:
getPresentationNamein classAbstractUndoableEdit
-
redo
public void redo()- Specified by:
redoin interfaceUndoableEdit- Overrides:
redoin classAbstractUndoableEdit
-
execute
public void execute()Load a URDF file into the current scene. -
undo
- Specified by:
undoin interfaceUndoableEdit- Overrides:
undoin classAbstractUndoableEdit- Throws:
CannotUndoException
-
reverse
public void reverse() -
createFromXML
-