|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.Chart | +--com.oxymel.ofc.charts.ChartWithAxisXY | +--com.oxymel.ofc.charts.BarChart | +--com.oxymel.ofc.charts.VerticalBarChart | +--com.oxymel.ofc.charts.VerticalStackedBarChart
This class allows to present bar charts as stacked bar charts. In such a presentation one category is represented as one bar which is a stack, every part of the stack corresponds to the value of a series for the category.
Fields inherited from class com.oxymel.ofc.charts.Chart |
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE |
Constructor Summary | |
VerticalStackedBarChart(int chartWidth,
int chartHeight,
HorizontalCategoryAxis axisX,
VerticalNumberAxis axisY,
CategoryValueSeriesContainer categoryValueSeriesContainer)
Constructor |
Methods inherited from class com.oxymel.ofc.charts.ChartWithAxisXY |
setGraphicVisible, setIGOriginAxisColor, setInternalGridVisible |
Methods inherited from class com.oxymel.ofc.charts.Chart |
drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawJPEG, drawJPEG, drawPNG, drawPNG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, get3dEffectValue, getAllSeriesOrderByDisplayNumber, getBufferedImage, set3dEffectValue, setBackgroundColorVisible, setColorPalette, setGraphicBackgroundColor, setImageBackgroundColor, setLegendAlignMode, setLegendFontSize, setNbPixelFreeArroundImageForPresentation, setRotateValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerticalStackedBarChart(int chartWidth, int chartHeight, HorizontalCategoryAxis axisX, VerticalNumberAxis axisY, CategoryValueSeriesContainer categoryValueSeriesContainer)
chartWidth
- Width of vertical bar chartchartHeight
- Height of vertical bar chartaxisX
- Horizontal axis to display categoriesaxisY
- Vertical number axiscategoryValueSeriesContainer
- All series of couple category-value
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |