public class RigidBodyAgent extends AddComponentAgent<RigidBody>
| Constructor and Description |
|---|
RigidBodyAgent(Main main,
MechModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
void |
dispose()
Disconnects the agent from the ArtiSynth infrastructure and disposes of
its resources.
|
void |
handleLocationEvent(GLViewer viewer,
MouseRayEvent rayEvent)
Called after a left mouse press in one of the viewers when a location
listener is installed.
|
void |
valueChange(ValueChangeEvent evt) |
addBasicProps, addComponentType, addComponentType, componentChanged, selectionChanged, setComponentType, showaddWidget, getDisplay, isVisiblegetCenter, intersectClipPlane, intersectViewPlanepublic void handleLocationEvent(GLViewer viewer, MouseRayEvent rayEvent)
AddComponentAgenthandleLocationEvent in class AddComponentAgent<RigidBody>public void dispose()
AddComponentAgentdispose in interface Disposabledispose in class AddComponentAgent<RigidBody>public void valueChange(ValueChangeEvent evt)
valueChange in interface ValueChangeListenervalueChange in class AddComponentAgent<RigidBody>public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class AddComponentAgent<RigidBody>