public class XAxis extends Axis
| Modifier and Type | Method and Description |
|---|---|
XLabel |
getLabel() |
XPadding |
getPadding() |
XTick |
getTick() |
void |
setLabel(String label)
Sets the text for the axis label
|
void |
setLabel(XLabel label) |
void |
setPadding(XPadding padding) |
void |
setTick(XTick tick) |
getHeight, getMax, getMin, getType, isLocalTime, isShow, setHeight, setLocalTime, setMax, setMin, setPadding, setShow, setType, toStringpublic XAxis()
public XAxis(String label)
label - public XLabel getLabel()
public void setLabel(String label)
Axispublic void setLabel(XLabel label)
label - public XPadding getPadding()
getPadding in class Axispublic void setPadding(XPadding padding)
padding - public XTick getTick()
public void setTick(XTick tick)
tick - Copyright © 2015 Joseph Hendrix