public class DCTParams
extends java.lang.Object
implements java.io.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="QuantTable" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SourceCSs">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumSourceCSs" />
</simpleType>
</attribute>
<attribute name="HuffTable" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="HSamples" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="VSamples" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="ColorTransform" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="QFactor" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
colorTransform |
protected java.util.List<java.lang.Integer> |
hSamples |
protected java.lang.String |
huffTable |
protected java.lang.Double |
qFactor |
protected java.lang.String |
quantTable |
protected java.util.List<EnumSourceCSs> |
sourceCsses |
protected java.util.List<java.lang.Integer> |
vSamples |
| Constructor and Description |
|---|
DCTParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColorTransform()
Gets the value of the colorTransform property.
|
java.util.List<java.lang.Integer> |
getHSamples()
Gets the value of the hSamples property.
|
java.lang.String |
getHuffTable()
Gets the value of the huffTable property.
|
java.lang.Double |
getQFactor()
Gets the value of the qFactor property.
|
java.lang.String |
getQuantTable()
Gets the value of the quantTable property.
|
java.util.List<EnumSourceCSs> |
getSourceCsses()
Gets the value of the sourceCsses property.
|
java.util.List<java.lang.Integer> |
getVSamples()
Gets the value of the vSamples property.
|
void |
setColorTransform(java.lang.String value)
Sets the value of the colorTransform property.
|
void |
setHuffTable(java.lang.String value)
Sets the value of the huffTable property.
|
void |
setQFactor(java.lang.Double value)
Sets the value of the qFactor property.
|
void |
setQuantTable(java.lang.String value)
Sets the value of the quantTable property.
|
protected java.lang.String quantTable
protected java.util.List<EnumSourceCSs> sourceCsses
protected java.lang.String huffTable
protected java.util.List<java.lang.Integer> hSamples
protected java.util.List<java.lang.Integer> vSamples
protected java.lang.String colorTransform
protected java.lang.Double qFactor
public java.lang.String getQuantTable()
Stringpublic void setQuantTable(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EnumSourceCSs> getSourceCsses()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sourceCsses property.
For example, to add a new item, do as follows:
getSourceCsses().add(newItem);
Objects of the following type(s) are allowed in the list
EnumSourceCSs
public java.lang.String getHuffTable()
Stringpublic void setHuffTable(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Integer> getHSamples()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hSamples property.
For example, to add a new item, do as follows:
getHSamples().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.util.List<java.lang.Integer> getVSamples()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vSamples property.
For example, to add a new item, do as follows:
getVSamples().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getColorTransform()
Stringpublic void setColorTransform(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getQFactor()
Doublepublic void setQFactor(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.