Package net.sourceforge.plantuml.graph2
Class Polyline2
- java.lang.Object
-
- net.sourceforge.plantuml.graph2.Polyline2
-
public class Polyline2 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Polyline2(java.awt.geom.Point2D start, java.awt.geom.Point2D end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLine(java.awt.geom.Line2D.Double newLine)
void
draw(java.awt.Graphics2D g2d)
-