Modifier and Type | Method and Description |
---|---|
GroupBuilder |
GroupBuilder.setCriteriaColumn(PropertyColumn column) |
ColumnBuilder |
ColumnBuilder.setPercentageColumn(PropertyColumn percentageColumn) |
ColumnBuilder |
ColumnBuilder.setPercentageColumn(PropertyColumn percentageColumn,
DJGroup group)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected DJXYLineChartBuilder |
DJXYLineChartBuilder.setCategory(PropertyColumn xValue)
Allows AbstractChartBuilder to set the key column
|
protected DJXYBarChartBuilder |
DJXYBarChartBuilder.setCategory(PropertyColumn xValue)
Allows AbstractChartBuilder to set the key column
|
protected DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setCategory(PropertyColumn xValue)
Allows AbstractChartBuilder to set the key column
|
protected DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setCategory(PropertyColumn timePeriod)
Allows AbstractChartBuilder to set the key column
|
protected DJScatterChartBuilder |
DJScatterChartBuilder.setCategory(PropertyColumn xValue)
Allows AbstractChartBuilder to set the key column
|
protected DJPieChartBuilder |
DJPieChartBuilder.setCategory(PropertyColumn key)
Allows AbstractChartBuilder to set the key column
|
protected DJPie3DChartBuilder |
DJPie3DChartBuilder.setCategory(PropertyColumn key)
Allows AbstractChartBuilder to set the key column
|
DJLineChartBuilder |
DJLineChartBuilder.setCategory(PropertyColumn category)
Sets the category column.
|
DJBarChartBuilder |
DJBarChartBuilder.setCategory(PropertyColumn category)
Sets the category column.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.setCategory(PropertyColumn category)
Sets the category column.
|
DJAreaChartBuilder |
DJAreaChartBuilder.setCategory(PropertyColumn category)
Sets the category column.
|
protected abstract T |
AbstractChartBuilder.setCategory(PropertyColumn column) |
T |
AbstractChartBuilder.setColumnGroup(PropertyColumn column)
Sets the category for any kind of builder
|
DJPieChartBuilder |
DJPieChartBuilder.setKey(PropertyColumn key)
Sets the key column.
|
DJPie3DChartBuilder |
DJPie3DChartBuilder.setKey(PropertyColumn key)
Sets the key column.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setTimePeriod(PropertyColumn timePeriod)
Sets the time period column.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.setXValue(PropertyColumn xValue)
Sets the x value column.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.setXValue(PropertyColumn xValue)
Sets the x value column.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setXValue(PropertyColumn xValue)
Sets the x value column.
|
DJScatterChartBuilder |
DJScatterChartBuilder.setXValue(PropertyColumn xValue)
Sets the x value column.
|
Modifier and Type | Method and Description |
---|---|
PropertyColumn |
CategoryDataset.getCategory()
Returns the category column.
|
PropertyColumn |
XYDataset.getColumnsGroup() |
PropertyColumn |
TimeSeriesDataset.getColumnsGroup() |
PropertyColumn |
PieDataset.getColumnsGroup() |
PropertyColumn |
CategoryDataset.getColumnsGroup() |
abstract PropertyColumn |
AbstractDataset.getColumnsGroup() |
PropertyColumn |
PieDataset.getKey()
Returns the key column.
|
PropertyColumn |
TimeSeriesDataset.getTimePeriod()
Returns the time period column.
|
PropertyColumn |
XYDataset.getXValue()
Returns the x value column.
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryDataset.setCategory(PropertyColumn category)
Sets the category column.
|
void |
PieDataset.setKey(PropertyColumn key)
Sets the key column.
|
void |
TimeSeriesDataset.setTimePeriod(PropertyColumn timePeriod)
Sets the time period column.
|
void |
XYDataset.setXValue(PropertyColumn xValue)
Sets the x value column.
|
Modifier and Type | Method and Description |
---|---|
PropertyColumn |
DJGroup.getColumnToGroupBy() |
Modifier and Type | Method and Description |
---|---|
void |
DJGroup.setColumnToGroupBy(PropertyColumn columnToGroupBy) |
Modifier and Type | Class and Description |
---|---|
class |
BarCodeColumn |
class |
ExpressionColumn
Column created to handle Custom Expressions.
|
class |
GlobalGroupColumn
Column created to handle global variables.
|
class |
ImageColumn
Just for marking the column as ImageColum
|
class |
SimpleColumn
The simplest concrete Column in DJ.
|
Modifier and Type | Method and Description |
---|---|
PropertyColumn |
PercentageColumn.getPercentageColumn() |
Modifier and Type | Method and Description |
---|---|
void |
PercentageColumn.setPercentageColumn(PropertyColumn percentageColumn) |
Copyright © 2006–2015 FDV Solutions. All rights reserved.