Class PointShapeFactory.Point

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