PointShapeFactory
public static class PointShapeFactory.Point extends PointShapeFactory.BasePointShapeFactory
PointShapeFactory.BasePointShapeFactory, PointShapeFactory.Circle, PointShapeFactory.Cross, PointShapeFactory.Point, PointShapeFactory.Square, PointShapeFactory.Star, PointShapeFactory.Triangle, PointShapeFactory.X
DEFAULT_SIZE
Constructor | Description |
---|---|
Point() |
Creates a new factory for points with default size.
|
Point(double size) |
Creates a factory for points of given size.
|
Modifier and Type | Method | Description |
---|---|---|
java.awt.Shape |
createPoint(java.awt.geom.Point2D point) |
Creates a shape representing a point.
|
public Point()
public Point(double size)
size
- the size of the pointspublic java.awt.Shape createPoint(java.awt.geom.Point2D point)
createPoint
in interface PointShapeFactory
createPoint
in class PointShapeFactory.BasePointShapeFactory
point
- the location of the pointCopyright © 2018. All rights reserved.