Class JDFAutoCylinderLayout

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

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

      • JDFAutoCylinderLayout

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

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

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

      • setDeviceID

        public void setDeviceID​(java.lang.String value)
        (36) set attribute DeviceID
        Parameters:
        value - the value to set the attribute to
      • getDeviceID

        public java.lang.String getDeviceID()
        (23) get String attribute DeviceID
        Returns:
        the value of the attribute
      • getLayout

        public JDFLayout getLayout()
        (24) const get element Layout
        Returns:
        JDFLayout the element
      • getCreateLayout

        public JDFLayout getCreateLayout()
        (25) getCreateLayout
        Returns:
        JDFLayout the element
      • appendLayout

        public JDFLayout appendLayout()
        (29) append element Layout
        Returns:
        JDFLayout the element @ if the element already exists
      • refLayout

        public void refLayout​(JDFLayout refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateCylinderPosition

        public JDFCylinderPosition getCreateCylinderPosition​(int iSkip)
        (26) getCreateCylinderPosition
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCylinderPosition the element
      • getCylinderPosition

        public JDFCylinderPosition getCylinderPosition​(int iSkip)
        (27) const get element CylinderPosition
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCylinderPosition the element default is getCylinderPosition(0)
      • getAllCylinderPosition

        public java.util.Collection<JDFCylinderPosition> getAllCylinderPosition()
        Get all CylinderPosition from the current element
        Returns:
        Collection, null if none are available
      • appendCylinderPosition

        public JDFCylinderPosition appendCylinderPosition()
        (30) append element CylinderPosition
        Returns:
        JDFCylinderPosition the element