Package | Description |
---|---|
org.eclipse.ice.client.widgets.geometry | |
org.eclipse.ice.datastructures.form.geometry |
Constructor and Description |
---|
ActionAddShape(ShapeTreeView view,
OperatorType operatorType)
Constructor for creating new ComplexShapes with a given OperatorType
|
Modifier and Type | Method and Description |
---|---|
OperatorType |
ComplexShape.getType()
Returns the OperatorType of the ComplexShape
|
static OperatorType |
OperatorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexShape.setType(OperatorType operatorType)
Accepts all values of the OperatorType enumerator
|
Constructor and Description |
---|
ComplexShape(OperatorType operatorType)
Calls AbstractShape's constructor and sets the operator type to the given
value
|