Class JDFMatrixEvaluation

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, JDFBaseDataTypes, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFMatrixEvaluation extends JDFEvaluation
See Also:
  • Constructor Details

    • JDFMatrixEvaluation

      public JDFMatrixEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      constructor for JDFMatrixEvaluation
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFMatrixEvaluation

      public JDFMatrixEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      constructor for JDFMatrixEvaluation
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFMatrixEvaluation

      public JDFMatrixEvaluation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      constructor for JDFMatrixEvaluation
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFEvaluation
      Returns:
      the elementinfo
    • toString

      public String toString()
      toString
      Overrides:
      toString in class JDFEvaluation
      Returns:
      String
      See Also:
    • setRotateMod

      public void setRotateMod(double value)
    • getRotateMod

      public double getRotateMod()
    • setShift

      public void setShift(JDFRectangle value)
    • getShift

      public JDFRectangle getShift()
    • getTransforms

      public Vector<JDFElement.EnumOrientation> getTransforms()
      Returns:
    • setTransforms

      public void setTransforms(Vector<JDFElement.EnumOrientation> value)
      Parameters:
      value -
    • setTolerance

      public void setTolerance(JDFXYPair value)
    • getTolerance

      public JDFXYPair getTolerance()
      Description copied from class: JDFEvaluation
      tolerance is defined in all numeric evaluations - implement here!
      Overrides:
      getTolerance in class JDFEvaluation
      Returns:
    • getValue

      public JDFValue getValue(int iSkip)
    • appendValue

      public JDFValue appendValue()
    • setValueValue

      public void setValueValue(int iSkip, JDFMatrix value)
      Sets the Value attribute of the i-th subelement Value
      Parameters:
      iSkip - the number of Value elements to skip
      value - value to set the attribute to
    • getValueValue

      public final JDFMatrix getValueValue(int iSkip)
      Gets the Value attribute of the i-th subelement Value
      Parameters:
      iSkipthe - number of Value elements to skip
      Returns:
      JDFMatrix: the attribute value
    • fitsValue

      public boolean fitsValue(String value)
      fitsValue - tests, if the defined 'value' matches testlists, specified for this Evaluation
      Specified by:
      fitsValue in class JDFEvaluation
      Parameters:
      String - value - value to test
      Returns:
      boolean - true, if 'value' matches testlists or if testlists are not specified
    • fitsListType

      public final boolean fitsListType(VString matrixList)
      fitsListType - checks whether matrixList matches the ListType attribute specified for this Evaluation
      Parameters:
      matrixList - value to test
      Returns:
      boolean - true, if matrixList matches specified value of ListType
    • fitsValueElem

      public final boolean fitsValueElem(JDFMatrix matrix)
      fitsValueElem - checks whether matrix matches subelement Value, specified for this Evaluation
      Parameters:
      matrix - JDFMatrix to test
      Returns:
      boolean - true, if 'matrix' matches subelement Value
    • fitsRotateMod

      public final boolean fitsRotateMod(JDFMatrix matrix)
      fitsRotateMod - checks whether matrix matches the RotateMod attribute specified for this Evaluation
      Parameters:
      matrix - matrix to test
      Returns:
      boolean - true, if matrix matches the RotateMod or if RotateMod is not specified
    • fitsShift

      public final boolean fitsShift(JDFMatrix matrix)
      fitsShift - checks whether matrix matches the Shift attribute specified for this Evaluation
      Parameters:
      matrix - matrix to test
      Returns:
      boolean - true, if 'matrix' matches the Shift or if Shift is not specified
    • fitsTransforms

      public final boolean fitsTransforms(JDFMatrix matrix)
      fitsTransforms - checks whether matrix matches the Transforms attribute specified for this Evaluation
      Parameters:
      matrix - matrix to test
      Returns:
      boolean - true, if matrix matches the Transforms or if Transforms is not specified