public class KnockoutBackgroundOptions
extends java.lang.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 |
---|---|
java.lang.String |
getCorner()
Gets the value of the corner property.
|
java.lang.String |
getFillMethod()
Gets the value of the fillMethod property.
|
java.lang.Double |
getTolerance()
Gets the value of the tolerance property.
|
void |
setCorner(java.lang.String value)
Sets the value of the corner property.
|
void |
setFillMethod(java.lang.String value)
Sets the value of the fillMethod property.
|
void |
setTolerance(java.lang.Double value)
Sets the value of the tolerance property.
|
public java.lang.String getCorner()
String
public void setCorner(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getTolerance()
Double
public void setTolerance(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getFillMethod()
String
public void setFillMethod(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"