Class JDFLayoutPreparationParams

  • 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

    public class JDFLayoutPreparationParams
    extends JDFAutoLayoutPreparationParams
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFLayoutPreparationParams

        public JDFLayoutPreparationParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                          java.lang.String qualifiedName)
                                   throws org.w3c.dom.DOMException
        Constructor for JDFLayoutPreparationParams
        Parameters:
        myOwnerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFLayoutPreparationParams

        public JDFLayoutPreparationParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                          java.lang.String myNamespaceURI,
                                          java.lang.String qualifiedName)
                                   throws org.w3c.dom.DOMException
        Constructor for JDFLayoutPreparationParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFLayoutPreparationParams

        public JDFLayoutPreparationParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                          java.lang.String myNamespaceURI,
                                          java.lang.String qualifiedName,
                                          java.lang.String myLocalName)
                                   throws org.w3c.dom.DOMException
        Constructor for JDFLayoutPreparationParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
        Throws:
        org.w3c.dom.DOMException
    • Method Detail

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • convertToStripping

        public StrippingConverter convertToStripping​(JDFNode n)
        convert this to stripping - also remove this and replace LayoutPrep in the node type list
        Parameters:
        n - the node to convert
        Returns:
        the converter which can be queried for the modified resources
      • getClipBox

        public JDFRectangle getClipBox()
        Returns:
        the clipbox from the pagecells - if all are equal or null - else null
      • getTrimSize

        public JDFXYPair getTrimSize()
        Returns:
        the trimsize from the pagecells - if all are equal or null - else null