Class JDFAutoShapeEvaluation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, 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 abstract class JDFAutoShapeEvaluation
    extends JDFResource
    class JDFAutoShapeEvaluation : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoShapeEvaluation

        protected JDFAutoShapeEvaluation​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                         java.lang.String qualifiedName)
        Constructor for JDFAutoShapeEvaluation
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoShapeEvaluation

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

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

      • 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
      • setValueList

        public void setValueList​(JDFShapeRangeList value)
        (36) set attribute ValueList
        Parameters:
        value - the value to set the attribute to
      • getValueList

        public JDFShapeRangeList getValueList()
        (20) get JDFShapeRangeList attribute ValueList
        Returns:
        JDFShapeRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFShapeRangeList
      • setX

        public void setX​(JDFNumberRangeList value)
        (36) set attribute X
        Parameters:
        value - the value to set the attribute to
      • getX

        public JDFNumberRangeList getX()
        (20) get JDFNumberRangeList attribute X
        Returns:
        JDFNumberRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRangeList
      • setY

        public void setY​(JDFNumberRangeList value)
        (36) set attribute Y
        Parameters:
        value - the value to set the attribute to
      • getY

        public JDFNumberRangeList getY()
        (20) get JDFNumberRangeList attribute Y
        Returns:
        JDFNumberRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRangeList
      • setZ

        public void setZ​(JDFNumberRangeList value)
        (36) set attribute Z
        Parameters:
        value - the value to set the attribute to
      • getZ

        public JDFNumberRangeList getZ()
        (20) get JDFNumberRangeList attribute Z
        Returns:
        JDFNumberRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRangeList
      • 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 java.util.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