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, isVisiblegetCenter, intersectClipPlane, intersectViewPlanepublic MeshRegistrationAgent(Main main, ModelComponent source, ModelComponent target)
public PropertyList getAllPropertyInfo()
HasPropertiesgetAllPropertyInfo in interface HasPropertiespublic 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 HasPropertiesname - 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.ActionListeneractionPerformed in class FrameBasedEditingAgentpublic void selectionChanged(SelectionEvent e)
selectionChanged in interface SelectionListenerpublic void show(java.awt.Rectangle popupBounds)
FrameBasedEditingAgentshow in class FrameBasedEditingAgentpopupBounds - TODOpublic void dispose()
FrameBasedEditingAgentdispose in interface Disposabledispose in class FrameBasedEditingAgent