Class JDFAutoLabelingParams

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

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

    • JDFAutoLabelingParams

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

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

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

      public void setApplication(String value)
      (36) set attribute Application
      Parameters:
      value - the value to set the attribute to
    • getApplication

      public String getApplication()
      (23) get String attribute Application
      Returns:
      the value of the attribute
    • setCTM

      public void setCTM(JDFMatrix value)
      (36) set attribute CTM
      Parameters:
      value - the value to set the attribute to
    • getCTM

      public JDFMatrix getCTM()
      (20) get JDFMatrix attribute CTM
      Returns:
      JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
    • setOffset

      public void setOffset(JDFXYPair value)
      (36) set attribute Offset
      Parameters:
      value - the value to set the attribute to
    • getOffset

      public JDFXYPair getOffset()
      (20) get JDFXYPair attribute Offset
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setPosition

      public void setPosition(JDFAutoDefect.EFace enumVar)
      (5) set attribute Position
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPosition

      public JDFAutoDefect.EFace getEPosition()
      (9) get attribute Position
      Returns:
      the value of the attribute
    • setPosition

      @Deprecated public void setPosition(JDFAutoDefect.EnumFace enumVar)
      Deprecated.
      use SetPosition(EFace) based on java.lang.enum instead
      (5) set attribute Position
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPosition

      @Deprecated public JDFAutoDefect.EnumFace getPosition()
      Deprecated.
      use EFace GetEPosition() based on java.lang.enum instead
      (9) get attribute Position
      Returns:
      the value of the attribute
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec(int iSkip)
      (26) getCreateFileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element
    • getFileSpec

      public JDFFileSpec getFileSpec(int iSkip)
      (27) const get element FileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element default is getFileSpec(0)
    • getAllFileSpec

      public Collection<JDFFileSpec> getAllFileSpec()
      Get all FileSpec from the current element
      Returns:
      Collection, null if none are available
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (30) append element FileSpec
      Returns:
      JDFFileSpec the element