Class JDFAutoBoxApplication

  • 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
    Direct Known Subclasses:
    JDFBoxApplication

    public abstract class JDFAutoBoxApplication
    extends JDFElement
    class JDFAutoBoxApplication : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoBoxApplication

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

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

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

      • setApplicationArea

        public void setApplicationArea​(JDFRectangle value)
        (36) set attribute ApplicationArea
        Parameters:
        value - the value to set the attribute to
      • getApplicationArea

        public JDFRectangle getApplicationArea()
        (20) get JDFRectangle attribute ApplicationArea
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • getCreateComponent

        public JDFComponent getCreateComponent​(int iSkip)
        (26) getCreateComponent
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComponent the element
      • getComponent

        public JDFComponent getComponent​(int iSkip)
        (27) const get element Component
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComponent the element default is getComponent(0)
      • getAllComponent

        public java.util.Collection<JDFComponent> getAllComponent()
        Get all Component from the current element
        Returns:
        Collection, null if none are available
      • appendComponent

        public JDFComponent appendComponent()
        (30) append element Component
        Returns:
        JDFComponent the element
      • refComponent

        public void refComponent​(JDFComponent refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateGlueLine

        public JDFGlueLine getCreateGlueLine​(int iSkip)
        (26) getCreateGlueLine
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueLine the element
      • getGlueLine

        public JDFGlueLine getGlueLine​(int iSkip)
        (27) const get element GlueLine
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueLine the element default is getGlueLine(0)
      • getAllGlueLine

        public java.util.Collection<JDFGlueLine> getAllGlueLine()
        Get all GlueLine from the current element
        Returns:
        Collection, null if none are available
      • appendGlueLine

        public JDFGlueLine appendGlueLine()
        (30) append element GlueLine
        Returns:
        JDFGlueLine the element
      • refGlueLine

        public void refGlueLine​(JDFGlueLine refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced