| Package | Description |
|---|---|
| com.googlecode.fascinator.portal.report |
| Modifier and Type | Field and Description |
|---|---|
protected BarChartData.LabelPos |
BarChartData.colLabelPos |
protected BarChartData.LabelPos |
BarChartData.colLegendPos |
| Modifier and Type | Method and Description |
|---|---|
BarChartData.LabelPos |
BarChartData.getColLabelPos() |
BarChartData.LabelPos |
BarChartData.getColLegendPos() |
static BarChartData.LabelPos |
BarChartData.LabelPos.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BarChartData.LabelPos[] |
BarChartData.LabelPos.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BarChartData.setColLabelPos(BarChartData.LabelPos colLabelPos) |
void |
BarChartData.setColLegendPos(BarChartData.LabelPos colLegendPos) |
| 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) |
Copyright © 2009-2019. All Rights Reserved.