BaseChart
is basic component, which binds together all chart related interfaces and puts on screen by interfaces prepared image. BaseChart
buffers chart image. Following interfaces are registered at BaseChart
: Chartics
ChartArea
ChartXAxis
ChartYAxis
ChartViewManager
User is encouraged to implement its own custom behaviour in case default implementation is not suitable.
BaseChart
tends to be as lightweight as possible. All real charting work is done by upper interfaces. BaseChart
is merely joins them together. Idea behind is, that you can not have one component (peace of code) to be in the same time highly customisable and really fast. This chart package ties to achieve both, performance and flexibility, with collaboration of objects.
com.cosylab.gui.chart.ChartArea
com.cosylab.gui.chart.ChartXAxis
com.cosylab.gui.chart.ChartYAxis
com.cosylab.gui.chart.ChartViewManager
|
|
|
|
|
|
|
|
|
Draws axis around chart area.
|
|
Draws chart.
|
|
Returns
|
|
This method return
|
|
Insert the method's description here. Creation date: (28.1.2002 12:45:17)
|
|
Insert the method's description here. Creation date: (11/24/00 18:24:52)
Implements com::cosylab::gui::components::r2::chart::ChartService.
|
|
Insert the method's description here. Creation date: (11/27/00 15:15:46)
|
|
Insert the method's description here. Creation date: (31.03.2001 00:32:16)
Implements com::cosylab::gui::components::r2::chart::ChartService.
|
|
Insert the method's description here. Creation date: (28.1.2002 12:47:54)
|
|
This method returns margins of drawing area.
|
|
This method return
Implements com::cosylab::gui::components::r2::chart::ChartService.
|
|
This method return |
|
This method return |
|
Called whenever the part throws an exception.
|
|
Starts simple chart demo presentation.
|
|
Insert the method's description here. Creation date: (11/20/00 12:27:38)
|
|
|
|
Insert the method's description here. Creation date: (11/27/00 15:16:29)
|
|
Insert the method's description here. Creation date: (28.1.2002 12:45:17)
|
|
Insert the method's description here. Creation date: (11/27/00 15:15:46)
|
|
Insert the method's description here. Creation date: (31.03.2001 00:32:16)
|
|
Insert the method's description here. Creation date: (28.1.2002 12:47:54)
|
|
Insert the method's description here. Creation date: (11/20/00 12:21:51)
|
|
Insert the method's description here. Creation date: (24/12/01 23:07:45)
|
|
Insert the method's description here. Creation date: (13/10/01 12:37:29)
|
|
Insert the method's description here. Creation date: (13/10/01 12:38:45)
|
|
Implements com::cosylab::gui::components::r2::chart::ChartService.
|
|
Insert the method's description here. Creation date: (11/20/00 12:27:38)
|
|
Insert the method's description here. Creation date: (13/10/01 13:13:30) |
|
Updates main offscreen buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|