|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsources.Smoothing
A superclass for all classes that wants to draw density estimations
Field Summary | |
protected LDataSet |
dat
Creates new Smoothing |
Constructor Summary | |
Smoothing()
|
Method Summary | |
abstract void |
calcNow(int width,
int height,
boolean onlyselected,
int[] xval,
int[] yval)
Calculates the Smoothing |
abstract double[] |
getResiduals()
returns an array of residuals |
abstract void |
paintSmooth(java.awt.Graphics gr)
Paints the Smoothing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected LDataSet dat
Constructor Detail |
public Smoothing()
Method Detail |
public abstract void paintSmooth(java.awt.Graphics gr)
gr
- the Graphics to paint onpublic abstract double[] getResiduals()
public abstract void calcNow(int width, int height, boolean onlyselected, int[] xval, int[] yval)
width
- the width of the imageheight
- the height of the imageonlyselected
- true, if only selection has changedxval
- the x-values of the pointsyval
- the y values of the points
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |