public class IllustratorOptions
extends java.lang.Object
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 and Description |
---|
IllustratorOptions() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColorspace()
Gets the value of the colorspace property.
|
java.lang.String |
getProcess()
Gets the value of the process property.
|
java.lang.Double |
getResolution()
Gets the value of the resolution property.
|
java.lang.Boolean |
isAlpha()
Gets the value of the alpha property.
|
void |
setAlpha(java.lang.Boolean value)
Sets the value of the alpha property.
|
void |
setColorspace(java.lang.String value)
Sets the value of the colorspace property.
|
void |
setProcess(java.lang.String value)
Sets the value of the process property.
|
void |
setResolution(java.lang.Double value)
Sets the value of the resolution property.
|
public java.lang.String getProcess()
String
public void setProcess(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getResolution()
Double
public void setResolution(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getColorspace()
String
public void setColorspace(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isAlpha()
Boolean
public void setAlpha(java.lang.Boolean value)
value
- allowed object is
Boolean
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"