Class AWTPolylineProducer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean newPath
      Is the current path a new one?
      protected java.awt.geom.GeneralPath path
      The current path.
      protected int windingRule
      The winding rule to use to construct the path.
    • Field Detail

      • path

        protected java.awt.geom.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 Detail

      • AWTPolylineProducer

        public AWTPolylineProducer()