Class JDFScavengerArea

  • 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 JDFScavengerArea
    extends JDFAutoScavengerArea
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFScavengerArea

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

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

        public JDFScavengerArea​(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 JDFScavengerArea
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        localName -
        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()
      • getRect

        public JDFRectangle getRect()
        Returns:
        the rectangle in layout coordinate system
      • getParentMarkObject

        public JDFMarkObject getParentMarkObject()
        Returns:
      • getSeparations

        public VString getSeparations()
        Get a list of all separation names in the SeparationSpec elements
        Returns:
        the vector of separation names - empty VString if no separations are present
      • setSeparations

        public void setSeparations​(VString vSeps)
        set all separation names in the SeparationSpec elements, remove any prior elements
        Parameters:
        vSeps - the vector of separation names to set
      • appendSeparation

        public JDFSeparationSpec appendSeparation​(java.lang.String sep)
        append a separationspec with a given name to this
        Parameters:
        sep - the separation name
      • appendSeparations

        public void appendSeparations​(VString vSeps)
        append all separation names in the SeparationSpec elements without removing any prior elements
        Parameters:
        vSeps - the vector of separation names to append