Class WormTexted
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.WormTexted
-
- All Implemented Interfaces:
java.lang.Iterable<java.awt.geom.Point2D.Double>
public class WormTexted extends java.lang.Object implements java.lang.Iterable<java.awt.geom.Point2D.Double>
-
-
Constructor Summary
Constructors Constructor Description WormTexted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAll(WormTexted other)
void
addPoint(double x, double y)
void
copyLabels(WormTexted other)
void
drawInternalOneColor(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle color, double stroke, Direction emphasizeDirection, UPolygon endDecoration)
java.awt.geom.Point2D
get(int i)
double
getMaxX(StringBounder stringBounder)
Worm
getWorm()
boolean
isEmptyText(StringBounder stringBounder)
java.util.Iterator<java.awt.geom.Point2D.Double>
iterator()
WormTexted
merge(WormTexted other, MergeStrategy merge)
void
setLabel(TextBlock label)
int
size()
-
-
-
Method Detail
-
iterator
public java.util.Iterator<java.awt.geom.Point2D.Double> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<java.awt.geom.Point2D.Double>
-
addPoint
public void addPoint(double x, double y)
-
drawInternalOneColor
public void drawInternalOneColor(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle color, double stroke, Direction emphasizeDirection, UPolygon endDecoration)
-
getWorm
public Worm getWorm()
-
get
public java.awt.geom.Point2D get(int i)
-
size
public int size()
-
merge
public WormTexted merge(WormTexted other, MergeStrategy merge)
-
addAll
public void addAll(WormTexted other)
-
setLabel
public void setLabel(TextBlock label)
-
isEmptyText
public boolean isEmptyText(StringBounder stringBounder)
-
getMaxX
public double getMaxX(StringBounder stringBounder)
-
copyLabels
public void copyLabels(WormTexted other)
-
-