public class KnockoutBackgroundOptions extends Object
Java class for KnockoutBackgroundOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KnockoutBackgroundOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="corner" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="fillMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
KnockoutBackgroundOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorner()
Gets the value of the corner property.
|
String |
getFillMethod()
Gets the value of the fillMethod property.
|
Double |
getTolerance()
Gets the value of the tolerance property.
|
void |
setCorner(String value)
Sets the value of the corner property.
|
void |
setFillMethod(String value)
Sets the value of the fillMethod property.
|
void |
setTolerance(Double value)
Sets the value of the tolerance property.
|
public String getCorner()
Stringpublic void setCorner(String value)
value - allowed object is
Stringpublic Double getTolerance()
Doublepublic void setTolerance(Double value)
value - allowed object is
Doublepublic String getFillMethod()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved