|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectComposite
org.swtchart.internal.PlotArea
public class PlotArea
Plot area to draw series and grids.
| Field Summary | |
|---|---|
protected Chart |
chart
the chart |
protected SeriesSet |
seriesSet
the set of plots |
| Constructor Summary | |
|---|---|
PlotArea(Chart chart,
int style)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addCustomPaintListener(ICustomPaintListener listener)
Adds the custom paint listener. |
void |
dispose()
|
ISeriesSet |
getSeriesSet()
Gets the set of series. |
void |
paintControl(PaintEvent e)
|
void |
redraw()
|
void |
removeCustomPaintListener(ICustomPaintListener listener)
Removes the custom paint listener |
void |
setBackground(Color color)
|
void |
setBounds(int x,
int y,
int width,
int height)
|
void |
update()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Chart chart
protected SeriesSet seriesSet
| Constructor Detail |
|---|
public PlotArea(Chart chart,
int style)
chart - the chartstyle - the style| Method Detail |
|---|
public ISeriesSet getSeriesSet()
public void setBounds(int x,
int y,
int width,
int height)
public void setBackground(Color color)
public void addCustomPaintListener(ICustomPaintListener listener)
IPlotArea
addCustomPaintListener in interface IPlotArealistener - the custom paint listenerpublic void removeCustomPaintListener(ICustomPaintListener listener)
IPlotArea
removeCustomPaintListener in interface IPlotArealistener - the custom paint listenerpublic void paintControl(PaintEvent e)
public void update()
public void redraw()
public void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||