Class Snake
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Snake
-
-
Method Summary
-
-
-
Method Detail
-
transformX
public Snake transformX(PiecewiseAffineTransform compressionTransform)
-
move
public Snake move(double dx, double dy)
-
ignoreForCompression
public final Snake ignoreForCompression()
-
withoutEndDecoration
public Snake withoutEndDecoration()
-
withMerge
public Snake withMerge(MergeStrategy mergeable)
-
withLabel
public Snake withLabel(TextBlock textBlock, HorizontalAlignment horizontalAlignment)
-
withLabel
public Snake withLabel(TextBlock textBlock, VerticalAlignment verticalAlignment)
-
translate
public Snake translate(UTranslate translate)
-
addPoint
public void addPoint(double x, double y)
-
addPoint
public void addPoint(Point2D p)
-
drawInternal
public void drawInternal(UGraphic ug)
-
getMaxX
public double getMaxX(StringBounder stringBounder)
-
getLast
public Point2D getLast()
-
merge
public Snake merge(Snake other, StringBounder stringBounder)
-
touches
public boolean touches(Snake other)
-
doesHorizontalCross
public boolean doesHorizontalCross(MinMax minMax)
-
-