public class ImageCompression extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ImageDownsampleType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ConvertImagesToIndexed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AntiAliasImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageDownsampleThreshold" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageFilter" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ImageResolution" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageAutoFilterStrategy" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="DownsampleImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AutoFilterImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="JPXQuality" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="EncodeImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="DCTQuality" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ImageType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="JBIG2ParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="DCTParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="CCITTFaxParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="LZWParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="JPEG2000ParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
antiAliasImages |
protected Boolean |
autoFilterImages |
protected Object |
ccittFaxParamsRef |
protected Boolean |
convertImagesToIndexed |
protected Object |
dctParamsRef |
protected Double |
dctQuality |
protected Boolean |
downsampleImages |
protected Boolean |
encodeImages |
protected String |
imageAutoFilterStrategy |
protected Integer |
imageDepth |
protected Double |
imageDownsampleThreshold |
protected String |
imageDownsampleType |
protected String |
imageFilter |
protected Double |
imageResolution |
protected String |
imageType |
protected Object |
jbig2ParamsRef |
protected Object |
jpeg2000ParamsRef |
protected Integer |
jpxQuality |
protected Object |
lzwParamsRef |
| Constructor and Description |
|---|
ImageCompression() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCCITTFaxParamsRef()
Gets the value of the ccittFaxParamsRef property.
|
Object |
getDCTParamsRef()
Gets the value of the dctParamsRef property.
|
Double |
getDCTQuality()
Gets the value of the dctQuality property.
|
String |
getImageAutoFilterStrategy()
Gets the value of the imageAutoFilterStrategy property.
|
Integer |
getImageDepth()
Gets the value of the imageDepth property.
|
Double |
getImageDownsampleThreshold()
Gets the value of the imageDownsampleThreshold property.
|
String |
getImageDownsampleType()
Gets the value of the imageDownsampleType property.
|
String |
getImageFilter()
Gets the value of the imageFilter property.
|
Double |
getImageResolution()
Gets the value of the imageResolution property.
|
String |
getImageType()
Gets the value of the imageType property.
|
Object |
getJBIG2ParamsRef()
Gets the value of the jbig2ParamsRef property.
|
Object |
getJPEG2000ParamsRef()
Gets the value of the jpeg2000ParamsRef property.
|
Integer |
getJPXQuality()
Gets the value of the jpxQuality property.
|
Object |
getLZWParamsRef()
Gets the value of the lzwParamsRef property.
|
Boolean |
isAntiAliasImages()
Gets the value of the antiAliasImages property.
|
Boolean |
isAutoFilterImages()
Gets the value of the autoFilterImages property.
|
Boolean |
isConvertImagesToIndexed()
Gets the value of the convertImagesToIndexed property.
|
Boolean |
isDownsampleImages()
Gets the value of the downsampleImages property.
|
Boolean |
isEncodeImages()
Gets the value of the encodeImages property.
|
void |
setAntiAliasImages(Boolean value)
Sets the value of the antiAliasImages property.
|
void |
setAutoFilterImages(Boolean value)
Sets the value of the autoFilterImages property.
|
void |
setCCITTFaxParamsRef(Object value)
Sets the value of the ccittFaxParamsRef property.
|
void |
setConvertImagesToIndexed(Boolean value)
Sets the value of the convertImagesToIndexed property.
|
void |
setDCTParamsRef(Object value)
Sets the value of the dctParamsRef property.
|
void |
setDCTQuality(Double value)
Sets the value of the dctQuality property.
|
void |
setDownsampleImages(Boolean value)
Sets the value of the downsampleImages property.
|
void |
setEncodeImages(Boolean value)
Sets the value of the encodeImages property.
|
void |
setImageAutoFilterStrategy(String value)
Sets the value of the imageAutoFilterStrategy property.
|
void |
setImageDepth(Integer value)
Sets the value of the imageDepth property.
|
void |
setImageDownsampleThreshold(Double value)
Sets the value of the imageDownsampleThreshold property.
|
void |
setImageDownsampleType(String value)
Sets the value of the imageDownsampleType property.
|
void |
setImageFilter(String value)
Sets the value of the imageFilter property.
|
void |
setImageResolution(Double value)
Sets the value of the imageResolution property.
|
void |
setImageType(String value)
Sets the value of the imageType property.
|
void |
setJBIG2ParamsRef(Object value)
Sets the value of the jbig2ParamsRef property.
|
void |
setJPEG2000ParamsRef(Object value)
Sets the value of the jpeg2000ParamsRef property.
|
void |
setJPXQuality(Integer value)
Sets the value of the jpxQuality property.
|
void |
setLZWParamsRef(Object value)
Sets the value of the lzwParamsRef property.
|
protected String imageDownsampleType
protected Boolean convertImagesToIndexed
protected Boolean antiAliasImages
protected Double imageDownsampleThreshold
protected String imageFilter
protected Double imageResolution
protected String imageAutoFilterStrategy
protected Boolean downsampleImages
protected Boolean autoFilterImages
protected Integer jpxQuality
protected Boolean encodeImages
protected Double dctQuality
protected Integer imageDepth
protected String imageType
protected Object jbig2ParamsRef
protected Object dctParamsRef
protected Object ccittFaxParamsRef
protected Object lzwParamsRef
protected Object jpeg2000ParamsRef
public String getImageDownsampleType()
Stringpublic void setImageDownsampleType(String value)
value - allowed object is
Stringpublic Boolean isConvertImagesToIndexed()
Booleanpublic void setConvertImagesToIndexed(Boolean value)
value - allowed object is
Booleanpublic Boolean isAntiAliasImages()
Booleanpublic void setAntiAliasImages(Boolean value)
value - allowed object is
Booleanpublic Double getImageDownsampleThreshold()
Doublepublic void setImageDownsampleThreshold(Double value)
value - allowed object is
Doublepublic String getImageFilter()
Stringpublic void setImageFilter(String value)
value - allowed object is
Stringpublic Double getImageResolution()
Doublepublic void setImageResolution(Double value)
value - allowed object is
Doublepublic String getImageAutoFilterStrategy()
Stringpublic void setImageAutoFilterStrategy(String value)
value - allowed object is
Stringpublic Boolean isDownsampleImages()
Booleanpublic void setDownsampleImages(Boolean value)
value - allowed object is
Booleanpublic Boolean isAutoFilterImages()
Booleanpublic void setAutoFilterImages(Boolean value)
value - allowed object is
Booleanpublic Integer getJPXQuality()
Integerpublic void setJPXQuality(Integer value)
value - allowed object is
Integerpublic Boolean isEncodeImages()
Booleanpublic void setEncodeImages(Boolean value)
value - allowed object is
Booleanpublic Double getDCTQuality()
Doublepublic void setDCTQuality(Double value)
value - allowed object is
Doublepublic Integer getImageDepth()
Integerpublic void setImageDepth(Integer value)
value - allowed object is
Integerpublic String getImageType()
Stringpublic void setImageType(String value)
value - allowed object is
Stringpublic Object getJBIG2ParamsRef()
Objectpublic void setJBIG2ParamsRef(Object value)
value - allowed object is
Objectpublic Object getDCTParamsRef()
Objectpublic void setDCTParamsRef(Object value)
value - allowed object is
Objectpublic Object getCCITTFaxParamsRef()
Objectpublic void setCCITTFaxParamsRef(Object value)
value - allowed object is
Objectpublic Object getLZWParamsRef()
Objectpublic void setLZWParamsRef(Object value)
value - allowed object is
Objectpublic Object getJPEG2000ParamsRef()
ObjectCopyright © 2012. All Rights Reserved.