Class JDFAutoJPEG2000Params

  • 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:
    JDFJPEG2000Params

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

      • JDFAutoJPEG2000Params

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

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

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

      • 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
      • 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