Class PointShapeFactory.BasePointShapeFactory

Hierarchy: Object , PointShapeFactory.BasePointShapeFactory
All Implemented Interfaces: PointShapeFactory
public abstract static class PointShapeFactory.BasePointShapeFactory
implements PointShapeFactory
public BasePointShapeFactory()
Creates a new factory for points with default size.
public BasePointShapeFactory(double size)
Creates a factory for points of given size.
Parameters:
size - size the size of the points
public abstract abstract Shape createPoint(Point2D point)
Creates a shape representing a point.
Parameters:
point - point the location of the point
Returns:
a shape