Public Member Functions | |
boolean | applyFlavor (BaseChart chart, ChartFlavor flavor) |
Package Functions | |
boolean | applyModels (BaseChart chart, ChartDataModel[] models) |
ChartFlavor | getChartFlavor (String name) |
int | getChartFlavorCount () |
String[] | getChartFlavorNames () |
ChartFlavor[] | getChartFlavors () |
ChartFlavor | getDefultChartFlavor () |
String | getDescription () |
String | getName () |
|
Applys selected flavor to the chart. Return value is true if succeeded.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
|
|
Applys models to charts DataArea.
|
|
Returns ChartFlavor by its name string.
|
|
Returns number of all ChartFlavor object containd in this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
|
|
Returns names of all ChartFlavor object contained in this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
|
|
Returns all ChartFlavor object containd in this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
|
|
Returns default ChartFlavor for this decorator.
Implemented in com::cosylab::gui::components::r2::chart::AbstractChartDecorator.
|
|
Returns description text of this flavor.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartDecorator.
|
|
Returns unique name of this flavor.
Implemented in com::cosylab::gui::components::r2::chart::DefaultChartDecorator.
|