All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addPoint(double x,
double y) |
void |
addPoint(XPoint2D p) |
static Snake |
create(ISkinParam skinParam,
Rainbow color) |
static Snake |
create(ISkinParam skinParam,
Rainbow color,
UPolygon endDecoration) |
static Snake |
create(ISkinParam skinParam,
UPolygon startDecoration,
Rainbow color,
UPolygon endDecoration) |
boolean |
doesHorizontalCross(MinMax minMax) |
void |
drawInternal(UGraphic ug) |
Snake |
emphasizeDirection(Direction emphasizeDirection) |
java.util.List<XLine2D> |
getHorizontalLines() |
XPoint2D |
getLast() |
double |
getMaxX(StringBounder stringBounder) |
Snake |
ignoreForCompression() |
Snake |
merge(Snake other,
StringBounder stringBounder) |
Snake |
move(double dx,
double dy) |
java.lang.String |
toString() |
boolean |
touches(Snake other) |
Snake |
transformX(PiecewiseAffineTransform compressionTransform) |
Snake |
translate(UTranslate translate) |
Snake |
withLabel(TextBlock textBlock,
HorizontalAlignment horizontalAlignment) |
Snake |
withLabel(TextBlock textBlock,
VerticalAlignment verticalAlignment) |
Snake |
withMerge(MergeStrategy mergeable) |
Snake |
withoutEndDecoration() |