Class JDFAutoShapeCuttingParams

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

public abstract class JDFAutoShapeCuttingParams extends JDFResource
class JDFAutoShapeCuttingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoShapeCuttingParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

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

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setDeliveryMode

      public void setDeliveryMode(JDFAutoShapeCuttingParams.EDeliveryMode enumVar)
      (5) set attribute DeliveryMode
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEDeliveryMode

      public JDFAutoShapeCuttingParams.EDeliveryMode getEDeliveryMode()
      (9) get attribute DeliveryMode
      Returns:
      the value of the attribute
    • setDeliveryMode

      @Deprecated public void setDeliveryMode(JDFAutoShapeCuttingParams.EnumDeliveryMode enumVar)
      Deprecated.
      use SetDeliveryMode(EDeliveryMode) based on java.lang.enum instead
      (5) set attribute DeliveryMode
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDeliveryMode

      Deprecated.
      use EDeliveryMode GetEDeliveryMode() based on java.lang.enum instead
      (9) get attribute DeliveryMode
      Returns:
      the value of the attribute
    • 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
    • setSheetLay

      public void setSheetLay(JDFAutoConventionalPrintingParams.ESheetLay enumVar)
      (5) set attribute SheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getESheetLay

      (9) get attribute SheetLay
      Returns:
      the value of the attribute
    • setSheetLay

      Deprecated.
      use SetSheetLay(ESheetLay) based on java.lang.enum instead
      (5) set attribute SheetLay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getSheetLay

      Deprecated.
      use ESheetLay GetESheetLay() based on java.lang.enum instead
      (9) get attribute SheetLay
      Returns:
      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
    • 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 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