Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.axistickpainters |
Contains
IAxisTickPainter implementations
of jchart2d that are used to paint the markers for the labels
on the axis of the chart. |
Modifier and Type | Method and Description |
---|---|
IAxisTickPainter |
Chart2D.getAxisTickPainter()
Returns the painter for the ticks of the axis.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart2D.setAxisTickPainter(IAxisTickPainter tickPainter)
Sets the axis tick painter.
|
Modifier and Type | Class and Description |
---|---|
class |
AxisTickPainterDefault
Default implementation for a tick painter that uses all given arguments (no
proprietary behaviour).
|
class |
AxisTickPainterInwards
Inwards implementation for a tick painter that uses all given arguments (no
proprietary behaviour).
|
Copyright © 2017. All rights reserved.