Class JDFScavengerArea

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFScavengerArea extends JDFAutoScavengerArea
See Also:
  • Constructor Details

    • JDFScavengerArea

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

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

      public JDFScavengerArea(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFScavengerArea
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      localName -
      Throws:
      DOMException
  • Method Details

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • 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(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