Public Member Functions | |
void | addDataModel (ChartDataModel model) |
void | drawData (Chartics chartics, ChartUpdateRequest request) |
java.awt.Rectangle | getChartRectangle () |
ChartService | getChartService () |
ChartDataModel | getDataModel (int index) |
Point | getMaxValue () |
Point | getMinValue () |
java.awt.Dimension | getSize () |
void | removeDataModel (ChartDataModel model) |
void | setChartService (ChartService newChartService) |
void | setSize (java.awt.Dimension newDrawSize) |
Package Functions | |
int | getDataModelCount () |
ChartDataModel[] | getDataModels () |
|
Chart user can add chart model to this chart area.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea, com::cosylab::gui::components::r2::chart::FancyChartArea, com::cosylab::gui::components::r2::chart::HistoryTrendChartArea, and com::cosylab::gui::components::r2::chart::TrendChartArea.
|
|
Thsi chart ares draws contined chart series to provided graphic context. Pixel with coordinate (0,0) is located in top left corner.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea, com::cosylab::gui::components::r2::chart::FancyChartArea, and com::cosylab::gui::components::r2::chart::TrendChartArea.
|
|
Returns rectangle within which chart is drawn. Coordinats x and y are indicate rectangle location. Rectangle must fit in to reagon determined by size.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Getter for ChartService.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Returns chart model at
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Number of contained data models
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Returns array of contained data models.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Returns maximal point on current chart.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Returns minimal point on current chart.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Getter for sizeset to chartarea by chart.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Removes chart modelfrom this chart area.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea.
|
|
Chart sets chart service to this chart area.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea, and com::cosylab::gui::components::r2::chart::HistoryTrendChartArea.
|
|
Chart uses this method to set size of avaliable space to the chart.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartArea, com::cosylab::gui::components::r2::chart::HistoryTrendChartArea, and com::cosylab::gui::components::r2::chart::TrendChartArea.
|