The im4java Library, Version 1.4.0

org.im4java.core
Class UFRawOperation

java.lang.Object
  extended by org.im4java.core.Operation
      extended by org.im4java.core.UFRawOps
          extended by org.im4java.core.UFRawOperation

public class UFRawOperation
extends UFRawOps

This class models the command-line of ufraw/ufraw-batch.

Since:
0.97
Version:
$Revision: 1.2 $
Author:
$Author: bablokb $

Field Summary
 
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
 
Constructor Summary
UFRawOperation()
          Constructor.
 
Method Summary
 UFRawOps blackPoint(java.lang.String pAuto)
          --black-point= with String-argument only accepts "auto".
 UFRawOperation crop(java.lang.Integer pLeft, java.lang.Integer pRight, java.lang.Integer pTop, java.lang.Integer pBottom)
          Method to set all crop-values at once.
 UFRawOps exposure(java.lang.String pAuto)
          --exposure= with String-argument only accepts "auto".
 
Methods inherited from class org.im4java.core.UFRawOps
baseCurve, baseCurveFile, clip, compression, conf, contrast, createId, cropBottom, cropLeft, cropRight, cropTop, curve, curveFile, darkframe, embeddedImage, exif, gamma, grayscale, green, interpolation, linearity, noexif, nozip, outDepth, outPath, output, outType, overwrite, restore, rotate, saturation, shrink, silent, size, temperature, waveletDenoisingThreshold, wb, zip
 
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

UFRawOperation

public UFRawOperation()
Constructor.

Method Detail

exposure

public UFRawOps exposure(java.lang.String pAuto)
--exposure= with String-argument only accepts "auto".

Overrides:
exposure in class UFRawOps

blackPoint

public UFRawOps blackPoint(java.lang.String pAuto)
--black-point= with String-argument only accepts "auto".

Overrides:
blackPoint in class UFRawOps

crop

public UFRawOperation crop(java.lang.Integer pLeft,
                           java.lang.Integer pRight,
                           java.lang.Integer pTop,
                           java.lang.Integer pBottom)
Method to set all crop-values at once.


The im4java Library, Version 1.4.0

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