| Modifier and Type | Class and Description |
|---|---|
class |
BarChartData.DataEntry |
static class |
BarChartData.LabelPos |
| Modifier and Type | Field and Description |
|---|---|
protected Color |
baseSeriesColor |
protected String |
colLabel |
protected BarChartData.LabelPos |
colLabelPos |
protected BarChartData.LabelPos |
colLegendPos |
protected ArrayList<BarChartData.DataEntry> |
entries |
protected int |
imgH |
protected int |
imgW |
String |
rowLabel |
protected boolean |
stacked |
protected String |
title |
protected boolean |
useSeriesColor |
| Constructor and Description |
|---|
BarChartData(String title,
String rowLabel,
String colLabel,
BarChartData.LabelPos colLabelPos,
BarChartData.LabelPos colLegendPos,
int imgW,
int imgH,
boolean stacked) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(Number value,
String rowKey,
String colKey) |
void |
addEntry(Number value,
String rowKey,
String colKey,
Color seriesColor) |
Color |
getBaseSeriesColor() |
String |
getColLabel() |
BarChartData.LabelPos |
getColLabelPos() |
BarChartData.LabelPos |
getColLegendPos() |
ArrayList<BarChartData.DataEntry> |
getEntries() |
int |
getImgH() |
int |
getImgW() |
String |
getRowLabel() |
String |
getTitle() |
boolean |
isStacked() |
boolean |
isUseSeriesColor() |
void |
setBaseSeriesColor(Color baseSeriesColor) |
void |
setColLabel(String colLabel) |
void |
setColLabelPos(BarChartData.LabelPos colLabelPos) |
void |
setColLegendPos(BarChartData.LabelPos colLegendPos) |
void |
setImgH(int imgH) |
void |
setImgW(int imgW) |
void |
setRowLabel(String rowLabel) |
void |
setStacked(boolean stacked) |
void |
setTitle(String title) |
void |
setUseSeriesColor(boolean useSeriesColor) |
public String rowLabel
protected String colLabel
protected String title
protected ArrayList<BarChartData.DataEntry> entries
protected BarChartData.LabelPos colLabelPos
protected BarChartData.LabelPos colLegendPos
protected boolean useSeriesColor
protected Color baseSeriesColor
protected int imgW
protected int imgH
protected boolean stacked
public BarChartData(String title, String rowLabel, String colLabel, BarChartData.LabelPos colLabelPos, BarChartData.LabelPos colLegendPos, int imgW, int imgH, boolean stacked)
public ArrayList<BarChartData.DataEntry> getEntries()
public int getImgW()
public void setImgW(int imgW)
public int getImgH()
public void setImgH(int imgH)
public String getTitle()
public void setTitle(String title)
public String getColLabel()
public void setColLabel(String colLabel)
public String getRowLabel()
public void setRowLabel(String rowLabel)
public BarChartData.LabelPos getColLabelPos()
public void setColLabelPos(BarChartData.LabelPos colLabelPos)
public BarChartData.LabelPos getColLegendPos()
public void setColLegendPos(BarChartData.LabelPos colLegendPos)
public boolean isUseSeriesColor()
public void setUseSeriesColor(boolean useSeriesColor)
public Color getBaseSeriesColor()
public void setBaseSeriesColor(Color baseSeriesColor)
public boolean isStacked()
public void setStacked(boolean stacked)
Copyright © 2009-2015. All Rights Reserved.