net.sourceforge.plantuml.graph2
Class Polyline2

java.lang.Object
  extended by net.sourceforge.plantuml.graph2.Polyline2

public class Polyline2
extends Object


Constructor Summary
Polyline2(Point2D start, Point2D end)
           
 
Method Summary
 void addLine(Line2D.Double newLine)
           
 void draw(Graphics2D g2d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polyline2

public Polyline2(Point2D start,
                 Point2D end)
Method Detail

addLine

public void addLine(Line2D.Double newLine)

draw

public void draw(Graphics2D g2d)


Copyright © 2013. All Rights Reserved.