Class JDFAutoScanParams

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

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

      • JDFAutoScanParams

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

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

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

      • setBitDepth

        public void setBitDepth​(int value)
        (36) set attribute BitDepth
        Parameters:
        value - the value to set the attribute to
      • getBitDepth

        public int getBitDepth()
        (15) get int attribute BitDepth
        Returns:
        int the value of the attribute
      • setMagnification

        public void setMagnification​(JDFXYPair value)
        (36) set attribute Magnification
        Parameters:
        value - the value to set the attribute to
      • getMagnification

        public JDFXYPair getMagnification()
        (20) get JDFXYPair attribute Magnification
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setOutputColorSpace

        public void setOutputColorSpace​(JDFAutoScanParams.EnumOutputColorSpace enumVar)
        (5) set attribute OutputColorSpace
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setCompressionFilter

        public void setCompressionFilter​(JDFAutoScanParams.EnumCompressionFilter enumVar)
        (5) set attribute CompressionFilter
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setDCTQuality

        public void setDCTQuality​(double value)
        (36) set attribute DCTQuality
        Parameters:
        value - the value to set the attribute to
      • getDCTQuality

        public double getDCTQuality()
        (17) get double attribute DCTQuality
        Returns:
        double the value of the attribute
      • setInputBox

        public void setInputBox​(JDFRectangle value)
        (36) set attribute InputBox
        Parameters:
        value - the value to set the attribute to
      • getInputBox

        public JDFRectangle getInputBox()
        (20) get JDFRectangle attribute InputBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • setMountID

        public void setMountID​(java.lang.String value)
        (36) set attribute MountID
        Parameters:
        value - the value to set the attribute to
      • getMountID

        public java.lang.String getMountID()
        (23) get String attribute MountID
        Returns:
        the value of the attribute
      • setMounting

        public void setMounting​(JDFAutoScanParams.EnumMounting enumVar)
        (5) set attribute Mounting
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setOutputResolution

        public void setOutputResolution​(JDFXYPair value)
        (36) set attribute OutputResolution
        Parameters:
        value - the value to set the attribute to
      • getOutputResolution

        public JDFXYPair getOutputResolution()
        (20) get JDFXYPair attribute OutputResolution
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setOutputSize

        public void setOutputSize​(JDFXYPair value)
        (36) set attribute OutputSize
        Parameters:
        value - the value to set the attribute to
      • getOutputSize

        public JDFXYPair getOutputSize()
        (20) get JDFXYPair attribute OutputSize
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setSplitDocuments

        public void setSplitDocuments​(int value)
        (36) set attribute SplitDocuments
        Parameters:
        value - the value to set the attribute to
      • getSplitDocuments

        public int getSplitDocuments()
        (15) get int attribute SplitDocuments
        Returns:
        int the value of the attribute
      • getFileSpec

        public JDFFileSpec getFileSpec()
        (24) const get element FileSpec
        Returns:
        JDFFileSpec the element
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec()
        (25) getCreateFileSpec
        Returns:
        JDFFileSpec the element
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (29) append element FileSpec
        Returns:
        JDFFileSpec the element @ if the element already exists
      • refFileSpec

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