Package | Description |
---|---|
org.eclipse.ice.client.widgets.geometry | |
org.eclipse.ice.datastructures.form.geometry |
Constructor and Description |
---|
ActionAddShape(ShapeTreeView view,
ShapeType shapeType)
Constructor for creating new PrimitiveShapes with a given ShapeType
|
Modifier and Type | Method and Description |
---|---|
ShapeType |
PrimitiveShape.getType()
Gets the ShapeType of the PrimitiveShape
|
static ShapeType |
ShapeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeType[] |
ShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveShape.setType(ShapeType shapeType)
Sets the type of shape of the PrimitiveShape
|
Constructor and Description |
---|
PrimitiveShape(ShapeType shapeType)
Calls AbstractShape's constructor and initializes the ShapeType
|