Class UnsharpMaskOptions

java.lang.Object
com.scene7.ipsapi.UnsharpMaskOptions

public class UnsharpMaskOptions extends 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>
 
  • Constructor Details

    • UnsharpMaskOptions

      public UnsharpMaskOptions()
  • Method Details

    • getAmount

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

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

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

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

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

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

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

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