public class Axis extends PropertiesHolder
NL
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name of this axis as a String.
|
void |
setBoundaries(double from,
double to)
Define the area to plot.
|
void |
setLabel(java.lang.String label)
Set the label of this axis.
|
void |
setLabel(java.lang.String label,
java.lang.String font,
int size)
Set the label and the font of the current axis
|
void |
setLogScale(boolean log)
Set whether this axis is in logarithmic scale or not
|
appendProperties, set, set, unset
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public java.lang.String getName()
public void setLogScale(boolean log)
log
- Set, if this axis is in logarithmic scalepublic void setLabel(java.lang.String label)
label
- The label of this axissetLabel(String,String,int)
public void setLabel(java.lang.String label, java.lang.String font, int size)
label
- The label of this axisfont
- Font namesize
- Font sizepublic void setBoundaries(double from, double to)
from
- The minimum valueto
- The maximum value