|
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
public abstract static class PointShapeFactory.BasePointShapeFactory
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 | |
---|---|
static double |
DEFAULT_SIZE
The default size of the shape |
protected double |
size
|
Constructor Summary | |
---|---|
PointShapeFactory.BasePointShapeFactory()
Creates a new factory for points with default size. |
|
PointShapeFactory.BasePointShapeFactory(double size)
Creates a factory for points of given size. |
Method Summary | |
---|---|
abstract 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 |
Field Detail |
---|
public static double DEFAULT_SIZE
protected double size
Constructor Detail |
---|
public PointShapeFactory.BasePointShapeFactory()
public PointShapeFactory.BasePointShapeFactory(double size)
size
- the size of the pointsMethod Detail |
---|
public abstract java.awt.Shape createPoint(java.awt.geom.Point2D point)
createPoint
in interface PointShapeFactory
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 |