Class JDFAutoJPEG2000Params

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.JDFAutoJPEG2000Params
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFJPEG2000Params

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

    • JDFAutoJPEG2000Params

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

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

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

    • getTheAttributeInfo

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

      public void setCodeBlockSize(int value)
      (36) set attribute CodeBlockSize
      Parameters:
      value - the value to set the attribute to
    • getCodeBlockSize

      public int getCodeBlockSize()
      (15) get int attribute CodeBlockSize
      Returns:
      int the value of the attribute
    • setLayersPerTile

      public void setLayersPerTile(int value)
      (36) set attribute LayersPerTile
      Parameters:
      value - the value to set the attribute to
    • getLayersPerTile

      public int getLayersPerTile()
      (15) get int attribute LayersPerTile
      Returns:
      int the value of the attribute
    • setLayerRates

      public void setLayerRates(JDFNumberList value)
      (36) set attribute LayerRates
      Parameters:
      value - the value to set the attribute to
    • getLayerRates

      public JDFNumberList getLayerRates()
      (20) get JDFNumberList attribute LayerRates
      Returns:
      JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
    • setNumResolutions

      public void setNumResolutions(int value)
      (36) set attribute NumResolutions
      Parameters:
      value - the value to set the attribute to
    • getNumResolutions

      public int getNumResolutions()
      (15) get int attribute NumResolutions
      Returns:
      int the value of the attribute
    • setProgressionOrder

      public void setProgressionOrder(JDFAutoJPEG2000Params.EProgressionOrder enumVar)
      (5) set attribute ProgressionOrder
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEProgressionOrder

      public JDFAutoJPEG2000Params.EProgressionOrder getEProgressionOrder()
      (9) get attribute ProgressionOrder
      Returns:
      the value of the attribute
    • setProgressionOrder

      @Deprecated public void setProgressionOrder(JDFAutoJPEG2000Params.EnumProgressionOrder enumVar)
      Deprecated.
      use SetProgressionOrder(EProgressionOrder) based on java.lang.enum instead
      (5) set attribute ProgressionOrder
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getProgressionOrder

      Deprecated.
      use EProgressionOrder GetEProgressionOrder() based on java.lang.enum instead
      (9) get attribute ProgressionOrder
      Returns:
      the value of the attribute
    • setTileSize

      public void setTileSize(JDFXYPair value)
      (36) set attribute TileSize
      Parameters:
      value - the value to set the attribute to
    • getTileSize

      public JDFXYPair getTileSize()
      (20) get JDFXYPair attribute TileSize
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair