Uses of Class
nl.cloudfarming.client.area.field.shape.Shape.ShapeType

Packages that use Shape.ShapeType
nl.cloudfarming.client.area.field.shape   
 

Uses of Shape.ShapeType in nl.cloudfarming.client.area.field.shape
 

Methods in nl.cloudfarming.client.area.field.shape that return Shape.ShapeType
 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.
 

Methods in nl.cloudfarming.client.area.field.shape with parameters of type Shape.ShapeType
 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.