artisynth.core.gui.editorManager
Class RigidBodyGeometryAgent

java.lang.Object
  extended by artisynth.core.gui.editorManager.EditingAgent
      extended by artisynth.core.gui.editorManager.FrameBasedEditingAgent
          extended by artisynth.core.gui.editorManager.RigidBodyGeometryAgent
All Implemented Interfaces:
ComponentChangeListener, java.awt.event.ActionListener, java.util.EventListener, Disposable

public class RigidBodyGeometryAgent
extends FrameBasedEditingAgent


Constructor Summary
RigidBodyGeometryAgent(Main main, RigidBody body)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void dispose()
          Disconnects the agent from the ArtiSynth infrastructure and disposes of its resources.
 
Methods inherited from class artisynth.core.gui.editorManager.FrameBasedEditingAgent
addWidget, componentChanged, isVisible, show
 
Methods inherited from class artisynth.core.gui.editorManager.EditingAgent
getCenter, intersectClipPlane, intersectViewPlane
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RigidBodyGeometryAgent

public RigidBodyGeometryAgent(Main main,
                              RigidBody body)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class FrameBasedEditingAgent

dispose

public void dispose()
Description copied from class: FrameBasedEditingAgent
Disconnects the agent from the ArtiSynth infrastructure and disposes of its resources.

Specified by:
dispose in interface Disposable
Overrides:
dispose in class FrameBasedEditingAgent