Class UnsharpMaskOptions


  • public class UnsharpMaskOptions
    extends java.lang.Object

    Java class for UnsharpMaskOptions complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="UnsharpMaskOptions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="radius" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
             <element name="threshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="monochrome" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getAmount()
      Gets the value of the amount property.
      java.lang.Integer getMonochrome()
      Gets the value of the monochrome property.
      java.lang.Double getRadius()
      Gets the value of the radius property.
      java.lang.Integer getThreshold()
      Gets the value of the threshold property.
      void setAmount​(java.lang.Double value)
      Sets the value of the amount property.
      void setMonochrome​(java.lang.Integer value)
      Sets the value of the monochrome property.
      void setRadius​(java.lang.Double value)
      Sets the value of the radius property.
      void setThreshold​(java.lang.Integer value)
      Sets the value of the threshold property.
      • Methods inherited from class java.lang.Object

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

      • UnsharpMaskOptions

        public UnsharpMaskOptions()
    • Method Detail

      • getAmount

        public java.lang.Double getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is Double
      • setAmount

        public void setAmount​(java.lang.Double value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is Double
      • getRadius

        public java.lang.Double getRadius()
        Gets the value of the radius property.
        Returns:
        possible object is Double
      • setRadius

        public void setRadius​(java.lang.Double value)
        Sets the value of the radius property.
        Parameters:
        value - allowed object is Double
      • getThreshold

        public java.lang.Integer getThreshold()
        Gets the value of the threshold property.
        Returns:
        possible object is Integer
      • setThreshold

        public void setThreshold​(java.lang.Integer value)
        Sets the value of the threshold property.
        Parameters:
        value - allowed object is Integer
      • getMonochrome

        public java.lang.Integer getMonochrome()
        Gets the value of the monochrome property.
        Returns:
        possible object is Integer
      • setMonochrome

        public void setMonochrome​(java.lang.Integer value)
        Sets the value of the monochrome property.
        Parameters:
        value - allowed object is Integer