net.sourceforge.plantuml.hector
Class HectorPath

java.lang.Object
  extended by net.sourceforge.plantuml.hector.HectorPath

public class HectorPath
extends Object


Constructor Summary
HectorPath()
           
 
Method Summary
 void add(LineSegmentDouble seg)
           
 void add(Point2D p1, Point2D p2)
           
 void draw(UGraphic ug, HtmlColor color)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HectorPath

public HectorPath()
Method Detail

add

public void add(LineSegmentDouble seg)

add

public void add(Point2D p1,
                Point2D p2)

toString

public String toString()
Overrides:
toString in class Object

draw

public void draw(UGraphic ug,
                 HtmlColor color)


Copyright © 2014. All Rights Reserved.