public class MotionTargetComponentAgent extends FrameBasedEditingAgent implements SelectionListener
| Constructor and Description |
|---|
MotionTargetComponentAgent(Main main,
TrackingController controller) |
| 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 MotionTargetComponentAgent(Main main, TrackingController controller)
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