Class WormTexted
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.WormTexted
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) get
(int i) double
getMaxX
(StringBounder stringBounder) getWorm()
boolean
isEmptyText
(StringBounder stringBounder) iterator()
merge
(WormTexted other, MergeStrategy merge) void
int
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
-
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
-
get
-
size
public int size() -
merge
-
addAll
-
setLabel
-
isEmptyText
-
getMaxX
-
copyLabels
-