Modifier and Type | Class and Description |
---|---|
static class |
Axis.Side |
static class |
Axis.Type |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getMax()
Returns the maximum value of the axis range.
|
int |
getMin()
Returns the minimum value of the axis range.
|
Padding |
getPadding() |
Axis.Type |
getType()
Returns the type of the axis.
|
boolean |
isLocalTime() |
boolean |
isShow()
Returns whether to show or hide the axis.
|
void |
setHeight(int height) |
void |
setLabel(String label)
Sets the text for the axis label
|
void |
setLocalTime(boolean localTime) |
void |
setMax(int max)
Sets the maximum value of the axis range.
|
void |
setMin(int min)
Sets the minimum value of the axis range.
|
void |
setPadding(Padding padding) |
void |
setShow(boolean show)
Sets whether to show or hide the axis.
|
void |
setType(Axis.Type type)
Sets the type of the axis.
|
String |
toString() |
public int getHeight()
public void setHeight(int height)
height
- public boolean isLocalTime()
public void setLocalTime(boolean localTime)
localTime
- public int getMax()
public void setMax(int max)
max
- the maximum value of the axis rangepublic int getMin()
public void setMin(int min)
min
- the minimum value of the axis rangepublic boolean isShow()
public void setShow(boolean show)
show
- whether to show or hide the axispublic Axis.Type getType()
public void setType(Axis.Type type)
type
- the type of the axispublic Padding getPadding()
public void setPadding(Padding padding)
padding
- public void setLabel(String label)
label
- the text for the axis labelCopyright © 2015 Joseph Hendrix