Class JDFAutoLayoutShift

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

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

      • JDFAutoLayoutShift

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

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

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

      • getCreateShiftPoint

        public JDFShiftPoint getCreateShiftPoint​(int iSkip)
        (26) getCreateShiftPoint
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShiftPoint the element
      • getShiftPoint

        public JDFShiftPoint getShiftPoint​(int iSkip)
        (27) const get element ShiftPoint
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShiftPoint the element default is getShiftPoint(0)
      • getAllShiftPoint

        public java.util.Collection<JDFShiftPoint> getAllShiftPoint()
        Get all ShiftPoint from the current element
        Returns:
        Collection, null if none are available
      • appendShiftPoint

        public JDFShiftPoint appendShiftPoint()
        (30) append element ShiftPoint
        Returns:
        JDFShiftPoint the element