|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AbstractBarSeries<ChartProjector extends Projector> extends ChartSeries
| Modifier and Type | Method and Description |
|---|---|
DataModel |
getDataModel()
Gets bar data model |
AxisMapper |
getGroupKey()
Gets grouping key for bar layout. |
DataColumnType |
getKeyType()
Gets automatically determined key type for the series |
MetaDataModel |
getMetaDataModel()
Gets bar meta data model |
AbstractModelValidator |
getModelValidator()
Gets model validator |
Orientation |
getOrientation()
Gets bar orientation |
PaintMode |
getPaintMode()
Gets paint mode |
ChartProjector |
getProjector()
Gets chart projector |
AxisMapper |
getXMapper()
Gets x axis mapper |
AxisMapper |
getYMapper()
Gets y axis mapper |
AxisMapper |
getZMapper()
Gets z axis mapper |
void |
layout(int seriesCount,
int index)
Layout bar series (series layouting) |
void |
setOrientation(Orientation orientation)
Sets bar orientation |
| Methods inherited from interface lt.monarch.chart.engine.ChartSeries |
|---|
createLegendEntries, createLegendEntry, getName, setName |
| Methods inherited from interface lt.monarch.chart.engine.ChartObject |
|---|
dispose, draw, getChart, getSortPosition, getStyle, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart |
| Methods inherited from interface lt.monarch.chart.engine.ChartEntity |
|---|
fillEntitySheet, getDescription, getParentEntity, getShortDescription |
| Methods inherited from interface lt.monarch.chart.engine.StyleEditorEntity |
|---|
getChartObjectBounds, getParent, getStyle |
| Method Detail |
|---|
void layout(int seriesCount,
int index)
seriesCount - series count in the chartindex - index of the barOrientation getOrientation()
void setOrientation(Orientation orientation)
orientation - bar orientationAxisMapper getGroupKey()
DataModel getDataModel()
MetaDataModel getMetaDataModel()
AxisMapper getXMapper()
AxisMapper getYMapper()
AxisMapper getZMapper()
AbstractModelValidator getModelValidator()
ChartProjector getProjector()
PaintMode getPaintMode()
DataColumnType getKeyType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||