Class JDFAutoDCTParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoDCTParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFDCTParams

public abstract class JDFAutoDCTParams extends JDFElement
class JDFAutoDCTParams : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoDCTParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • setESourceCSs

      public void setESourceCSs(List<JDFAutoDCTParams.ESourceCSs> v)
      (5.2) set attribute SourceCSs
      Parameters:
      v - List of the enumeration values
    • getEnumsSourceCSs

      public List<JDFAutoDCTParams.ESourceCSs> getEnumsSourceCSs()
      (9.2) get SourceCSs attribute SourceCSs
      Returns:
      Vector of the enumerations
    • setSourceCSs

      @Deprecated public void setSourceCSs(List<JDFAutoDCTParams.EnumSourceCSs> v)
      Deprecated.
      use SetESourceCSs(List) based on java.lang.enum instead
      (5.2) set attribute SourceCSs
      Parameters:
      v - List of the enumeration values
    • getSourceCSs

      Deprecated.
      use List GetESourceCSs() based on java.lang.enum instead
      (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.EColorTransform enumVar)
      (5) set attribute ColorTransform
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEColorTransform

      public JDFAutoDCTParams.EColorTransform getEColorTransform()
      (9) get attribute ColorTransform
      Returns:
      the value of the attribute
    • setColorTransform

      @Deprecated public void setColorTransform(JDFAutoDCTParams.EnumColorTransform enumVar)
      Deprecated.
      use SetColorTransform(EColorTransform) based on java.lang.enum instead
      (5) set attribute ColorTransform
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getColorTransform

      Deprecated.
      use EColorTransform GetEColorTransform() based on java.lang.enum instead
      (9) get attribute ColorTransform
      Returns:
      the value of the attribute