Public Member Functions | |
DefaultChartArea () | |
DefaultChartArea (ChartService service) | |
void | addDataModel (ChartDataModel model) |
void | drawData (Chartics chartics, ChartUpdateRequest request) |
java.awt.Rectangle | getChartRectangle () |
ChartService | getChartService () |
ChartDataModel | getDataModel (int index) |
int | getDataModelCount () |
com.cosylab.gui.components.r2.chart.ChartDataModel[] | getDataModels () |
Point | getMaxValue () |
Point | getMinValue () |
java.awt.Dimension | getSize () |
void | removeDataModel (ChartDataModel model) |
void | setChartService (ChartService newChartService) |
void | setSize (java.awt.Dimension newDrawSize) |
Protected Member Functions | |
void | setRectangle (java.awt.Rectangle rec) |
Protected Attributes | |
java.util.ArrayList | models = new java.util.ArrayList(1) |
ChartService | chartService |
java.awt.Rectangle | chartRectangle = new java.awt.Rectangle() |
java.awt.Dimension | size = new java.awt.Dimension(10,10) |
Package Attributes | |
java.util.HashMap | model2service = new java.util.HashMap() |
|
ChartArea constructor comment. |
|
ChartArea constructor comment. |
|
Chart user can add chart model to this chart area.
Implements com::cosylab::gui::components::r2::chart::ChartArea.
Reimplemented in com::cosylab::gui::components::r2::chart::FancyChartArea, com::cosylab::gui::components::r2::chart::HistoryTrendChartArea, and com::cosylab::gui::components::r2::chart::TrendChartArea.
|
|
Insert the method's description here. Creation date: (11/27/00 11:50:10)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
Reimplemented in com::cosylab::gui::components::r2::chart::FancyChartArea, and com::cosylab::gui::components::r2::chart::TrendChartArea.
|
|
Rectangle bounded with horizontal and vertical scale, inside size.
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Insert the method's description here. Creation date: (11/26/00 18:04:36)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Insert the method's description here. Creation date: (11/27/00 15:34:11)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Returns number of contained data models in this chart area.
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Insert the method's description here. Creation date: (28.1.2002 15:56:59)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Insert the method's description here. Creation date: (11/27/00 15:29:08)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Insert the method's description here. Creation date: (11/27/00 15:29:08)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Outer dimension of chart= ChartRectangle + margins.
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Insert the method's description here. Creation date: (11/26/00 17:56:54)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
|
|
Insert the method's description here. Creation date: (11/26/00 18:04:36)
Implements com::cosylab::gui::components::r2::chart::ChartArea.
Reimplemented in com::cosylab::gui::components::r2::chart::HistoryTrendChartArea.
|
|
Sets the size of area, which chart can use.
|
|
Sets the size of area, which chart can use.
Implements com::cosylab::gui::components::r2::chart::ChartArea.
Reimplemented in com::cosylab::gui::components::r2::chart::HistoryTrendChartArea, and com::cosylab::gui::components::r2::chart::TrendChartArea.
|
|
|
|
|
|
|
|
|
|
|