public class BubbleChart
extends AbstractBuilder
Modifier and Type | Class and Description |
---|---|
static class |
BubbleChart.BubbleAdditionalMeasure<ATTACHEDTO extends ObjectIdentity> |
static class |
BubbleChart.BubbleOptions |
static class |
BubbleChart.BubbleSeries |
static class |
BubbleChart.BubbleSize<ATTACHEDTO extends ObjectIdentity> |
Constructor and Description |
---|
BubbleChart(String instanceId,
String classId,
ObjectIdentity parentChartObjectIdentity,
IdGenerator idGenerator,
Invocations<MethodInvocation> invocations) |
Modifier and Type | Method and Description |
---|---|
AuxLine<BubbleChart> |
addAuxLine() |
BubbleChart.BubbleSeries |
addSeries() |
ChartBuilderResult |
build() |
Dictionary<BubbleChart> |
getDictionary() |
BubbleChart.BubbleOptions |
getOptions() |
public BubbleChart.BubbleSeries addSeries()
public BubbleChart.BubbleOptions getOptions()
public AuxLine<BubbleChart> addAuxLine()
public Dictionary<BubbleChart> getDictionary()
public ChartBuilderResult build()
build
in class AbstractBuilder
Copyright © 2017. All rights reserved.