Uses of Class
javoids.Shapes.Shape

Uses of Shapes.Shape in javoids
 

Fields in javoids with type parameters of type Shapes.Shape
private static java.util.HashMap<Shapes.Shape,java.util.Vector<java.awt.Color>> Shapes.colorMap
          a mapping of shape names to colors that go with the areas of the shape
private static java.util.HashMap<Shapes.Shape,java.util.Vector<java.awt.geom.Area>> Shapes.shapeMap
          a mapping of shape names to areas that make up the shape
 

Methods in javoids that return Shapes.Shape
static Shapes.Shape Shapes.getShape(int number)
           
static Shapes.Shape Shapes.Shape.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Shapes.Shape[] Shapes.Shape.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in javoids with parameters of type Shapes.Shape
static java.util.Vector<java.awt.geom.Area> Shapes.getAreas(Shapes.Shape shape, int _size, int maximumSize)
           
static java.util.Vector<java.awt.Color> Shapes.getColors(Shapes.Shape shape)