de.grogra.pf.ui
Interface ChartPanel
- All Superinterfaces:
- Context, Disposable, Panel
public interface ChartPanel
- extends Panel
Methods inherited from interface de.grogra.pf.ui.Panel |
checkClose, getContent, getDecorator, getMenu, getPanelId, getUIPropertyMap, initDecorator, resolve, setContent, setCursor, setMenu, show |
AREA_PLOT
static final int AREA_PLOT
- See Also:
- Constant Field Values
BAR_PLOT
static final int BAR_PLOT
- See Also:
- Constant Field Values
BAR_PLOT_3D
static final int BAR_PLOT_3D
- See Also:
- Constant Field Values
HISTOGRAM
static final int HISTOGRAM
- See Also:
- Constant Field Values
HORIZONTAL_BAR_PLOT
static final int HORIZONTAL_BAR_PLOT
- See Also:
- Constant Field Values
HORIZONTAL_BAR_PLOT_3D
static final int HORIZONTAL_BAR_PLOT_3D
- See Also:
- Constant Field Values
LINE_PLOT
static final int LINE_PLOT
- See Also:
- Constant Field Values
LINE_PLOT_3D
static final int LINE_PLOT_3D
- See Also:
- Constant Field Values
PIE_PLOT
static final int PIE_PLOT
- See Also:
- Constant Field Values
PIE_PLOT_3D
static final int PIE_PLOT_3D
- See Also:
- Constant Field Values
PLOT_TYPE_MASK
static final int PLOT_TYPE_MASK
- See Also:
- Constant Field Values
PREVIOUS_PLOT
static final int PREVIOUS_PLOT
- See Also:
- Constant Field Values
SCATTER_PLOT
static final int SCATTER_PLOT
- See Also:
- Constant Field Values
STACKED_AREA_PLOT
static final int STACKED_AREA_PLOT
- See Also:
- Constant Field Values
STACKED_BAR_PLOT
static final int STACKED_BAR_PLOT
- See Also:
- Constant Field Values
STACKED_BAR_PLOT_3D
static final int STACKED_BAR_PLOT_3D
- See Also:
- Constant Field Values
STATISTICAL_BAR_PLOT
static final int STATISTICAL_BAR_PLOT
- See Also:
- Constant Field Values
STATISTICS
static final int STATISTICS
- See Also:
- Constant Field Values
threeDe
static final int threeDe
- See Also:
- Constant Field Values
TIME_SERIES_PLOT
static final int TIME_SERIES_PLOT
- See Also:
- Constant Field Values
WATERFALL_PLOT
static final int WATERFALL_PLOT
- See Also:
- Constant Field Values
X_LOG
static final int X_LOG
- See Also:
- Constant Field Values
XY_PLOT
static final int XY_PLOT
- See Also:
- Constant Field Values
Y_LOG
static final int Y_LOG
- See Also:
- Constant Field Values
setChart
void setChart(Dataset dataset,
int plotType,
Map options)