public interface PointShapeFactory
Shape
s to represent 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 | Method and Description |
---|---|
java.awt.Shape |
createPoint(java.awt.geom.Point2D point)
Creates a shape representing a point.
|