public class JSparklinesMultiLabel extends Object implements Serializable
| Constructor and Description |
|---|
JSparklinesMultiLabel(String label,
Color color)
Creates a new JSparklinesMultiLabel.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Returns the color.
|
String |
getLabel()
Returns the label.
|
void |
setColor(Color color)
The color to set.
|
void |
setLabel(String label)
The label to set.
|
public String getLabel()
public void setLabel(String label)
label - the label to setpublic Color getColor()
public void setColor(Color color)
color - the color to setCopyright © 2022. All rights reserved.