Uses of Class
com.arctorus.documents.ShapeType

Packages that use ShapeType
com.arctorus.documents   
 

Uses of ShapeType in com.arctorus.documents
 

Methods in com.arctorus.documents that return ShapeType
 ShapeType Shape.getShapeType()
          Get type of a shape.
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're declared.
 

Methods in com.arctorus.documents with parameters of type ShapeType
static Shape ShapeFactory.create(ShapeType shapeType)
          Create and return new shape with the specified type.