| Package | Description |
|---|---|
| nl.cloudfarming.client.area.field.shape |
| Modifier and Type | Method and Description |
|---|---|
Shape.ShapeType |
Shape.getType()
Returns the shape type as ShapeType (enum-value) A shape can for example be a Field, or a Line, etc.
|
static Shape.ShapeType |
Shape.ShapeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shape.ShapeType[] |
Shape.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 |
Shape.setType(Shape.ShapeType type)
Set the shape type as ShapeType (enum-value) A shape can for example be a Field, or a Line, etc.
|
Shape.Builder |
Shape.Builder.setType(Shape.ShapeType type) |
Copyright © 2011. All Rights Reserved.