Class MutationLayerMove
- java.lang.Object
-
- net.sourceforge.plantuml.hector2.mpos.MutationLayerMove
-
- All Implemented Interfaces:
MutationLayer
public class MutationLayerMove extends java.lang.Object implements MutationLayer
-
-
Constructor Summary
Constructors Constructor Description MutationLayerMove(Layer layer, IEntity entity, int newLongitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayergetOriginal()Layermute()java.lang.StringtoString()
-
-
-
Method Detail
-
mute
public Layer mute()
- Specified by:
mutein interfaceMutationLayer
-
getOriginal
public Layer getOriginal()
- Specified by:
getOriginalin interfaceMutationLayer
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-