artisynth.core.gui.editorManager
Class AttachParticleAgent
java.lang.Object
artisynth.core.gui.editorManager.EditingAgent
artisynth.core.gui.editorManager.FrameBasedEditingAgent
artisynth.core.gui.editorManager.AddComponentAgent<DynamicAttachment>
artisynth.core.gui.editorManager.AttachParticleAgent
- All Implemented Interfaces:
- SelectionListener, ComponentChangeListener, java.awt.event.ActionListener, java.util.EventListener, Disposable, ValueChangeListener
public class AttachParticleAgent
- extends AddComponentAgent<DynamicAttachment>
Responsible for attaching particles to each other within a mech model
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachParticleAgent
public AttachParticleAgent(Main main,
MechModel model)
setParticless
public void setParticless(Particle particleA,
Particle particleB)
selectionChanged
public void selectionChanged(SelectionEvent e)
- Specified by:
selectionChanged
in interface SelectionListener
- Overrides:
selectionChanged
in class AddComponentAgent<DynamicAttachment>
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
- Overrides:
actionPerformed
in class AddComponentAgent<DynamicAttachment>