Class PointShapeFactory.Star

All Implemented Interfaces:
PointShapeFactory
Enclosing interface:
PointShapeFactory

public static class PointShapeFactory.Star extends PointShapeFactory.BasePointShapeFactory
  • Constructor Details

    • Star

      public Star()
      Creates a new factory for points with default size.
    • Star

      public Star(double size)
      Creates a factory for points of given size.
      Parameters:
      size - the size of the points
  • Method Details