yarp
Class PixelRgbInt

java.lang.Object
  extended by yarp.PixelRgbInt

public class PixelRgbInt
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
PixelRgbInt()
           
PixelRgbInt(int n_r, int n_g, int n_b)
           
PixelRgbInt(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 int getB()
           
static long getCPtr(PixelRgbInt obj)
           
 int getG()
           
 int getR()
           
 void setB(int value)
           
 void setG(int value)
           
 void setR(int value)
           
 
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

PixelRgbInt

public PixelRgbInt(long cPtr,
                   boolean cMemoryOwn)

PixelRgbInt

public PixelRgbInt()

PixelRgbInt

public PixelRgbInt(int n_r,
                   int n_g,
                   int n_b)
Method Detail

getCPtr

public static long getCPtr(PixelRgbInt obj)

finalize

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

delete

public void delete()

setR

public void setR(int value)

getR

public int getR()

setG

public void setG(int value)

getG

public int getG()

setB

public void setB(int value)

getB

public int getB()