net.sourceforge.plantuml.ugraphic
Class UPath
java.lang.Object
net.sourceforge.plantuml.ugraphic.UPath
- All Implemented Interfaces:
- Iterable<USegment>, Shadowable, UShape
public class UPath
- extends Object
- implements 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)
getMaxX
public double getMaxX()
getMaxY
public double getMaxY()
getMinX
public double getMinX()
getMinY
public double getMinY()
toString
public String toString()
- Overrides:
toString
in class Object
iterator
public Iterator<USegment> iterator()
- Specified by:
iterator
in interface Iterable<USegment>
getDeltaShadow
public double getDeltaShadow()
- Specified by:
getDeltaShadow
in interface Shadowable
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
- Specified by:
setDeltaShadow
in interface Shadowable
Copyright © 2013. All Rights Reserved.