public static class BulletSeries.BulletData extends Object implements org.apache.wicket.util.io.IClusterable
BulletSeries| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_CATEGORY |
static String |
FIELD_CURRENT |
static String |
FIELD_TARGET |
| Constructor and Description |
|---|
BulletData(String category,
Double current,
Double target)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the category
|
Double |
getCurrent()
Gets the x value
|
Double |
getTarget()
Gets the target value
|
public static final String FIELD_CURRENT
public static final String FIELD_TARGET
public static final String FIELD_CATEGORY
Copyright © 2021 7thWeb. All rights reserved.