artisynth.core.gui.editorManager
Class FemModel3dEditor
java.lang.Object
artisynth.core.gui.editorManager.EditorBase
artisynth.core.gui.editorManager.FemModel3dEditor
public class FemModel3dEditor
- extends EditorBase
This class is responsible for knowing which components can be added to a
FemModel3d.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FemModel3dEditor
public FemModel3dEditor(Main main,
EditorManager editManager)
addActions
public void addActions(EditActionMap actions,
SelectionManager selManager)
- Description copied from class:
EditorBase
- Adds editing actions that can be provided by this editor, for
a given selection context, to an action map.
- Overrides:
addActions
in class EditorBase
- Parameters:
actions
- action map to which actions are appended.selManager
- used to query the current selection context
applyAction
public void applyAction(java.lang.String actionCommand,
java.util.LinkedList<ModelComponent> selection,
java.awt.Rectangle popupBounds)
- Overrides:
applyAction
in class EditorBase