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 IntegerList |
hSamples |
protected String |
huffTable |
protected Double |
qFactor |
protected String |
quantTable |
protected List<EnumSourceCSs> |
sourceCSs |
protected IntegerList |
vSamples |
| Constructor and Description |
|---|
DCTParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColorTransform()
Gets the value of the colorTransform property.
|
IntegerList |
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> |
getSourceCSs()
Gets the value of the sourceCSs property.
|
IntegerList |
getVSamples()
Gets the value of the vSamples property.
|
void |
setColorTransform(String value)
Sets the value of the colorTransform property.
|
void |
setHSamples(IntegerList value)
Sets the value of the hSamples 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.
|
void |
setVSamples(IntegerList value)
Sets the value of the vSamples property.
|
protected String quantTable
protected List<EnumSourceCSs> sourceCSs
protected String huffTable
protected IntegerList hSamples
protected IntegerList vSamples
protected String colorTransform
protected Double qFactor
public String getQuantTable()
Stringpublic void setQuantTable(String value)
value - allowed object is
Stringpublic List<EnumSourceCSs> getSourceCSs()
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 sourceCSs property.
For example, to add a new item, do as follows:
getSourceCSs().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 IntegerList getHSamples()
Stringpublic void setHSamples(IntegerList value)
value - allowed object is
Stringpublic IntegerList getVSamples()
Stringpublic void setVSamples(IntegerList value)
value - allowed object is
Stringpublic String getColorTransform()
Stringpublic void setColorTransform(String value)
value - allowed object is
Stringpublic Double getQFactor()
DoubleCopyright © 2013. All Rights Reserved.