Class JDFMatrixEvaluation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, JDFBaseDataTypes, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFMatrixEvaluation
    extends JDFEvaluation
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFMatrixEvaluation

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

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

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

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class JDFEvaluation
        Returns:
        String
        See Also:
        Object.toString()
      • setRotateMod

        public void setRotateMod​(double value)
      • getRotateMod

        public double getRotateMod()
      • setTolerance

        public void setTolerance​(JDFXYPair value)
      • 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​(java.lang.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