Class JDFAutoRenderingParams

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

    public abstract class JDFAutoRenderingParams
    extends JDFResource
    class JDFAutoRenderingParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoRenderingParams

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

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

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

      • 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
      • 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​(java.lang.String value)
        (36) set attribute MimeType
        Parameters:
        value - the value to set the attribute to
      • getMimeType

        public java.lang.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 java.util.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