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