Class JDFAutoTIFFFormatParams

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

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

    • JDFAutoTIFFFormatParams

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setByteOrder

      public void setByteOrder(JDFAutoTIFFFormatParams.EnumByteOrder enumVar)
      (5) set attribute ByteOrder
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getByteOrder

      (9) get attribute ByteOrder
      Returns:
      the value of the attribute
    • 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
    • setSegmentation

      public void setSegmentation(JDFAutoTIFFFormatParams.EnumSegmentation enumVar)
      (5) set attribute Segmentation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSegmentation

      public JDFAutoTIFFFormatParams.EnumSegmentation getSegmentation()
      (9) get attribute Segmentation
      Returns:
      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 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 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