Class PointShapeFactory.Triangle

java.lang.Object
org.locationtech.jts.awt.PointShapeFactory.BasePointShapeFactory
org.locationtech.jts.awt.PointShapeFactory.Triangle
All Implemented Interfaces:
PointShapeFactory
Enclosing interface:
PointShapeFactory

public static class PointShapeFactory.Triangle extends PointShapeFactory.BasePointShapeFactory
  • Constructor Details

    • Triangle

      public Triangle()
      Creates a new factory for points with default size.
    • Triangle

      public Triangle(double size)
      Creates a factory for points of given size.
      Parameters:
      size - the size of the points
  • Method Details