Class JDFAutoRenderingParams

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

public abstract class JDFAutoRenderingParams extends JDFResource
class JDFAutoRenderingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoRenderingParams

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setBandHeight

      public void setBandHeight(int value)
      (36) set attribute BandHeight
      Parameters:
      value - the value to set the attribute to
    • getBandHeight

      public int getBandHeight()
      (15) get int attribute BandHeight
      Returns:
      int the value of the attribute
    • setBandOrdering

      public void setBandOrdering(JDFAutoRenderingParams.EnumBandOrdering enumVar)
      (5) set attribute BandOrdering
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getBandOrdering

      public JDFAutoRenderingParams.EnumBandOrdering getBandOrdering()
      (9) get attribute BandOrdering
      Returns:
      the value of the attribute
    • setBandWidth

      public void setBandWidth(int value)
      (36) set attribute BandWidth
      Parameters:
      value - the value to set the attribute to
    • getBandWidth

      public int getBandWidth()
      (15) get int attribute BandWidth
      Returns:
      int the value of the attribute
    • setColorantDepth

      public void setColorantDepth(int value)
      (36) set attribute ColorantDepth
      Parameters:
      value - the value to set the attribute to
    • getColorantDepth

      public int getColorantDepth()
      (15) get int attribute ColorantDepth
      Returns:
      int the value of the attribute
    • setInterleaved

      public void setInterleaved(boolean value)
      (36) set attribute Interleaved
      Parameters:
      value - the value to set the attribute to
    • getInterleaved

      public boolean getInterleaved()
      (18) get boolean attribute Interleaved
      Returns:
      boolean the value of the attribute
    • setMimeType

      public void setMimeType(String value)
      (36) set attribute MimeType
      Parameters:
      value - the value to set the attribute to
    • getMimeType

      public String getMimeType()
      (23) get String attribute MimeType
      Returns:
      the value of the attribute
    • getAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams getAutomatedOverPrintParams()
      (24) const get element AutomatedOverPrintParams
      Returns:
      JDFAutomatedOverPrintParams the element
    • getCreateAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams getCreateAutomatedOverPrintParams()
      (25) getCreateAutomatedOverPrintParams
      Returns:
      JDFAutomatedOverPrintParams the element
    • appendAutomatedOverPrintParams

      public JDFAutomatedOverPrintParams appendAutomatedOverPrintParams()
      (29) append element AutomatedOverPrintParams
      Returns:
      JDFAutomatedOverPrintParams the element @ if the element already exists
    • getObjectResolution

      public JDFObjectResolution getObjectResolution()
      (24) const get element ObjectResolution
      Returns:
      JDFObjectResolution the element
    • getCreateObjectResolution

      public JDFObjectResolution getCreateObjectResolution()
      (25) getCreateObjectResolution
      Returns:
      JDFObjectResolution the element
    • getCreateObjectResolution

      public JDFObjectResolution getCreateObjectResolution(int iSkip)
      (26) getCreateObjectResolution
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFObjectResolution the element
    • getObjectResolution

      public JDFObjectResolution getObjectResolution(int iSkip)
      (27) const get element ObjectResolution
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFObjectResolution the element default is getObjectResolution(0)
    • getAllObjectResolution

      public Collection<JDFObjectResolution> getAllObjectResolution()
      Get all ObjectResolution from the current element
      Returns:
      Collection, null if none are available
    • appendObjectResolution

      public JDFObjectResolution appendObjectResolution()
      (30) append element ObjectResolution
      Returns:
      JDFObjectResolution the element
    • getMedia

      public JDFMedia getMedia()
      (24) const get element Media
      Returns:
      JDFMedia the element
    • getCreateMedia

      public JDFMedia getCreateMedia()
      (25) getCreateMedia
      Returns:
      JDFMedia the element
    • appendMedia

      public JDFMedia appendMedia()
      (29) append element Media
      Returns:
      JDFMedia the element @ if the element already exists
    • refMedia

      public void refMedia(JDFMedia refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getTIFFFormatParams

      public JDFTIFFFormatParams getTIFFFormatParams()
      (24) const get element TIFFFormatParams
      Returns:
      JDFTIFFFormatParams the element
    • getCreateTIFFFormatParams

      public JDFTIFFFormatParams getCreateTIFFFormatParams()
      (25) getCreateTIFFFormatParams
      Returns:
      JDFTIFFFormatParams the element
    • appendTIFFFormatParams

      public JDFTIFFFormatParams appendTIFFFormatParams()
      (29) append element TIFFFormatParams
      Returns:
      JDFTIFFFormatParams the element @ if the element already exists