public class BubbleSeries extends Series implements org.apache.wicket.ajax.json.JSONString
| Modifier and Type | Class and Description |
|---|---|
static class |
BubbleSeries.BubbleData
Provides a data bean for
BubbleSeries |
| Constructor and Description |
|---|
BubbleSeries()
Constructor that takes
BubbleSeries.BubbleData field names |
BubbleSeries(String categoryField,
String xField,
String yField,
String sizeField)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryField()
Gets the 'category' field
|
String |
getSizeField()
Gets the 'size' field
|
String |
toJSONString()
Return the JSON representation of this object
This needs to be done manually because of the xField and yField that are not properly converted (camel case issue) |
getAxis, getColor, getName, getTooltip, getType, setColor, setTooltippublic BubbleSeries()
BubbleSeries.BubbleData field namespublic String getCategoryField()
public String getSizeField()
public String toJSONString()
toJSONString in interface org.apache.wicket.ajax.json.JSONStringCopyright © 2021 7thWeb. All rights reserved.