Class SwingGeneralPath

  • All Implemented Interfaces:
    com.macrofocus.geom.Shape

    public class SwingGeneralPath
    extends com.macrofocus.geom.GeneralPath
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.macrofocus.geom.Path2D

        com.macrofocus.geom.Path2D.Double
    • Field Summary

      • Fields inherited from class com.macrofocus.geom.Path2D

        WIND_EVEN_ODD, WIND_NON_ZERO
    • Constructor Summary

      Constructors 
      Constructor Description
      SwingGeneralPath​(java.awt.geom.GeneralPath outline)  
    • Method Summary

      • Methods inherited from class com.macrofocus.geom.GeneralPath

        clone
      • Methods inherited from class com.macrofocus.geom.Path2D.Double

        append, createTransformedShape, curveTo, getBounds2D, getFlattenPathIterator, getPathIterator, getPathIterator, lineTo, moveTo, quadTo, transform
      • Methods inherited from class com.macrofocus.geom.Path2D

        closePath, contains, contains, contains, contains, contains, contains, contains, contains, copyOf, copyOf, getCurrentPoint, getWindingRule, intersects, intersects, intersects, intersects, reset, setWindingRule
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.macrofocus.geom.Shape

        getBounds
    • Constructor Detail

      • SwingGeneralPath

        public SwingGeneralPath​(java.awt.geom.GeneralPath outline)