PointShapeFactory
public static class PointShapeFactory.Circle extends PointShapeFactory.BasePointShapeFactory
PointShapeFactory.BasePointShapeFactory, PointShapeFactory.Circle, PointShapeFactory.Cross, PointShapeFactory.Point, PointShapeFactory.Square, PointShapeFactory.Star, PointShapeFactory.Triangle, PointShapeFactory.X
DEFAULT_SIZE
Constructor | Description |
---|---|
Circle() |
Creates a new factory for points with default size.
|
Circle(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 Circle()
public Circle(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.