|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.comrom.chart.ChartComponent
net.comrom.chart.Plotter
base class used to plot a chart.
| Field Summary | |
FillStyle |
back
background of the plotter area. |
ChartImage |
backImage
background image of the plotter area. |
int |
depth
depth of the chart (in 3D charts). |
int |
visibleHeight
|
int |
visibleWidth
|
Scale |
XScale
scale of the X Axis. |
Scale |
Y2Scale
scale of the second Y axis. |
Scale |
YScale
scale of the Y axis. |
| Fields inherited from class net.comrom.chart.ChartComponent |
height, width, x, y |
| Constructor Summary | |
Plotter()
|
|
| Method Summary | |
void |
addSerie(DataSerie s)
|
boolean |
getCombinable()
|
int |
getNeedsAxis()
|
DataSerie |
getSerie(int p)
|
int |
getSeriesCount()
|
void |
plot(ChartGraphics g)
|
void |
plotBackground(ChartGraphics g,
int bw,
int bh,
int offsetX,
int offsetY)
|
void |
replaceSerie(int p,
DataSerie s)
|
void |
setSerie(int p,
DataSerie s)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Scale XScale
public Scale YScale
public Scale Y2Scale
public FillStyle back
public ChartImage backImage
public int visibleWidth
public int visibleHeight
public int depth
| Constructor Detail |
public Plotter()
| Method Detail |
public int getNeedsAxis()
public boolean getCombinable()
public void plotBackground(ChartGraphics g,
int bw,
int bh,
int offsetX,
int offsetY)
g - bw - bh - offsetX - offsetY - public void plot(ChartGraphics g)
g - public int getSeriesCount()
public DataSerie getSerie(int p)
public void setSerie(int p,
DataSerie s)
public void addSerie(DataSerie s)
public void replaceSerie(int p,
DataSerie s)
p -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||