Class JDFAutoRectangleState

  • 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 JDFAutoRectangleState
    extends JDFResource
    class JDFAutoRectangleState : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoRectangleState

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

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

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

      • setDefaultValue

        public void setDefaultValue​(JDFRectangle value)
        (36) set attribute DefaultValue
        Parameters:
        value - the value to set the attribute to
      • getDefaultValue

        public JDFRectangle getDefaultValue()
        (20) get JDFRectangle attribute DefaultValue
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • setCurrentValue

        public void setCurrentValue​(JDFRectangle value)
        (36) set attribute CurrentValue
        Parameters:
        value - the value to set the attribute to
      • getCurrentValue

        public JDFRectangle getCurrentValue()
        (20) get JDFRectangle attribute CurrentValue
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • setAllowedValueList

        public void setAllowedValueList​(JDFRectangleRangeList value)
        (36) set attribute AllowedValueList
        Parameters:
        value - the value to set the attribute to
      • getAllowedValueList

        public JDFRectangleRangeList getAllowedValueList()
        (20) get JDFRectangleRangeList attribute AllowedValueList
        Returns:
        JDFRectangleRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangleRangeList
      • setPresentValueList

        public void setPresentValueList​(JDFRectangleRangeList value)
        (36) set attribute PresentValueList
        Parameters:
        value - the value to set the attribute to
      • getPresentValueList

        public JDFRectangleRangeList getPresentValueList()
        (20) get JDFRectangleRangeList attribute PresentValueList
        Returns:
        JDFRectangleRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangleRangeList
      • getLoc

        public JDFLoc getLoc()
        (24) const get element Loc
        Returns:
        JDFLoc the element
      • getCreateLoc

        public JDFLoc getCreateLoc()
        (25) getCreateLoc
        Returns:
        JDFLoc the element
      • getCreateLoc

        public JDFLoc getCreateLoc​(int iSkip)
        (26) getCreateLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element
      • getLoc

        public JDFLoc getLoc​(int iSkip)
        (27) const get element Loc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element default is getLoc(0)
      • getAllLoc

        public java.util.Collection<JDFLoc> getAllLoc()
        Get all Loc from the current element
        Returns:
        Collection, null if none are available
      • appendLoc

        public JDFLoc appendLoc()
        (30) append element Loc
        Returns:
        JDFLoc the element
      • getValueLoc

        public JDFValueLoc getValueLoc()
        (24) const get element ValueLoc
        Returns:
        JDFValueLoc the element
      • getCreateValueLoc

        public JDFValueLoc getCreateValueLoc()
        (25) getCreateValueLoc
        Returns:
        JDFValueLoc the element
      • getCreateValueLoc

        public JDFValueLoc getCreateValueLoc​(int iSkip)
        (26) getCreateValueLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValueLoc the element
      • getValueLoc

        public JDFValueLoc getValueLoc​(int iSkip)
        (27) const get element ValueLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValueLoc the element default is getValueLoc(0)
      • getAllValueLoc

        public java.util.Collection<JDFValueLoc> getAllValueLoc()
        Get all ValueLoc from the current element
        Returns:
        Collection, null if none are available
      • appendValueLoc

        public JDFValueLoc appendValueLoc()
        (30) append element ValueLoc
        Returns:
        JDFValueLoc the element