Class JDFAutoCuttingParams

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

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

      • JDFAutoCuttingParams

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

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

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

      • setNUpSeparation

        public void setNUpSeparation​(JDFXYPair value)
        (36) set attribute NUpSeparation
        Parameters:
        value - the value to set the attribute to
      • getNUpSeparation

        public JDFXYPair getNUpSeparation()
        (20) get JDFXYPair attribute NUpSeparation
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setSheetLay

        public void setSheetLay​(JDFAutoCuttingParams.EnumSheetLay enumVar)
        (5) set attribute SheetLay
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getCutBlock

        public JDFCutBlock getCutBlock()
        (24) const get element CutBlock
        Returns:
        JDFCutBlock the element
      • getCreateCutBlock

        public JDFCutBlock getCreateCutBlock()
        (25) getCreateCutBlock
        Returns:
        JDFCutBlock the element
      • getCreateCutBlock

        public JDFCutBlock getCreateCutBlock​(int iSkip)
        (26) getCreateCutBlock
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCutBlock the element
      • getCutBlock

        public JDFCutBlock getCutBlock​(int iSkip)
        (27) const get element CutBlock
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCutBlock the element default is getCutBlock(0)
      • getAllCutBlock

        public java.util.Collection<JDFCutBlock> getAllCutBlock()
        Get all CutBlock from the current element
        Returns:
        Collection, null if none are available
      • appendCutBlock

        public JDFCutBlock appendCutBlock()
        (30) append element CutBlock
        Returns:
        JDFCutBlock the element
      • refCutBlock

        public void refCutBlock​(JDFCutBlock refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCutMark

        public JDFCutMark getCutMark()
        (24) const get element CutMark
        Returns:
        JDFCutMark the element
      • getCreateCutMark

        public JDFCutMark getCreateCutMark()
        (25) getCreateCutMark
        Returns:
        JDFCutMark the element
      • getCreateCutMark

        public JDFCutMark getCreateCutMark​(int iSkip)
        (26) getCreateCutMark
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCutMark the element
      • getCutMark

        public JDFCutMark getCutMark​(int iSkip)
        (27) const get element CutMark
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCutMark the element default is getCutMark(0)
      • getAllCutMark

        public java.util.Collection<JDFCutMark> getAllCutMark()
        Get all CutMark from the current element
        Returns:
        Collection, null if none are available
      • appendCutMark

        public JDFCutMark appendCutMark()
        (30) append element CutMark
        Returns:
        JDFCutMark the element
      • refCutMark

        public void refCutMark​(JDFCutMark refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCut

        public JDFCut getCut()
        (24) const get element Cut
        Returns:
        JDFCut the element
      • getCreateCut

        public JDFCut getCreateCut()
        (25) getCreateCut
        Returns:
        JDFCut the element
      • getCreateCut

        public JDFCut getCreateCut​(int iSkip)
        (26) getCreateCut
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCut the element
      • getCut

        public JDFCut getCut​(int iSkip)
        (27) const get element Cut
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCut the element default is getCut(0)
      • getAllCut

        public java.util.Collection<JDFCut> getAllCut()
        Get all Cut from the current element
        Returns:
        Collection, null if none are available
      • appendCut

        public JDFCut appendCut()
        (30) append element Cut
        Returns:
        JDFCut the element