Class JDFAutoHoleLine

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

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

      • JDFAutoHoleLine

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

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

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

      • setPitch

        public void setPitch​(double value)
        (36) set attribute Pitch
        Parameters:
        value - the value to set the attribute to
      • getPitch

        public double getPitch()
        (17) get double attribute Pitch
        Returns:
        double the value of the attribute
      • getHole

        public JDFHole getHole()
        (24) const get element Hole
        Returns:
        JDFHole the element
      • getCreateHole

        public JDFHole getCreateHole()
        (25) getCreateHole
        Returns:
        JDFHole the element
      • getCreateHole

        public JDFHole getCreateHole​(int iSkip)
        (26) getCreateHole
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFHole the element
      • getHole

        public JDFHole getHole​(int iSkip)
        (27) const get element Hole
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFHole the element default is getHole(0)
      • getAllHole

        public java.util.Collection<JDFHole> getAllHole()
        Get all Hole from the current element
        Returns:
        Collection, null if none are available
      • appendHole

        public JDFHole appendHole()
        (30) append element Hole
        Returns:
        JDFHole the element