public final class Serie<X extends Object, Y extends Object>
private final String
label
private final Color
color
private final List<Pair<X, Y>>
values
Serie(String label, Color color, List<Pair<X, Y>> values)
final String
getLabel()
final Color
getColor()
final List<Pair<X, Y>>
getValues()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getLabel()
final Color getColor()
final List<Pair<X, Y>> getValues()