|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory com.vividsolutions.jts.awt.PointShapeFactory.Star
public static class PointShapeFactory.Star
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.vividsolutions.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 com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory |
---|
DEFAULT_SIZE, size |
Constructor Summary | |
---|---|
PointShapeFactory.Star()
Creates a new factory for points with default size. |
|
PointShapeFactory.Star(double size)
Creates a factory for points of given size. |
Method Summary | |
---|---|
java.awt.Shape |
createPoint(java.awt.geom.Point2D point)
Creates a shape representing a point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointShapeFactory.Star()
public PointShapeFactory.Star(double size)
size
- the size of the pointsMethod Detail |
---|
public java.awt.Shape createPoint(java.awt.geom.Point2D point)
createPoint
in interface PointShapeFactory
createPoint
in class PointShapeFactory.BasePointShapeFactory
point
- the location of the point
|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |