public class AdhocAxisFormat extends Object implements Cloneable, Serializable
AdhocAxisFormat class.
| Constructor and Description |
|---|
AdhocAxisFormat() |
| Modifier and Type | Method and Description |
|---|---|
AdhocAxisFormat |
clone() |
boolean |
equals(Object obj) |
String |
getLabel()
Getter for the field
label. |
Color |
getLabelColor()
Getter for the field
labelColor. |
AdhocFont |
getLabelFont()
Getter for the field
labelFont. |
int |
hashCode() |
void |
setLabel(String label)
Setter for the field
label. |
void |
setLabelColor(Color labelColor)
Setter for the field
labelColor. |
void |
setLabelFont(AdhocFont labelFont)
Setter for the field
labelFont. |
public void setLabel(String label)
Setter for the field label.
label - a String object.public AdhocFont getLabelFont()
Getter for the field labelFont.
AdhocFont object.public void setLabelFont(AdhocFont labelFont)
Setter for the field labelFont.
labelFont - a AdhocFont object.public Color getLabelColor()
Getter for the field labelColor.
Color object.public void setLabelColor(Color labelColor)
Setter for the field labelColor.
labelColor - a Color object.public AdhocAxisFormat clone()
Copyright © 2010–2021. All rights reserved.