artisynth.core.gui.editorManager
Class DuplicateAgent
java.lang.Object
artisynth.core.gui.editorManager.EditingAgent
artisynth.core.gui.editorManager.DuplicateAgent
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class DuplicateAgent
- extends EditingAgent
- implements java.awt.event.ActionListener
This class is responsible for duplicating selections of components.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DuplicateAgent
public DuplicateAgent(Main main,
java.util.LinkedList<ModelComponent> copyList,
java.util.LinkedList<MutableCompositeComponent<?>> parentList)
show
public void show()
handleRayEvent
public void handleRayEvent(GLViewer viewer,
MouseRayEvent rayEvent)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener