Class JDFAutoRegisterMark

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:
JDFRegisterMark

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

    • JDFAutoRegisterMark

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

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

      protected JDFAutoRegisterMark(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoRegisterMark
      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
    • setMarkType

      public void setMarkType(VString value)
      (36) set attribute MarkType
      Parameters:
      value - the value to set the attribute to
    • getMarkType

      public VString getMarkType()
      (21) get VString attribute MarkType
      Returns:
      VString the value of the attribute
    • setMarkUsage

      public void setMarkUsage(JDFAutoRegisterMark.EMarkUsage enumVar)
      (5) set attribute MarkUsage
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEMarkUsage

      public JDFAutoRegisterMark.EMarkUsage getEMarkUsage()
      (9) get attribute MarkUsage
      Returns:
      the value of the attribute
    • setMarkUsage

      @Deprecated public void setMarkUsage(JDFAutoRegisterMark.EnumMarkUsage enumVar)
      Deprecated.
      use SetMarkUsage(EMarkUsage) based on java.lang.enum instead
      (5) set attribute MarkUsage
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMarkUsage

      Deprecated.
      use EMarkUsage GetEMarkUsage() based on java.lang.enum instead
      (9) get attribute MarkUsage
      Returns:
      the value of the attribute
    • 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