Package it.tidalwave.image.op
Class SizeOp
- java.lang.Object
-
- it.tidalwave.image.op.Operation
-
- it.tidalwave.image.op.SizeOp
-
public class SizeOp extends Operation
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description SizeOp(double scale)
Changes the size of the image by a given scale.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getScale()
java.lang.String
toString()
-