Class jinaShistogram

java.lang.Object
  |
  +--jinaShistogram

public class jinaShistogram
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaShistogram()
           
protected jinaShistogram(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 float getAbove()
           
 SWIGTYPE_p_p_float getArray()
           
 float getBelow()
           
 float getContents()
           
protected static long getCPtr(jinaShistogram obj)
           
 int getEntries()
           
 int getId()
           
 double getMean()
           
 double getMean2()
           
 int getNpar()
           
 float getOver()
           
 SWIGTYPE_p_double getPar()
           
 SWIGTYPE_p_f_int_p_double_float__double getShFuncSuper()
           
 java.lang.String getTitle()
           
 int getType()
           
 float getUnder()
           
 int getXbins()
           
 float getXincr()
           
 float getXmax()
           
 float getXmin()
           
 int getYbins()
           
 float getYincr()
           
 float getYmax()
           
 float getYmin()
           
 void setAbove(float above)
           
 void setArray(SWIGTYPE_p_p_float array)
           
 void setBelow(float below)
           
 void setContents(float contents)
           
 void setEntries(int entries)
           
 void setId(int id)
           
 void setMean(double mean)
           
 void setMean2(double mean2)
           
 void setNpar(int npar)
           
 void setOver(float over)
           
 void setPar(SWIGTYPE_p_double par)
           
 void setShFuncSuper(SWIGTYPE_p_f_int_p_double_float__double shFuncSuper)
           
 void setTitle(java.lang.String title)
           
 void setType(int type)
           
 void setUnder(float under)
           
 void setXbins(int xbins)
           
 void setXincr(float xincr)
           
 void setXmax(float xmax)
           
 void setXmin(float xmin)
           
 void setYbins(int ybins)
           
 void setYincr(float yincr)
           
 void setYmax(float ymax)
           
 void setYmin(float ymin)
           
 
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

jinaShistogram

protected jinaShistogram(long cPtr,
                         boolean cMemoryOwn)

jinaShistogram

public jinaShistogram()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaShistogram obj)

setId

public void setId(int id)

getId

public int getId()

setTitle

public void setTitle(java.lang.String title)

getTitle

public java.lang.String getTitle()

setType

public void setType(int type)

getType

public int getType()

setShFuncSuper

public void setShFuncSuper(SWIGTYPE_p_f_int_p_double_float__double shFuncSuper)

getShFuncSuper

public SWIGTYPE_p_f_int_p_double_float__double getShFuncSuper()

setPar

public void setPar(SWIGTYPE_p_double par)

getPar

public SWIGTYPE_p_double getPar()

setNpar

public void setNpar(int npar)

getNpar

public int getNpar()

setXmin

public void setXmin(float xmin)

getXmin

public float getXmin()

setXmax

public void setXmax(float xmax)

getXmax

public float getXmax()

setYmin

public void setYmin(float ymin)

getYmin

public float getYmin()

setYmax

public void setYmax(float ymax)

getYmax

public float getYmax()

setMean

public void setMean(double mean)

getMean

public double getMean()

setMean2

public void setMean2(double mean2)

getMean2

public double getMean2()

setXbins

public void setXbins(int xbins)

getXbins

public int getXbins()

setYbins

public void setYbins(int ybins)

getYbins

public int getYbins()

setXincr

public void setXincr(float xincr)

getXincr

public float getXincr()

setYincr

public void setYincr(float yincr)

getYincr

public float getYincr()

setEntries

public void setEntries(int entries)

getEntries

public int getEntries()

setContents

public void setContents(float contents)

getContents

public float getContents()

setUnder

public void setUnder(float under)

getUnder

public float getUnder()

setOver

public void setOver(float over)

getOver

public float getOver()

setAbove

public void setAbove(float above)

getAbove

public float getAbove()

setBelow

public void setBelow(float below)

getBelow

public float getBelow()

setArray

public void setArray(SWIGTYPE_p_p_float array)

getArray

public SWIGTYPE_p_p_float getArray()