public class RigidBodyConnectorAgent extends AddComponentAgent<BodyConnector>
| Constructor and Description |
|---|
RigidBodyConnectorAgent(Main main,
MechModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
handleLocationEvent(GLViewer viewer,
MouseRayEvent rayEvent)
Called after a left mouse press in one of the viewers when a location
listener is installed.
|
void |
selectionChanged(SelectionEvent e) |
void |
setBodies(RigidBody bodyA,
RigidBody bodyB) |
addBasicProps, addComponentType, addComponentType, componentChanged, dispose, setComponentType, show, valueChangeaddWidget, getDisplay, isVisiblegetCenter, intersectClipPlane, intersectViewPlanepublic void selectionChanged(SelectionEvent e)
selectionChanged in interface SelectionListenerselectionChanged in class AddComponentAgent<BodyConnector>public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class AddComponentAgent<BodyConnector>public void handleLocationEvent(GLViewer viewer, MouseRayEvent rayEvent)
AddComponentAgenthandleLocationEvent in class AddComponentAgent<BodyConnector>