Class WormTexted
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.WormTexted
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(WormTexted other)voidaddPoint(double x, double y)voidcopyLabels(WormTexted other)voiddrawInternalOneColor(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle color, double stroke, Direction emphasizeDirection, UPolygon endDecoration)XPoint2Dget(int i)doublegetMaxX(StringBounder stringBounder)WormgetWorm()booleanisEmptyText(StringBounder stringBounder)java.util.Iterator<XPoint2D>iterator()WormTextedmerge(WormTexted other, MergeStrategy merge)voidsetLabel(TextBlock label)intsize()
-
-
-
Method Detail
-
iterator
public java.util.Iterator<XPoint2D> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<XPoint2D>
-
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 XPoint2D 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)
-
-