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()
Double
public void setAmount(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getRadius()
Double
public void setRadius(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getThreshold()
Integer
public void setThreshold(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMonochrome()
Integer
public void setMonochrome(java.lang.Integer value)
value
- allowed object is
Integer
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"