public class AxialSpringAgent<C extends AxialSpring> extends AddComponentAgent<C>
Constructor and Description |
---|
AxialSpringAgent(Main main,
ComponentList<C> list,
CompositeComponent ancestor) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
boolean |
getContinuousAdd() |
void |
selectionChanged(SelectionEvent e) |
void |
setContinuousAdd(boolean continuous) |
void |
setPoints(Point pointA,
Point pointB) |
addBasicProps, addComponentType, addComponentType, componentChanged, dispose, handleLocationEvent, setComponentType, show, valueChange
addWidget, getDisplay, isVisible
getCenter, intersectClipPlane, intersectViewPlane
public AxialSpringAgent(Main main, ComponentList<C> list, CompositeComponent ancestor)
public void setContinuousAdd(boolean continuous)
public boolean getContinuousAdd()
public void selectionChanged(SelectionEvent e)
selectionChanged
in interface SelectionListener
selectionChanged
in class AddComponentAgent<C extends AxialSpring>
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class AddComponentAgent<C extends AxialSpring>