Class JDFAutoTIFFFormatParams

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

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

      • JDFAutoTIFFFormatParams

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

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

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

      • setInterleaving

        public void setInterleaving​(int value)
        (36) set attribute Interleaving
        Parameters:
        value - the value to set the attribute to
      • getInterleaving

        public int getInterleaving()
        (15) get int attribute Interleaving
        Returns:
        int the value of the attribute
      • setWhiteIsZero

        public void setWhiteIsZero​(boolean value)
        (36) set attribute WhiteIsZero
        Parameters:
        value - the value to set the attribute to
      • getWhiteIsZero

        public boolean getWhiteIsZero()
        (18) get boolean attribute WhiteIsZero
        Returns:
        boolean the value of the attribute
      • setRowsPerStrip

        public void setRowsPerStrip​(int value)
        (36) set attribute RowsPerStrip
        Parameters:
        value - the value to set the attribute to
      • getRowsPerStrip

        public int getRowsPerStrip()
        (15) get int attribute RowsPerStrip
        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
      • setSeparationNameTag

        public void setSeparationNameTag​(int value)
        (36) set attribute SeparationNameTag
        Parameters:
        value - the value to set the attribute to
      • getSeparationNameTag

        public int getSeparationNameTag()
        (15) get int attribute SeparationNameTag
        Returns:
        int the value of the attribute
      • getTIFFtag

        public JDFTIFFtag getTIFFtag()
        (24) const get element TIFFtag
        Returns:
        JDFTIFFtag the element
      • getCreateTIFFtag

        public JDFTIFFtag getCreateTIFFtag()
        (25) getCreateTIFFtag
        Returns:
        JDFTIFFtag the element
      • getCreateTIFFtag

        public JDFTIFFtag getCreateTIFFtag​(int iSkip)
        (26) getCreateTIFFtag
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTIFFtag the element
      • getTIFFtag

        public JDFTIFFtag getTIFFtag​(int iSkip)
        (27) const get element TIFFtag
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTIFFtag the element default is getTIFFtag(0)
      • getAllTIFFtag

        public java.util.Collection<JDFTIFFtag> getAllTIFFtag()
        Get all TIFFtag from the current element
        Returns:
        Collection, null if none are available
      • appendTIFFtag

        public JDFTIFFtag appendTIFFtag()
        (30) append element TIFFtag
        Returns:
        JDFTIFFtag the element
      • getTIFFEmbeddedFile

        public JDFTIFFEmbeddedFile getTIFFEmbeddedFile()
        (24) const get element TIFFEmbeddedFile
        Returns:
        JDFTIFFEmbeddedFile the element
      • getCreateTIFFEmbeddedFile

        public JDFTIFFEmbeddedFile getCreateTIFFEmbeddedFile()
        (25) getCreateTIFFEmbeddedFile
        Returns:
        JDFTIFFEmbeddedFile the element
      • getCreateTIFFEmbeddedFile

        public JDFTIFFEmbeddedFile getCreateTIFFEmbeddedFile​(int iSkip)
        (26) getCreateTIFFEmbeddedFile
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTIFFEmbeddedFile the element
      • getTIFFEmbeddedFile

        public JDFTIFFEmbeddedFile getTIFFEmbeddedFile​(int iSkip)
        (27) const get element TIFFEmbeddedFile
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFTIFFEmbeddedFile the element default is getTIFFEmbeddedFile(0)
      • getAllTIFFEmbeddedFile

        public java.util.Collection<JDFTIFFEmbeddedFile> getAllTIFFEmbeddedFile()
        Get all TIFFEmbeddedFile from the current element
        Returns:
        Collection, null if none are available
      • appendTIFFEmbeddedFile

        public JDFTIFFEmbeddedFile appendTIFFEmbeddedFile()
        (30) append element TIFFEmbeddedFile
        Returns:
        JDFTIFFEmbeddedFile the element