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