Class 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SizeOp

        public SizeOp​(double scale)
        Changes the size of the image by a given scale.
        Parameters:
        scale - the scale
    • Method Detail

      • getScale

        public double getScale()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object