Class WormMutation
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.WormMutation
-
public class WormMutation extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WormMutation
create(Worm worm, double delta)
UTranslate
getFirst()
UTranslate
getLast()
UTranslate
getTextTranslate(int size)
boolean
isDxNegative()
Worm
mute(Worm original)
int
size()
-
-
-
Method Detail
-
create
public static WormMutation create(Worm worm, double delta)
-
getLast
public UTranslate getLast()
-
getFirst
public UTranslate getFirst()
-
size
public int size()
-
getTextTranslate
public UTranslate getTextTranslate(int size)
-
isDxNegative
public boolean isDxNegative()
-
-