Package | Description |
---|---|
org.eclipse.ice.client.widgets.mesh |
Modifier and Type | Class and Description |
---|---|
class |
EdgeController
This class provides a controller for Edge instances, and it creates an
EdgeView for an Edge.
|
class |
VertexController
This class provides a controller for Vertex instances, and it creates a
VertexView for a Vertex.
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeController.copy(AbstractMeshController controller)
This operation copies the contents of a Edge into the current object
using a deep copy.
|
void |
AbstractMeshController.copy(AbstractMeshController controller)
This operation copies the contents of a AbstractMeshController into the
current object using a deep copy.
|
Constructor and Description |
---|
AbstractMeshController(IUpdateable model,
java.util.concurrent.ConcurrentLinkedQueue<AbstractMeshController> queue)
The default constructor.
|
EdgeController(Edge edge,
java.util.concurrent.ConcurrentLinkedQueue<AbstractMeshController> queue,
com.jme3.material.Material material)
The default constructor.
|
VertexController(Vertex vertex,
java.util.concurrent.ConcurrentLinkedQueue<AbstractMeshController> queue,
com.jme3.material.Material material)
The default constructor.
|