Modifier and Type | Method and Description |
---|---|
static Color |
Color.rgba(int red,
int green,
int blue,
double alpha)
Create color from its individual components.
|
static Color |
Color.valueOf(String color)
Specify color as a string.
|
Constructor and Description |
---|
Segment(String label,
double value,
Color color,
Color highlight)
|
Set(String label,
Color fillColor,
Color strokeColor)
Label for the set of values and colors to use to draw it.
|
Copyright © 2017. All rights reserved.