public class AxisTitle<T> extends Title<AxisTitle<T>,T> implements Renderable
Modifier and Type | Method and Description |
---|---|
protected AxisTitle<T> |
self() |
void |
setMargin(Number margin)
The pixel distance between the axis labels or line and the title.
|
void |
setOffset(Number offset)
The distance of the axis title from the axis line.
|
AxisTitle<T> |
setRotation(Number rotation)
The rotation of the text in degrees.
|
build, getStyle, setAlign, setText, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
neededModules
public AxisTitle(T parent)
public void setMargin(Number margin)
Default: 0 for horizontal axes, 10 for vertical
public void setOffset(Number offset)
public AxisTitle<T> setRotation(Number rotation)
Default: 0.
Copyright © 2019 Jong Soft. All rights reserved.