Package com.scene7.ipsapi
Class KnockoutBackgroundOptions
java.lang.Object
com.scene7.ipsapi.KnockoutBackgroundOptions
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the corner property.Gets the value of the fillMethod property.Gets the value of the tolerance property.void
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.
-
Constructor Details
-
KnockoutBackgroundOptions
public KnockoutBackgroundOptions()
-
-
Method Details
-
getCorner
Gets the value of the corner property.- Returns:
- possible object is
String
-
setCorner
Sets the value of the corner property.- Parameters:
value
- allowed object isString
-
getTolerance
Gets the value of the tolerance property.- Returns:
- possible object is
Double
-
setTolerance
Sets the value of the tolerance property.- Parameters:
value
- allowed object isDouble
-
getFillMethod
Gets the value of the fillMethod property.- Returns:
- possible object is
String
-
setFillMethod
Sets the value of the fillMethod property.- Parameters:
value
- allowed object isString
-