public class WormTexted
extends java.lang.Object
implements java.lang.Iterable<java.awt.geom.Point2D.Double>
Modifier and Type | Method and 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() |
public java.util.Iterator<java.awt.geom.Point2D.Double> iterator()
iterator
in interface java.lang.Iterable<java.awt.geom.Point2D.Double>
public void addPoint(double x, double y)
public void drawInternalOneColor(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle color, double stroke, Direction emphasizeDirection, UPolygon endDecoration)
public Worm getWorm()
public java.awt.geom.Point2D get(int i)
public int size()
public WormTexted merge(WormTexted other, MergeStrategy merge)
public void addAll(WormTexted other)
public void setLabel(TextBlock label)
public boolean isEmptyText(StringBounder stringBounder)
public double getMaxX(StringBounder stringBounder)
public void copyLabels(WormTexted other)