Package com.scene7.ipsapi
Class IllustratorOptions
java.lang.Object
com.scene7.ipsapi.IllustratorOptions
Java class for IllustratorOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IllustratorOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="process" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="colorspace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="alpha" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the colorspace property.Gets the value of the process property.Gets the value of the resolution property.isAlpha()Gets the value of the alpha property.voidSets the value of the alpha property.voidsetColorspace(String value) Sets the value of the colorspace property.voidsetProcess(String value) Sets the value of the process property.voidsetResolution(Double value) Sets the value of the resolution property.
-
Constructor Details
-
IllustratorOptions
public IllustratorOptions()
-
-
Method Details
-
getProcess
Gets the value of the process property.- Returns:
- possible object is
String
-
setProcess
Sets the value of the process property.- Parameters:
value- allowed object isString
-
getResolution
Gets the value of the resolution property.- Returns:
- possible object is
Double
-
setResolution
Sets the value of the resolution property.- Parameters:
value- allowed object isDouble
-
getColorspace
Gets the value of the colorspace property.- Returns:
- possible object is
String
-
setColorspace
Sets the value of the colorspace property.- Parameters:
value- allowed object isString
-
isAlpha
Gets the value of the alpha property.- Returns:
- possible object is
Boolean
-
setAlpha
Sets the value of the alpha property.- Parameters:
value- allowed object isBoolean
-