Class JDFAutoLZWParams

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

    public abstract class JDFAutoLZWParams
    extends JDFElement
    class JDFAutoLZWParams : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoLZWParams

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

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

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

      • setEarlyChange

        public void setEarlyChange​(int value)
        (36) set attribute EarlyChange
        Parameters:
        value - the value to set the attribute to
      • getEarlyChange

        public int getEarlyChange()
        (15) get int attribute EarlyChange
        Returns:
        int the value of the attribute
      • setPredictor

        public void setPredictor​(int value)
        (36) set attribute Predictor
        Parameters:
        value - the value to set the attribute to
      • getPredictor

        public int getPredictor()
        (15) get int attribute Predictor
        Returns:
        int the value of the attribute