com.vividsolutions.jts.awt
Class PointShapeFactory.Cross
java.lang.Object
com.vividsolutions.jts.awt.PointShapeFactory.BasePointShapeFactory
com.vividsolutions.jts.awt.PointShapeFactory.Cross
- All Implemented Interfaces:
- PointShapeFactory
- Enclosing interface:
- PointShapeFactory
public static class PointShapeFactory.Cross
- extends PointShapeFactory.BasePointShapeFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointShapeFactory.Cross
public PointShapeFactory.Cross()
- Creates a new factory for points with default size.
PointShapeFactory.Cross
public PointShapeFactory.Cross(double size)
- Creates a factory for points of given size.
- Parameters:
size
- the size of the points
createPoint
public Shape createPoint(Point2D point)
- Creates a shape representing a point.
- Specified by:
createPoint
in interface PointShapeFactory
- Specified by:
createPoint
in class PointShapeFactory.BasePointShapeFactory
- Parameters:
point
- the location of the point
- Returns:
- a shape
Copyright © 2012. All Rights Reserved.