Package | Description |
---|---|
org.eclipse.ice.client.widgets.geometry | |
org.eclipse.ice.datastructures.form.geometry | |
org.eclipse.ice.datastructures.form.mesh |
Modifier and Type | Class and Description |
---|---|
class |
ShapeTreeContentProvider
Provides IShape objects for a TreeViewer, given a parent IShape
|
Modifier and Type | Method and Description |
---|---|
void |
RenderShape.acceptShapeVisitor(IShapeVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveShape.acceptShapeVisitor(IShapeVisitor visitor)
(non-Javadoc)
|
void |
IShape.acceptShapeVisitor(IShapeVisitor visitor)
Calls back onto the visitor's visit() operation, revealing the concrete
type of the IShape
|
void |
ComplexShape.acceptShapeVisitor(IShapeVisitor visitor)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
Polygon.acceptShapeVisitor(IShapeVisitor visitor)
(non-Javadoc)
|
void |
Custom2DShape.acceptShapeVisitor(IShapeVisitor visitor) |