public interface PointShapeFactory
Shapes to represent
PointShapeFactory.Point geometries. Java2D does not provide an actual point shape, so some other shape must be used to render points (e.g. such as a Rectangle or Ellipse).
| Modifier and Type | Interface and Description |
|---|---|
static class |
PointShapeFactory
|
static class |
PointShapeFactory
|
static class |
PointShapeFactory
|
static class |
PointShapeFactory
|
static class |
PointShapeFactory
|
static class |
PointShapeFactory
|
static class |
PointShapeFactory
|
static class |
PointShapeFactory
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
createPoint(Point2D
Creates a shape representing a
PointShapeFactory.Point.
|
ShapecreatePoint(Point2D point)
PointShapeFactory.Point.
point - the location of the point