Class JDFAutoShapeCuttingIntent

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFShapeCuttingIntent

public abstract class JDFAutoShapeCuttingIntent extends JDFIntentResource
class JDFAutoShapeCuttingIntent : public JDFIntentResource
See Also:
  • Constructor Details

    • JDFAutoShapeCuttingIntent

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • getShapeCut

      public JDFShapeCut getShapeCut()
      (24) const get element ShapeCut
      Returns:
      JDFShapeCut the element
    • getCreateShapeCut

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