public class MeshRegistrationAgent extends FrameBasedEditingAgent implements HasProperties, SelectionListener
Modifier and Type | Class and Description |
---|---|
static class |
MeshRegistrationAgent.Method |
Constructor and Description |
---|
MeshRegistrationAgent(Main main,
ModelComponent source,
ModelComponent target) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
dispose()
Disconnects the agent from the ArtiSynth infrastructure and disposes of
its resources.
|
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
MeshRegistrationAgent.Method |
getMethod() |
Property |
getProperty(java.lang.String name)
Returns a property associated with a specified path name.
|
void |
selectionChanged(SelectionEvent e) |
void |
setMethod(MeshRegistrationAgent.Method method) |
void |
show(java.awt.Rectangle popupBounds)
Connects the agent to the ArtiSynth infrastructure and makes it visible.
|
addWidget, componentChanged, getDisplay, isVisible
getCenter, intersectClipPlane, intersectViewPlane
public MeshRegistrationAgent(Main main, ModelComponent source, ModelComponent target)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
public Property getProperty(java.lang.String name)
HasProperties
.
' characters. A sub-property
exists if the value of a property is itself an object which exports
properties. It is only possible to obtain a sub-property handle if each of
its ancestor properties exports their values by reference.getProperty
in interface HasProperties
name
- name of the desired property or sub-propertypublic MeshRegistrationAgent.Method getMethod()
public void setMethod(MeshRegistrationAgent.Method method)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class FrameBasedEditingAgent
public void selectionChanged(SelectionEvent e)
selectionChanged
in interface SelectionListener
public void show(java.awt.Rectangle popupBounds)
FrameBasedEditingAgent
show
in class FrameBasedEditingAgent
popupBounds
- TODOpublic void dispose()
FrameBasedEditingAgent
dispose
in interface Disposable
dispose
in class FrameBasedEditingAgent