Class JDFAutoCasingInParams

  • 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:
    JDFCasingInParams

    public abstract class JDFAutoCasingInParams
    extends JDFResource
    class JDFAutoCasingInParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoCasingInParams

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

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

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

      • setCaseRadius

        public void setCaseRadius​(double value)
        (36) set attribute CaseRadius
        Parameters:
        value - the value to set the attribute to
      • getCaseRadius

        public double getCaseRadius()
        (17) get double attribute CaseRadius
        Returns:
        double the value of the attribute
      • setCoverBoardWidth

        public void setCoverBoardWidth​(double value)
        (36) set attribute CoverBoardWidth
        Parameters:
        value - the value to set the attribute to
      • getCoverBoardWidth

        public double getCoverBoardWidth()
        (17) get double attribute CoverBoardWidth
        Returns:
        double the value of the attribute
      • setSpineBoardWidth

        public void setSpineBoardWidth​(double value)
        (36) set attribute SpineBoardWidth
        Parameters:
        value - the value to set the attribute to
      • getSpineBoardWidth

        public double getSpineBoardWidth()
        (17) get double attribute SpineBoardWidth
        Returns:
        double the value of the attribute
      • getGlueApplication

        public JDFGlueApplication getGlueApplication()
        (24) const get element GlueApplication
        Returns:
        JDFGlueApplication the element
      • getCreateGlueApplication

        public JDFGlueApplication getCreateGlueApplication()
        (25) getCreateGlueApplication
        Returns:
        JDFGlueApplication the element
      • getCreateGlueApplication

        public JDFGlueApplication getCreateGlueApplication​(int iSkip)
        (26) getCreateGlueApplication
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueApplication the element
      • getGlueApplication

        public JDFGlueApplication getGlueApplication​(int iSkip)
        (27) const get element GlueApplication
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueApplication the element default is getGlueApplication(0)
      • getAllGlueApplication

        public java.util.Collection<JDFGlueApplication> getAllGlueApplication()
        Get all GlueApplication from the current element
        Returns:
        Collection, null if none are available
      • appendGlueApplication

        public JDFGlueApplication appendGlueApplication()
        (30) append element GlueApplication
        Returns:
        JDFGlueApplication the element
      • refGlueApplication

        public void refGlueApplication​(JDFGlueApplication refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getGlueLine

        public JDFGlueLine getGlueLine()
        (24) const get element GlueLine
        Returns:
        JDFGlueLine the element
      • getCreateGlueLine

        public JDFGlueLine getCreateGlueLine()
        (25) getCreateGlueLine
        Returns:
        JDFGlueLine the element
      • 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