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 and Description |
|---|
UnsharpMaskOptions() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAmount()
Gets the value of the amount property.
|
Integer |
getMonochrome()
Gets the value of the monochrome property.
|
Double |
getRadius()
Gets the value of the radius property.
|
Integer |
getThreshold()
Gets the value of the threshold property.
|
void |
setAmount(Double value)
Sets the value of the amount property.
|
void |
setMonochrome(Integer value)
Sets the value of the monochrome property.
|
void |
setRadius(Double value)
Sets the value of the radius property.
|
void |
setThreshold(Integer value)
Sets the value of the threshold property.
|
public Double getAmount()
Doublepublic void setAmount(Double value)
value - allowed object is
Doublepublic Double getRadius()
Doublepublic void setRadius(Double value)
value - allowed object is
Doublepublic Integer getThreshold()
Integerpublic void setThreshold(Integer value)
value - allowed object is
Integerpublic Integer getMonochrome()
IntegerCopyright © 2010 - 2020 Adobe. All Rights Reserved