Class AWTPolylineProducer

java.lang.Object
com.mxgraph.util.svg.AWTPolylineProducer
All Implemented Interfaces:
PointsHandler, ShapeProducer
Direct Known Subclasses:
AWTPolygonProducer

public class AWTPolylineProducer extends Object implements PointsHandler, ShapeProducer
This class produces a polyline shape from a reader.
  • Field Details

    • path

      protected GeneralPath path
      The current path.
    • newPath

      protected boolean newPath
      Is the current path a new one?
    • windingRule

      protected int windingRule
      The winding rule to use to construct the path.
  • Constructor Details

    • AWTPolylineProducer

      public AWTPolylineProducer()
  • Method Details