
Public Member Functions | |
| boolean | applyModels (BaseChart chart, ChartDataModel[] models) |
| ChartFlavor | getChartFlavor (String name) |
| int | getChartFlavorCount () |
| String[] | getChartFlavorNames () |
| ChartFlavor[] | getChartFlavors () |
| ChartFlavor | getDefultChartFlavor () |
| String | getDescription () |
| String | getName () |
Package Functions | |
| boolean | applyFlavor (BaseChart chart, ChartFlavor flavor) |
Insert the type's description here. Creation date: (25.1.2002 12:10:17)
| boolean com::cosylab::gui::components::r2::chart::ChartDecorator::applyFlavor | ( | BaseChart | chart, | |
| ChartFlavor | flavor | |||
| ) | [package] |
Applys selected flavor to the chart. Return value is true if succeeded.
| chart | com.cosylab.gui.chart.BaseChart | |
| flavor | com.cosylab.gui.chart.ChartFlavor |
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
| boolean com::cosylab::gui::components::r2::chart::ChartDecorator::applyModels | ( | BaseChart | chart, | |
| ChartDataModel[] | models | |||
| ) |
Applys models to charts DataArea.
| chart | com.cosylab.gui.chart.BaseChart | |
| models | com.cosylab.gui.chart.ChartDataModel[] |
| ChartFlavor com::cosylab::gui::components::r2::chart::ChartDecorator::getChartFlavor | ( | String | name | ) |
Returns ChartFlavor by its name string.
| int com::cosylab::gui::components::r2::chart::ChartDecorator::getChartFlavorCount | ( | ) |
Returns number of all ChartFlavor object containd in this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
| String [] com::cosylab::gui::components::r2::chart::ChartDecorator::getChartFlavorNames | ( | ) |
Returns names of all ChartFlavor object contained in this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
| ChartFlavor [] com::cosylab::gui::components::r2::chart::ChartDecorator::getChartFlavors | ( | ) |
Returns all ChartFlavor object containd in this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
| ChartFlavor com::cosylab::gui::components::r2::chart::ChartDecorator::getDefultChartFlavor | ( | ) |
Returns default ChartFlavor for this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
Referenced by com::cosylab::gui::components::r2::chart::BaseChart::getChartArea(), com::cosylab::gui::components::r2::chart::BaseChart::getChartStyleManager(), com::cosylab::gui::components::r2::chart::BaseChart::getViewManager(), com::cosylab::gui::components::r2::chart::BaseChart::getXAxis(), and com::cosylab::gui::components::r2::chart::BaseChart::getYAxis().
| String com::cosylab::gui::components::r2::chart::ChartDecorator::getDescription | ( | ) |
Returns description text of this flavor.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartDecorator.
| String com::cosylab::gui::components::r2::chart::ChartDecorator::getName | ( | ) |
Returns unique name of this flavor.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartDecorator.
Referenced by com::cosylab::gui::components::r2::chart::AbstractChartDecorator::getChartFlavorNames().
1.6.2