Class JDFAutoBlockPreparationParams

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

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

      • JDFAutoBlockPreparationParams

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

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

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

      • setBacking

        public void setBacking​(double value)
        (36) set attribute Backing
        Parameters:
        value - the value to set the attribute to
      • getBacking

        public double getBacking()
        (17) get double attribute Backing
        Returns:
        double the value of the attribute
      • setRounding

        public void setRounding​(double value)
        (36) set attribute Rounding
        Parameters:
        value - the value to set the attribute to
      • getRounding

        public double getRounding()
        (17) get double attribute Rounding
        Returns:
        double the value of the attribute
      • getRegisterRibbon

        public JDFRegisterRibbon getRegisterRibbon()
        (24) const get element RegisterRibbon
        Returns:
        JDFRegisterRibbon the element
      • getCreateRegisterRibbon

        public JDFRegisterRibbon getCreateRegisterRibbon()
        (25) getCreateRegisterRibbon
        Returns:
        JDFRegisterRibbon the element
      • getCreateRegisterRibbon

        public JDFRegisterRibbon getCreateRegisterRibbon​(int iSkip)
        (26) getCreateRegisterRibbon
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRegisterRibbon the element
      • getRegisterRibbon

        public JDFRegisterRibbon getRegisterRibbon​(int iSkip)
        (27) const get element RegisterRibbon
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRegisterRibbon the element default is getRegisterRibbon(0)
      • getAllRegisterRibbon

        public java.util.Collection<JDFRegisterRibbon> getAllRegisterRibbon()
        Get all RegisterRibbon from the current element
        Returns:
        Collection, null if none are available
      • appendRegisterRibbon

        public JDFRegisterRibbon appendRegisterRibbon()
        (30) append element RegisterRibbon
        Returns:
        JDFRegisterRibbon the element
      • refRegisterRibbon

        public void refRegisterRibbon​(JDFRegisterRibbon refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced