Class PointShapeFactory.Point

All Implemented Interfaces:
PointShapeFactory
Enclosing interface:
PointShapeFactory

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

    • Point

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

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