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 Layer
getOriginal()
Layer
mute()
java.lang.String
toString()
-
-
-
Method Detail
-
mute
public Layer mute()
- Specified by:
mute
in interfaceMutationLayer
-
getOriginal
public Layer getOriginal()
- Specified by:
getOriginal
in interfaceMutationLayer
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-