Class JDFAutoShapeCuttingIntent

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

    public abstract class JDFAutoShapeCuttingIntent
    extends JDFIntentResource
    class JDFAutoShapeCuttingIntent : public JDFIntentResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoShapeCuttingIntent

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

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

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

      • getCreateShapeCut

        public JDFShapeCut getCreateShapeCut​(int iSkip)
        (26) getCreateShapeCut
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeCut the element
      • getShapeCut

        public JDFShapeCut getShapeCut​(int iSkip)
        (27) const get element ShapeCut
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeCut the element default is getShapeCut(0)
      • getAllShapeCut

        public java.util.Collection<JDFShapeCut> getAllShapeCut()
        Get all ShapeCut from the current element
        Returns:
        Collection, null if none are available
      • appendShapeCut

        public JDFShapeCut appendShapeCut()
        (30) append element ShapeCut
        Returns:
        JDFShapeCut the element