Package org.locationtech.jts.awt
Class PointShapeFactory.Cross
- java.lang.Object
-
- org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
-
- org.locationtech.jts.awt.PointShapeFactory.Cross
-
- All Implemented Interfaces:
PointShapeFactory
- Enclosing interface:
- PointShapeFactory
public static class PointShapeFactory.Cross extends PointShapeFactory.BasePointShapeFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.locationtech.jts.awt.PointShapeFactory
PointShapeFactory.BasePointShapeFactory, PointShapeFactory.Circle, PointShapeFactory.Cross, PointShapeFactory.Point, PointShapeFactory.Square, PointShapeFactory.Star, PointShapeFactory.Triangle, PointShapeFactory.X
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
DEFAULT_SIZE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Shape
createPoint(java.awt.geom.Point2D point)
Creates a shape representing a point.
-
-
-
Method Detail
-
createPoint
public java.awt.Shape createPoint(java.awt.geom.Point2D point)
Creates a shape representing a point.- Specified by:
createPoint
in interfacePointShapeFactory
- Specified by:
createPoint
in classPointShapeFactory.BasePointShapeFactory
- Parameters:
point
- the location of the point- Returns:
- a shape
-
-