public class AreaCharter extends Object implements ICharterHelper
| Modifier and Type | Class and Description |
|---|---|
static class |
AreaCharter.BucketData |
class |
AreaCharter.DataSet |
| Modifier | Constructor and Description |
|---|---|
protected |
AreaCharter(JGraphChartSource source,
String title,
ChartDimensions chartDimensions,
String bucketTitle,
String valueTitle) |
| Modifier and Type | Method and Description |
|---|---|
AreaCharter.BucketData |
addBucket(String bucketlabel,
Object sortvalue) |
void |
addChartField(ChartField element)
Add field to the chart (
ChartField provides the value and the label of the field). |
AreaCharter.DataSet |
addDataSet(Paint paint,
String name) |
void |
finish()
Fully create the Area thingy.
|
List<AreaCharter.BucketData> |
getOrderedBuckets() |
protected AreaCharter(JGraphChartSource source, String title, ChartDimensions chartDimensions, String bucketTitle, String valueTitle)
public AreaCharter.DataSet addDataSet(Paint paint, String name)
public AreaCharter.BucketData addBucket(String bucketlabel, Object sortvalue)
public List<AreaCharter.BucketData> getOrderedBuckets()
public void finish()
throws Exception
finish in interface ICharterHelperExceptionICharterHelper.finish()public void addChartField(ChartField element)
ICharterHelperChartField provides the value and the label of the field).addChartField in interface ICharterHelperCopyright © 2017 etc.to. All rights reserved.