Package it.tidalwave.image.op
Class TranslateOp
- java.lang.Object
-
- it.tidalwave.image.op.Operation
-
- it.tidalwave.image.op.TranslateOp
-
public class TranslateOp extends Operation
- Author:
- Fabrizio Giudici
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranslateOp.InterpolationType
-
Constructor Summary
Constructors Constructor Description TranslateOp(float deltaX, float deltaY, TranslateOp.InterpolationType interpolationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDeltaX()
float
getDeltaY()
TranslateOp.InterpolationType
getInterpolationType()
java.lang.String
toString()
-
-
-
Constructor Detail
-
TranslateOp
public TranslateOp(float deltaX, float deltaY, TranslateOp.InterpolationType interpolationType)
-
-
Method Detail
-
getDeltaX
public float getDeltaX()
-
getDeltaY
public float getDeltaY()
-
getInterpolationType
public TranslateOp.InterpolationType getInterpolationType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-