Class JDFAutoTile

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

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

      • JDFAutoTile

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

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

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

      • setClipBox

        public void setClipBox​(JDFRectangle value)
        (36) set attribute ClipBox
        Parameters:
        value - the value to set the attribute to
      • getClipBox

        public JDFRectangle getClipBox()
        (20) get JDFRectangle attribute ClipBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • setCTM

        public void setCTM​(JDFMatrix value)
        (36) set attribute CTM
        Parameters:
        value - the value to set the attribute to
      • getCTM

        public JDFMatrix getCTM()
        (20) get JDFMatrix attribute CTM
        Returns:
        JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
      • setTrimBox

        public void setTrimBox​(JDFRectangle value)
        (36) set attribute TrimBox
        Parameters:
        value - the value to set the attribute to
      • getTrimBox

        public JDFRectangle getTrimBox()
        (20) get JDFRectangle attribute TrimBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • getMarkObject

        public JDFMarkObject getMarkObject()
        (24) const get element MarkObject
        Returns:
        JDFMarkObject the element
      • getCreateMarkObject

        public JDFMarkObject getCreateMarkObject()
        (25) getCreateMarkObject
        Returns:
        JDFMarkObject the element
      • getCreateMarkObject

        public JDFMarkObject getCreateMarkObject​(int iSkip)
        (26) getCreateMarkObject
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMarkObject the element
      • getMarkObject

        public JDFMarkObject getMarkObject​(int iSkip)
        (27) const get element MarkObject
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMarkObject the element default is getMarkObject(0)
      • getAllMarkObject

        public java.util.Collection<JDFMarkObject> getAllMarkObject()
        Get all MarkObject from the current element
        Returns:
        Collection, null if none are available
      • appendMarkObject

        public JDFMarkObject appendMarkObject()
        (30) append element MarkObject
        Returns:
        JDFMarkObject 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
      • getMediaSource

        public JDFMediaSource getMediaSource()
        (24) const get element MediaSource
        Returns:
        JDFMediaSource the element
      • getCreateMediaSource

        public JDFMediaSource getCreateMediaSource()
        (25) getCreateMediaSource
        Returns:
        JDFMediaSource the element
      • appendMediaSource

        public JDFMediaSource appendMediaSource()
        (29) append element MediaSource
        Returns:
        JDFMediaSource the element @ if the element already exists
      • refMediaSource

        public void refMediaSource​(JDFMediaSource refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced