Class JDFAutoMatrixEvaluation

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

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

    • JDFAutoMatrixEvaluation

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

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

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

      public void setRotateMod(double value)
      (36) set attribute RotateMod
      Parameters:
      value - the value to set the attribute to
    • getRotateMod

      public double getRotateMod()
      (17) get double attribute RotateMod
      Returns:
      double the value of the attribute
    • setShift

      public void setShift(String value)
      (36) set attribute Shift
      Parameters:
      value - the value to set the attribute to
    • getShift

      public String getShift()
      (23) get String attribute Shift
      Returns:
      the value of the attribute
    • setTolerance

      public void setTolerance(JDFXYPair value)
      (36) set attribute Tolerance
      Parameters:
      value - the value to set the attribute to
    • getTolerance

      public JDFXYPair getTolerance()
      (20) get JDFXYPair attribute Tolerance
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setTransforms

      public void setTransforms(String value)
      (36) set attribute Transforms
      Parameters:
      value - the value to set the attribute to
    • getTransforms

      public String getTransforms()
      (23) get String attribute Transforms
      Returns:
      the value of the attribute
    • getBasicPreflightTest

      public JDFBasicPreflightTest getBasicPreflightTest()
      (24) const get element BasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element
    • getCreateBasicPreflightTest

      public JDFBasicPreflightTest getCreateBasicPreflightTest()
      (25) getCreateBasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element
    • getCreateBasicPreflightTest

      public JDFBasicPreflightTest getCreateBasicPreflightTest(int iSkip)
      (26) getCreateBasicPreflightTest
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBasicPreflightTest the element
    • getBasicPreflightTest

      public JDFBasicPreflightTest getBasicPreflightTest(int iSkip)
      (27) const get element BasicPreflightTest
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBasicPreflightTest the element default is getBasicPreflightTest(0)
    • getAllBasicPreflightTest

      public Collection<JDFBasicPreflightTest> getAllBasicPreflightTest()
      Get all BasicPreflightTest from the current element
      Returns:
      Collection, null if none are available
    • appendBasicPreflightTest

      public JDFBasicPreflightTest appendBasicPreflightTest()
      (30) append element BasicPreflightTest
      Returns:
      JDFBasicPreflightTest the element
    • getValue

      public JDFValue getValue()
      (24) const get element Value
      Returns:
      JDFValue the element
    • getCreateValue

      public JDFValue getCreateValue()
      (25) getCreateValue
      Returns:
      JDFValue the element
    • getCreateValue

      public JDFValue getCreateValue(int iSkip)
      (26) getCreateValue
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFValue the element
    • getValue

      public JDFValue getValue(int iSkip)
      (27) const get element Value
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFValue the element default is getValue(0)
    • getAllValue

      public Collection<JDFValue> getAllValue()
      Get all Value from the current element
      Returns:
      Collection, null if none are available
    • appendValue

      public JDFValue appendValue()
      (30) append element Value
      Returns:
      JDFValue the element