Class GeneralPath

java.lang.Object
net.sourceforge.plantuml.awt.geom.Path2D
net.sourceforge.plantuml.awt.geom.GeneralPath
All Implemented Interfaces:
Shape

public class GeneralPath extends Path2D
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(CubicCurve2D bez, boolean b)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GeneralPath

      public GeneralPath()
  • Method Details

    • append

      public void append(CubicCurve2D bez, boolean b)