Class JDFAutoShapeCuttingParams

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

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

      • JDFAutoShapeCuttingParams

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

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

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

      • setModuleIndex

        public void setModuleIndex​(int value)
        (36) set attribute ModuleIndex
        Parameters:
        value - the value to set the attribute to
      • getModuleIndex

        public int getModuleIndex()
        (15) get int attribute ModuleIndex
        Returns:
        int the value of the attribute
      • getDieLayout

        public JDFDieLayout getDieLayout()
        (24) const get element DieLayout
        Returns:
        JDFDieLayout the element
      • getCreateDieLayout

        public JDFDieLayout getCreateDieLayout()
        (25) getCreateDieLayout
        Returns:
        JDFDieLayout the element
      • appendDieLayout

        public JDFDieLayout appendDieLayout()
        (29) append element DieLayout
        Returns:
        JDFDieLayout the element @ if the element already exists
      • refDieLayout

        public void refDieLayout​(JDFDieLayout refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getShape

        public JDFShapeElement getShape()
        (24) const get element Shape
        Returns:
        JDFShapeElement the element
      • getCreateShape

        public JDFShapeElement getCreateShape()
        (25) getCreateShape
        Returns:
        JDFShapeElement the element
      • getCreateShape

        public JDFShapeElement getCreateShape​(int iSkip)
        (26) getCreateShape
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeElement the element
      • getShape

        public JDFShapeElement getShape​(int iSkip)
        (27) const get element Shape
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeElement the element default is getShape(0)
      • getAllShape

        public java.util.Collection<JDFShapeElement> getAllShape()
        Get all Shape from the current element
        Returns:
        Collection, null if none are available
      • appendShape

        public JDFShapeElement appendShape()
        (30) append element Shape
        Returns:
        JDFShapeElement the element