net.sourceforge.plantuml.ugraphic
Class UPath

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UPath
All Implemented Interfaces:
Iterable<USegment>, UShape

public class UPath
extends Object
implements UShape, Iterable<USegment>


Constructor Summary
UPath()
           
 
Method Summary
 void add(double[] coord, USegmentType pathType)
           
 void cubicTo(double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2)
           
 Iterator<USegment> iterator()
           
 void lineTo(double x, double y)
           
 void moveTo(double x, double y)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UPath

public UPath()
Method Detail

add

public void add(double[] coord,
                USegmentType pathType)

moveTo

public void moveTo(double x,
                   double y)

lineTo

public void lineTo(double x,
                   double y)

cubicTo

public void cubicTo(double ctrlx1,
                    double ctrly1,
                    double ctrlx2,
                    double ctrly2,
                    double x2,
                    double y2)

toString

public String toString()
Overrides:
toString in class Object

iterator

public Iterator<USegment> iterator()
Specified by:
iterator in interface Iterable<USegment>


Copyright © 2012. All Rights Reserved.