|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.plot.PlotElement | +--analyzer.plot.GrayBoxes
Displays 2D array as a grid of gray intensity boxes.
Field Summary | |
protected double[] |
data
|
protected int |
imax
|
protected int |
imin
|
protected int |
jmax
|
protected int |
jmin
|
Fields inherited from class analyzer.plot.PlotElement |
color,
parent,
stroke |
Constructor Summary | |
GrayBoxes(int imin,
int jmin,
int imax,
int jmax,
double[] data)
Constructor |
Method Summary | |
void |
paint(java.awt.Graphics2D g)
Paint |
Methods inherited from class analyzer.plot.PlotElement |
addElement,
setPaint,
setParent,
setStroke |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int imin
protected int imax
protected int jmin
protected int jmax
protected double[] data
Constructor Detail |
public GrayBoxes(int imin, int jmin, int imax, int jmax, double[] data)
Method Detail |
public void paint(java.awt.Graphics2D g)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |