Class JDFAutoScavengerArea

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

public abstract class JDFAutoScavengerArea extends JDFResource
class JDFAutoScavengerArea : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoScavengerArea

      protected JDFAutoScavengerArea(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoScavengerArea
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoScavengerArea

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

      protected JDFAutoScavengerArea(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoScavengerArea
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setCenter

      public void setCenter(JDFXYPair value)
      (36) set attribute Center
      Parameters:
      value - the value to set the attribute to
    • getCenter

      public JDFXYPair getCenter()
      (20) get JDFXYPair attribute Center
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setSize

      public void setSize(JDFXYPair value)
      (36) set attribute Size
      Parameters:
      value - the value to set the attribute to
    • getSize

      public JDFXYPair getSize()
      (20) get JDFXYPair attribute Size
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setRotation

      public void setRotation(double value)
      (36) set attribute Rotation
      Parameters:
      value - the value to set the attribute to
    • getRotation

      public double getRotation()
      (17) get double attribute Rotation
      Returns:
      double the value of the attribute
    • getSeparationSpec

      public JDFSeparationSpec getSeparationSpec()
      (24) const get element SeparationSpec
      Returns:
      JDFSeparationSpec the element
    • getCreateSeparationSpec

      public JDFSeparationSpec getCreateSeparationSpec()
      (25) getCreateSeparationSpec
      Returns:
      JDFSeparationSpec the element
    • getCreateSeparationSpec

      public JDFSeparationSpec getCreateSeparationSpec(int iSkip)
      (26) getCreateSeparationSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFSeparationSpec the element
    • getSeparationSpec

      public JDFSeparationSpec getSeparationSpec(int iSkip)
      (27) const get element SeparationSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFSeparationSpec the element default is getSeparationSpec(0)
    • getAllSeparationSpec

      public Collection<JDFSeparationSpec> getAllSeparationSpec()
      Get all SeparationSpec from the current element
      Returns:
      Collection, null if none are available
    • appendSeparationSpec

      public JDFSeparationSpec appendSeparationSpec()
      (30) append element SeparationSpec
      Returns:
      JDFSeparationSpec the element