Package com.scene7.ipsapi
Class UnsharpMaskOptions
java.lang.Object
com.scene7.ipsapi.UnsharpMaskOptions
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the monochrome property.Gets the value of the radius property.Gets the value of the threshold property.voidSets the value of the amount property.voidsetMonochrome(Integer value) Sets the value of the monochrome property.voidSets the value of the radius property.voidsetThreshold(Integer value) Sets the value of the threshold property.
-
Constructor Details
-
UnsharpMaskOptions
public UnsharpMaskOptions()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
Double
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isDouble
-
getRadius
Gets the value of the radius property.- Returns:
- possible object is
Double
-
setRadius
Sets the value of the radius property.- Parameters:
value- allowed object isDouble
-
getThreshold
Gets the value of the threshold property.- Returns:
- possible object is
Integer
-
setThreshold
Sets the value of the threshold property.- Parameters:
value- allowed object isInteger
-
getMonochrome
Gets the value of the monochrome property.- Returns:
- possible object is
Integer
-
setMonochrome
Sets the value of the monochrome property.- Parameters:
value- allowed object isInteger
-