public class DCTParams 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="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 String |
colorTransform |
protected List<Integer> |
hSamples |
protected String |
huffTable |
protected Double |
qFactor |
protected String |
quantTable |
protected List<EnumSourceCSs> |
sourceCsses |
protected List<Integer> |
vSamples |
| Constructor and Description |
|---|
DCTParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorTransform()
Gets the value of the colorTransform property.
|
List<Integer> |
getHSamples()
Gets the value of the hSamples property.
|
String |
getHuffTable()
Gets the value of the huffTable property.
|
Double |
getQFactor()
Gets the value of the qFactor property.
|
String |
getQuantTable()
Gets the value of the quantTable property.
|
List<EnumSourceCSs> |
getSourceCsses()
Gets the value of the sourceCsses property.
|
List<Integer> |
getVSamples()
Gets the value of the vSamples property.
|
void |
setColorTransform(String value)
Sets the value of the colorTransform property.
|
void |
setHuffTable(String value)
Sets the value of the huffTable property.
|
void |
setQFactor(Double value)
Sets the value of the qFactor property.
|
void |
setQuantTable(String value)
Sets the value of the quantTable property.
|
protected String quantTable
protected List<EnumSourceCSs> sourceCsses
protected String huffTable
protected String colorTransform
protected Double qFactor
public String getQuantTable()
Stringpublic void setQuantTable(String value)
value - allowed object is
Stringpublic 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 String getHuffTable()
Stringpublic void setHuffTable(String value)
value - allowed object is
Stringpublic List<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 List<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 String getColorTransform()
Stringpublic void setColorTransform(String value)
value - allowed object is
Stringpublic Double getQFactor()
DoubleCopyright © 2012. All Rights Reserved.