public static class BubbleSeries.BubbleData extends Object implements org.apache.wicket.util.io.IClusterable
BubbleSeries| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_CATEGORY |
static String |
FIELD_SIZE |
static String |
FIELD_X |
static String |
FIELD_Y |
| Constructor and Description |
|---|
BubbleData(String category,
Double x,
Double y,
Double size)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the category
|
Double |
getSize()
Gets the size value
|
Double |
getX()
Gets the x value
|
Double |
getY()
Gets the y value
|
public static final String FIELD_X
public static final String FIELD_Y
public static final String FIELD_SIZE
public static final String FIELD_CATEGORY
Copyright © 2021 7thWeb. All rights reserved.