Class Worm
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.ftile.Worm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddPoint(double x, double y) voidbooleandoesHorizontalCross(MinMax area) voiddrawInternalOneColor(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle colorAndStyle, double strokeValue, Direction emphasizeDirection, UPolygon endDecoration) get(int i) getFirst()getLast()doublegetMaxY()doublegetMinX()getStyle()booleaniterator()merge(Worm other, MergeStrategy merge) move(double dx, double dy) moveFirstPoint(UTranslate move) moveLastPoint(UTranslate move) voidremove(int i) final voidintsize()toString()translate(UTranslate translate) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Worm
-
-
Method Details
-
isPureHorizontal
public boolean isPureHorizontal() -
cloneEmpty
-
setIgnoreForCompression
public final void setIgnoreForCompression() -
drawInternalOneColor
public void drawInternalOneColor(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle colorAndStyle, double strokeValue, Direction emphasizeDirection, UPolygon endDecoration) -
move
-
moveFirstPoint
-
moveLastPoint
-
toString
-
addPoint
public void addPoint(double x, double y) -
addPoint
-
translate
-
iterator
-
doesHorizontalCross
-
size
public int size() -
get
-
addAll
-
remove
public void remove(int i) -
add
-
getFirst
-
getLast
-
getMinX
public double getMinX() -
getMaxY
public double getMaxY() -
merge
-
getStyle
-