Package | Description |
---|---|
org.eclipse.ice.client.widgets.mesh |
Modifier and Type | Class and Description |
---|---|
class |
AddMode
This
MeshAppStateMode allows the user to add additional polygons to
the MeshAppState 's MeshComponent by clicking on the grid. |
class |
EditMode
This
MeshAppStateMode allows the user to select available vertices
and modify them by dragging them or deleting them. |
Modifier and Type | Method and Description |
---|---|
MeshAppStateMode |
MeshAppStateModeFactory.getMode(MeshAppStateModeFactory.Mode type)
Gets a MeshApplicationMode corresponding to a String name.
|
Modifier and Type | Method and Description |
---|---|
void |
MeshAppState.setMode(MeshAppStateMode mode)
Sets the current
MeshAppStateMode (or how the view is
manipulated) for the MeshAppState . |