public class FemModel3dAgent extends AddComponentAgent<FemModel3d>
Constructor and Description |
---|
FemModel3dAgent(Main main,
ComponentList<MechSystemModel> list,
CompositeComponent ancestor) |
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, show
addWidget, getDisplay, isVisible
getCenter, intersectClipPlane, intersectViewPlane
public FemModel3dAgent(Main main, ComponentList<MechSystemModel> list, CompositeComponent ancestor)
public void handleLocationEvent(GLViewer viewer, MouseRayEvent rayEvent)
AddComponentAgent
handleLocationEvent
in class AddComponentAgent<FemModel3d>
public void valueChange(ValueChangeEvent evt)
valueChange
in interface ValueChangeListener
valueChange
in class AddComponentAgent<FemModel3d>
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class AddComponentAgent<FemModel3d>
public void dispose()
AddComponentAgent
dispose
in interface Disposable
dispose
in class AddComponentAgent<FemModel3d>