Package org.meteoinfo.jts.awt
Class PointShapeFactory.Star
- java.lang.Object
-
- org.meteoinfo.jts.awt.PointShapeFactory.BasePointShapeFactory
-
- org.meteoinfo.jts.awt.PointShapeFactory.Star
-
- All Implemented Interfaces:
PointShapeFactory
- Enclosing interface:
- PointShapeFactory
public static class PointShapeFactory.Star extends PointShapeFactory.BasePointShapeFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.meteoinfo.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.meteoinfo.jts.awt.PointShapeFactory.BasePointShapeFactory
DEFAULT_SIZE, size
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ShapecreatePoint(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:
createPointin interfacePointShapeFactory- Specified by:
createPointin classPointShapeFactory.BasePointShapeFactory- Parameters:
point- the location of the point- Returns:
- a shape
-
-