public class WormTexted extends Object implements Iterable<Point2D.Double>
| Constructor and Description |
|---|
WormTexted() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(WormTexted other) |
void |
addPoint(double x,
double y) |
void |
copyLabels(WormTexted other) |
void |
drawInternalOneColor(UGraphic ug,
HtmlColorAndStyle color,
double stroke,
Direction emphasizeDirection,
UPolygon endDecoration) |
Point2D |
get(int i) |
double |
getMaxX(StringBounder stringBounder) |
Worm |
getWorm() |
boolean |
isEmptyText(StringBounder stringBounder) |
Iterator<Point2D.Double> |
iterator() |
WormTexted |
merge(WormTexted other,
MergeStrategy merge) |
void |
setLabel(TextBlock label) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<Point2D.Double> iterator()
iterator in interface Iterable<Point2D.Double>public void addPoint(double x,
double y)
public void drawInternalOneColor(UGraphic ug, HtmlColorAndStyle color, double stroke, Direction emphasizeDirection, UPolygon endDecoration)
public Worm getWorm()
public 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)
Copyright © 2017. All rights reserved.