public final class ChartField extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ChartField> |
COMPARATOR_BY_LABEL |
static Comparator<ChartField> |
COMPARATOR_BY_VALUE |
| Constructor and Description |
|---|
ChartField(double value,
String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLabel() |
String |
getShortLabel() |
double |
getValue() |
int |
hashCode() |
String |
toString() |
public static final Comparator<ChartField> COMPARATOR_BY_VALUE
public static final Comparator<ChartField> COMPARATOR_BY_LABEL
public double getValue()
public String getShortLabel()
Copyright © 2017 etc.to. All rights reserved.