Class PointShapeFactory.X

All Implemented Interfaces:
PointShapeFactory
Enclosing interface:
PointShapeFactory

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

    • X

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

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