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 IDREF |
ccittFaxParamsRef |
protected Boolean |
convertImagesToIndexed |
protected IDREF |
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 IDREF |
jbig2ParamsRef |
protected IDREF |
jpeg2000ParamsRef |
protected Integer |
jpxQuality |
protected IDREF |
lzwParamsRef |
| Constructor and Description |
|---|
ImageCompression() |
| Modifier and Type | Method and Description |
|---|---|
IDREF |
getCCITTFaxParamsRef()
Gets the value of the ccittFaxParamsRef property.
|
IDREF |
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.
|
IDREF |
getJBIG2ParamsRef()
Gets the value of the jbig2ParamsRef property.
|
IDREF |
getJPEG2000ParamsRef()
Gets the value of the jpeg2000ParamsRef property.
|
Integer |
getJPXQuality()
Gets the value of the jpxQuality property.
|
IDREF |
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(IDREF value)
Sets the value of the ccittFaxParamsRef property.
|
void |
setConvertImagesToIndexed(Boolean value)
Sets the value of the convertImagesToIndexed property.
|
void |
setDCTParamsRef(IDREF 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(IDREF value)
Sets the value of the jbig2ParamsRef property.
|
void |
setJPEG2000ParamsRef(IDREF value)
Sets the value of the jpeg2000ParamsRef property.
|
void |
setJPXQuality(Integer value)
Sets the value of the jpxQuality property.
|
void |
setLZWParamsRef(IDREF 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 IDREF jbig2ParamsRef
protected IDREF dctParamsRef
protected IDREF ccittFaxParamsRef
protected IDREF lzwParamsRef
protected IDREF 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 IDREF getJBIG2ParamsRef()
Stringpublic void setJBIG2ParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getDCTParamsRef()
Stringpublic void setDCTParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getCCITTFaxParamsRef()
Stringpublic void setCCITTFaxParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getLZWParamsRef()
Stringpublic void setLZWParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getJPEG2000ParamsRef()
StringCopyright © 2014. All Rights Reserved.