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, toString
public XAxis()
public XAxis(String label)
label
- public XLabel getLabel()
public void setLabel(String label)
Axis
public void setLabel(XLabel label)
label
- public XPadding getPadding()
getPadding
in class Axis
public void setPadding(XPadding padding)
padding
- public XTick getTick()
public void setTick(XTick tick)
tick
- Copyright © 2015 Joseph Hendrix