Class PointShapeFactory.Circle

All Implemented Interfaces:
PointShapeFactory
Enclosing interface:
PointShapeFactory

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

    • Circle

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

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