Class CropPreset


  • public class CropPreset
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CropPreset()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      double getValue()  
      void setName​(java.lang.String name)  
      void setValue​(double value)  
      • Methods inherited from class java.lang.Object

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

      • CropPreset

        public CropPreset()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public double getValue()
      • setValue

        public void setValue​(double value)