yarp
Class IFrameGrabberControls

java.lang.Object
  extended by yarp.IFrameGrabberControls
Direct Known Subclasses:
IFrameGrabberControlsDC1394

public class IFrameGrabberControls
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
IFrameGrabberControls(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 double getBrightness()
           
static long getCPtr(IFrameGrabberControls obj)
           
 double getExposure()
           
 double getGain()
           
 double getGamma()
           
 double getHue()
           
 double getIris()
           
 double getSaturation()
           
 double getSharpness()
           
 double getShutter()
           
 boolean getWhiteBalance(SWIGTYPE_p_double blue, SWIGTYPE_p_double red)
           
 boolean setBrightness(double v)
           
 boolean setExposure(double v)
           
 boolean setGain(double v)
           
 boolean setGamma(double v)
           
 boolean setHue(double v)
           
 boolean setIris(double v)
           
 boolean setSaturation(double v)
           
 boolean setSharpness(double v)
           
 boolean setShutter(double v)
           
 boolean setWhiteBalance(double blue, double red)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

IFrameGrabberControls

public IFrameGrabberControls(long cPtr,
                             boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(IFrameGrabberControls obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setBrightness

public boolean setBrightness(double v)

setExposure

public boolean setExposure(double v)

setSharpness

public boolean setSharpness(double v)

setWhiteBalance

public boolean setWhiteBalance(double blue,
                               double red)

setHue

public boolean setHue(double v)

setSaturation

public boolean setSaturation(double v)

setGamma

public boolean setGamma(double v)

setShutter

public boolean setShutter(double v)

setGain

public boolean setGain(double v)

setIris

public boolean setIris(double v)

getBrightness

public double getBrightness()

getExposure

public double getExposure()

getSharpness

public double getSharpness()

getWhiteBalance

public boolean getWhiteBalance(SWIGTYPE_p_double blue,
                               SWIGTYPE_p_double red)

getHue

public double getHue()

getSaturation

public double getSaturation()

getGamma

public double getGamma()

getShutter

public double getShutter()

getGain

public double getGain()

getIris

public double getIris()