net.sourceforge.plantuml.ugraphic
Class UPath
java.lang.Object
net.sourceforge.plantuml.ugraphic.UPath
- All Implemented Interfaces:
- Iterable<USegment>, UShape
public class UPath
- extends Object
- implements UShape, Iterable<USegment>
Constructor Summary |
UPath()
|
UPath
public UPath()
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.