The im4java Library, Version 1.4.0

org.im4java.core
Class UFRawOps

java.lang.Object
  extended by org.im4java.core.Operation
      extended by org.im4java.core.UFRawOps
Direct Known Subclasses:
UFRawOperation

public class UFRawOps
extends Operation

This class subclasses Operation and adds methods for all commandline options of ufraw.

This class is automatically generated by the source-code generator of im4java.

Version:
$Revision: 1.14 $
Author:
$Author: bablokb $

Field Summary
 
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
 
Constructor Summary
protected UFRawOps()
          The protected Constructor.
 
Method Summary
 UFRawOps baseCurve(java.lang.String pType)
          Add option --base-curve= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps baseCurveFile(java.lang.String pBaseCurveFile)
          Add option --base-curve-file= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps blackPoint(java.lang.String pAuto)
          Add option --black-point= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps clip(java.lang.String pType)
          Add option --clip= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps compression(java.lang.Integer Value)
          Add option --compression= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps conf(java.lang.String pFile)
          Add option --conf= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps contrast(java.lang.Double pContrast)
          Add option --contrast= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps createId(java.lang.String pType)
          Add option --create-id= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps cropBottom(java.lang.Integer pCount)
          Add option --crop-bottom= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps cropLeft(java.lang.Integer pCount)
          Add option --crop-left= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps cropRight(java.lang.Integer pCount)
          Add option --crop-right= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps cropTop(java.lang.Integer pCount)
          Add option --crop-top= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps curve(java.lang.String pCurveType)
          Add option --curve= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps curveFile(java.lang.String pCurveFile)
          Add option --curve-file= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps darkframe(java.lang.String pFilename)
          Add option --darkframe= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps embeddedImage()
          Add option --embedded-image to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps exif()
          Add option --exif to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps exposure(java.lang.String pAuto)
          Add option --exposure= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps gamma(java.lang.Double pGamma)
          Add option --gamma= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps grayscale(java.lang.String pType)
          Add option --grayscale= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps green(java.lang.Double pFactor)
          Add option --green= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps interpolation(java.lang.String pType)
          Add option --interpolation= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps linearity(java.lang.Double pLinearity)
          Add option --linearity= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps noexif()
          Add option --noexif to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps nozip()
          Add option --nozip to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps outDepth(java.lang.Integer pDepth)
          Add option --out-depth= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps outPath(java.lang.String pPath)
          Add option --out-path= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps output(java.lang.String pFilename)
          Add option --output= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps outType(java.lang.String pType)
          Add option --out-type= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps overwrite()
          Add option --overwrite to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps restore(java.lang.String pType)
          Add option --restore= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps rotate(java.lang.String pType)
          Add option --rotate= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps saturation(java.lang.Double pSaturation)
          Add option --saturation= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps shrink(java.lang.Double pFactor)
          Add option --shrink= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps silent()
          Add option --silent to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps size(java.lang.Integer pSize)
          Add option --size= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps temperature(java.lang.Integer pTemp)
          Add option --temperature= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps waveletDenoisingThreshold(java.lang.Double pThreshold)
          Add option --wavelet-denoising-threshold= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps wb(java.lang.String pType)
          Add option --wb= to the ufraw commandline (see the documentation of ufraw for details).
 UFRawOps zip()
          Add option --zip to the ufraw commandline (see the documentation of ufraw for details).
 
Methods inherited from class org.im4java.core.Operation
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UFRawOps

protected UFRawOps()
The protected Constructor. You should only use subclasses of UFRawOps.

Method Detail

conf

public UFRawOps conf(java.lang.String pFile)
Add option --conf= to the ufraw commandline (see the documentation of ufraw for details).


wb

public UFRawOps wb(java.lang.String pType)
Add option --wb= to the ufraw commandline (see the documentation of ufraw for details).


temperature

public UFRawOps temperature(java.lang.Integer pTemp)
Add option --temperature= to the ufraw commandline (see the documentation of ufraw for details).


green

public UFRawOps green(java.lang.Double pFactor)
Add option --green= to the ufraw commandline (see the documentation of ufraw for details).


baseCurve

public UFRawOps baseCurve(java.lang.String pType)
Add option --base-curve= to the ufraw commandline (see the documentation of ufraw for details).


baseCurveFile

public UFRawOps baseCurveFile(java.lang.String pBaseCurveFile)
Add option --base-curve-file= to the ufraw commandline (see the documentation of ufraw for details).


curve

public UFRawOps curve(java.lang.String pCurveType)
Add option --curve= to the ufraw commandline (see the documentation of ufraw for details).


curveFile

public UFRawOps curveFile(java.lang.String pCurveFile)
Add option --curve-file= to the ufraw commandline (see the documentation of ufraw for details).


restore

public UFRawOps restore(java.lang.String pType)
Add option --restore= to the ufraw commandline (see the documentation of ufraw for details).


clip

public UFRawOps clip(java.lang.String pType)
Add option --clip= to the ufraw commandline (see the documentation of ufraw for details).


gamma

public UFRawOps gamma(java.lang.Double pGamma)
Add option --gamma= to the ufraw commandline (see the documentation of ufraw for details).


linearity

public UFRawOps linearity(java.lang.Double pLinearity)
Add option --linearity= to the ufraw commandline (see the documentation of ufraw for details).


contrast

public UFRawOps contrast(java.lang.Double pContrast)
Add option --contrast= to the ufraw commandline (see the documentation of ufraw for details).


saturation

public UFRawOps saturation(java.lang.Double pSaturation)
Add option --saturation= to the ufraw commandline (see the documentation of ufraw for details).


waveletDenoisingThreshold

public UFRawOps waveletDenoisingThreshold(java.lang.Double pThreshold)
Add option --wavelet-denoising-threshold= to the ufraw commandline (see the documentation of ufraw for details).


exposure

public UFRawOps exposure(java.lang.String pAuto)
Add option --exposure= to the ufraw commandline (see the documentation of ufraw for details).


blackPoint

public UFRawOps blackPoint(java.lang.String pAuto)
Add option --black-point= to the ufraw commandline (see the documentation of ufraw for details).


interpolation

public UFRawOps interpolation(java.lang.String pType)
Add option --interpolation= to the ufraw commandline (see the documentation of ufraw for details).


grayscale

public UFRawOps grayscale(java.lang.String pType)
Add option --grayscale= to the ufraw commandline (see the documentation of ufraw for details).


shrink

public UFRawOps shrink(java.lang.Double pFactor)
Add option --shrink= to the ufraw commandline (see the documentation of ufraw for details).


size

public UFRawOps size(java.lang.Integer pSize)
Add option --size= to the ufraw commandline (see the documentation of ufraw for details).


outType

public UFRawOps outType(java.lang.String pType)
Add option --out-type= to the ufraw commandline (see the documentation of ufraw for details).


outDepth

public UFRawOps outDepth(java.lang.Integer pDepth)
Add option --out-depth= to the ufraw commandline (see the documentation of ufraw for details).


createId

public UFRawOps createId(java.lang.String pType)
Add option --create-id= to the ufraw commandline (see the documentation of ufraw for details).


compression

public UFRawOps compression(java.lang.Integer Value)
Add option --compression= to the ufraw commandline (see the documentation of ufraw for details).


exif

public UFRawOps exif()
Add option --exif to the ufraw commandline (see the documentation of ufraw for details).


noexif

public UFRawOps noexif()
Add option --noexif to the ufraw commandline (see the documentation of ufraw for details).


zip

public UFRawOps zip()
Add option --zip to the ufraw commandline (see the documentation of ufraw for details).


nozip

public UFRawOps nozip()
Add option --nozip to the ufraw commandline (see the documentation of ufraw for details).


embeddedImage

public UFRawOps embeddedImage()
Add option --embedded-image to the ufraw commandline (see the documentation of ufraw for details).


rotate

public UFRawOps rotate(java.lang.String pType)
Add option --rotate= to the ufraw commandline (see the documentation of ufraw for details).


cropLeft

public UFRawOps cropLeft(java.lang.Integer pCount)
Add option --crop-left= to the ufraw commandline (see the documentation of ufraw for details).


cropRight

public UFRawOps cropRight(java.lang.Integer pCount)
Add option --crop-right= to the ufraw commandline (see the documentation of ufraw for details).


cropTop

public UFRawOps cropTop(java.lang.Integer pCount)
Add option --crop-top= to the ufraw commandline (see the documentation of ufraw for details).


cropBottom

public UFRawOps cropBottom(java.lang.Integer pCount)
Add option --crop-bottom= to the ufraw commandline (see the documentation of ufraw for details).


outPath

public UFRawOps outPath(java.lang.String pPath)
Add option --out-path= to the ufraw commandline (see the documentation of ufraw for details).


output

public UFRawOps output(java.lang.String pFilename)
Add option --output= to the ufraw commandline (see the documentation of ufraw for details).


darkframe

public UFRawOps darkframe(java.lang.String pFilename)
Add option --darkframe= to the ufraw commandline (see the documentation of ufraw for details).


overwrite

public UFRawOps overwrite()
Add option --overwrite to the ufraw commandline (see the documentation of ufraw for details).


silent

public UFRawOps silent()
Add option --silent to the ufraw commandline (see the documentation of ufraw for details).


The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/