Class JDFAutoDCTParams

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFDCTParams

    public abstract class JDFAutoDCTParams
    extends JDFElement
    class JDFAutoDCTParams : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDCTParams

        protected JDFAutoDCTParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String qualifiedName)
        Constructor for JDFAutoDCTParams
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoDCTParams

        protected JDFAutoDCTParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName)
        Constructor for JDFAutoDCTParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoDCTParams

        protected JDFAutoDCTParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName,
                                   java.lang.String myLocalName)
        Constructor for JDFAutoDCTParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setSourceCSs

        public void setSourceCSs​(java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> v)
        (5.2) set attribute SourceCSs
        Parameters:
        v - vector of the enumeration values
      • getSourceCSs

        public java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> getSourceCSs()
        (9.2) get SourceCSs attribute SourceCSs
        Returns:
        Vector of the enumerations
      • setHSamples

        public void setHSamples​(JDFIntegerList value)
        (36) set attribute HSamples
        Parameters:
        value - the value to set the attribute to
      • getHSamples

        public JDFIntegerList getHSamples()
        (20) get JDFIntegerList attribute HSamples
        Returns:
        JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
      • setVSamples

        public void setVSamples​(JDFIntegerList value)
        (36) set attribute VSamples
        Parameters:
        value - the value to set the attribute to
      • getVSamples

        public JDFIntegerList getVSamples()
        (20) get JDFIntegerList attribute VSamples
        Returns:
        JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
      • setQFactor

        public void setQFactor​(double value)
        (36) set attribute QFactor
        Parameters:
        value - the value to set the attribute to
      • getQFactor

        public double getQFactor()
        (17) get double attribute QFactor
        Returns:
        double the value of the attribute
      • setQuantTable

        public void setQuantTable​(JDFNumberList value)
        (36) set attribute QuantTable
        Parameters:
        value - the value to set the attribute to
      • getQuantTable

        public JDFNumberList getQuantTable()
        (20) get JDFNumberList attribute QuantTable
        Returns:
        JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
      • setHuffTable

        public void setHuffTable​(JDFNumberList value)
        (36) set attribute HuffTable
        Parameters:
        value - the value to set the attribute to
      • getHuffTable

        public JDFNumberList getHuffTable()
        (20) get JDFNumberList attribute HuffTable
        Returns:
        JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
      • setColorTransform

        public void setColorTransform​(JDFAutoDCTParams.EnumColorTransform enumVar)
        (5) set attribute ColorTransform
        Parameters:
        enumVar - the enumVar to set the attribute to