Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.axis |
Contains
IAxis implementations
of jchart2d that model the axis of the chart. |
info.monitorenter.gui.chart.axistitlepainters |
Contains
IAxisTitlePainter implementations
of jchart2d that model the title painter of the axis of the chart. |
Modifier and Type | Method and Description |
---|---|
IAxisTitlePainter |
IAxis.getTitlePainter()
Deprecated.
this method might be dropped because the painter should be of
no concern.
|
IAxisTitlePainter |
IAxis.AxisTitle.getTitlePainter()
Returns the titlePainter.
|
IAxisTitlePainter |
IAxis.setTitlePainter(IAxisTitlePainter painter)
Deprecated.
use
IAxis.getAxisTitle() and on the result
IAxis.AxisTitle.setTitlePainter(IAxisTitlePainter) . |
IAxisTitlePainter |
IAxis.AxisTitle.setTitlePainter(IAxisTitlePainter titlePainter)
Sets the titlePainter.
|
Modifier and Type | Method and Description |
---|---|
IAxisTitlePainter |
IAxis.setTitlePainter(IAxisTitlePainter painter)
Deprecated.
use
IAxis.getAxisTitle() and on the result
IAxis.AxisTitle.setTitlePainter(IAxisTitlePainter) . |
IAxisTitlePainter |
IAxis.AxisTitle.setTitlePainter(IAxisTitlePainter titlePainter)
Sets the titlePainter.
|
Constructor and Description |
---|
AxisTitle(String title,
IAxisTitlePainter painter)
Creates an instance with the given title backed by the given painter.
|
Modifier and Type | Method and Description |
---|---|
IAxisTitlePainter |
AAxis.getTitlePainter()
Deprecated.
this method might be dropped because the painter should be of
no concern.
|
IAxisTitlePainter |
AAxis.setTitlePainter(IAxisTitlePainter painter)
Deprecated.
use
AAxis.getAxisTitle() and on the result
IAxis.AxisTitle.setTitlePainter(IAxisTitlePainter)
instead. |
Modifier and Type | Method and Description |
---|---|
IAxisTitlePainter |
AAxis.setTitlePainter(IAxisTitlePainter painter)
Deprecated.
use
AAxis.getAxisTitle() and on the result
IAxis.AxisTitle.setTitlePainter(IAxisTitlePainter)
instead. |
Modifier and Type | Class and Description |
---|---|
class |
AxisTitlePainterDefault
An
implementation that will render
titles in a default way while adapting to x or y axis use. |
Copyright © 2017. All rights reserved.