public class ExcitationTargetAgent extends FrameBasedEditingAgent implements SelectionListener
| Constructor and Description |
|---|
ExcitationTargetAgent(Main main,
MuscleExciter exciter) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
dispose()
Disconnects the agent from the ArtiSynth infrastructure and disposes of
its resources.
|
void |
objectDeselected(SelectionEvent e) |
void |
selectionChanged(SelectionEvent e) |
void |
show(java.awt.Rectangle popupBounds)
Connects the agent to the ArtiSynth infrastructure and makes it visible.
|
addWidget, componentChanged, getDisplay, isVisiblegetCenter, intersectClipPlane, intersectViewPlanepublic ExcitationTargetAgent(Main main, MuscleExciter exciter)
public void show(java.awt.Rectangle popupBounds)
FrameBasedEditingAgentshow in class FrameBasedEditingAgentpopupBounds - TODOpublic void dispose()
FrameBasedEditingAgentdispose in interface Disposabledispose in class FrameBasedEditingAgentpublic void selectionChanged(SelectionEvent e)
selectionChanged in interface SelectionListenerpublic void objectDeselected(SelectionEvent e)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FrameBasedEditingAgent