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>
 | Constructor and Description | 
|---|
UnsharpMaskOptions()  | 
| Modifier and Type | Method and 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. 
 | 
public java.lang.Double getAmount()
Doublepublic void setAmount(java.lang.Double value)
value - allowed object is
     Doublepublic java.lang.Double getRadius()
Doublepublic void setRadius(java.lang.Double value)
value - allowed object is
     Doublepublic java.lang.Integer getThreshold()
Integerpublic void setThreshold(java.lang.Integer value)
value - allowed object is
     Integerpublic java.lang.Integer getMonochrome()
Integerpublic void setMonochrome(java.lang.Integer value)
value - allowed object is
     IntegerCopyright © 2010 - 2023 Adobe. All Rights Reserved