| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart | |
| com.zavtech.morpheus.viz.chart.xy | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Method and Description |
|---|---|
ChartLabel |
Chart.subtitle()
Returns the chart subtitle interface
|
ChartLabel |
Chart.title()
Returns the chart title interface
|
ChartLabel |
ChartLabel.withColor(Color color)
Sets the text color
|
ChartLabel |
ChartLabel.withFont(Font font)
Sets the font for this text style
|
ChartLabel |
ChartLabel.withText(String text)
Sets the text for this label
|
| Modifier and Type | Method and Description |
|---|---|
ChartLabel |
XyAxis.label()
Returns the label for this axis
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GChartLabel
Class summary goes here...
|
| Modifier and Type | Method and Description |
|---|---|
ChartLabel |
GXyAxis.label() |
ChartLabel |
GChart.subtitle() |
ChartLabel |
GChart.title() |
ChartLabel |
GChartLabel.withColor(Color color) |
ChartLabel |
GChartLabel.withFont(Font font) |
ChartLabel |
GChartLabel.withText(String text) |
| Modifier and Type | Class and Description |
|---|---|
private class |
JFChartBase.TitleAdapter
A JFreeChart ChartLabel adapter for the chart title
|
private class |
JFXyAxes.AxisLabelAdapter
A JFreeChart ChartLabel adapter for an axis
|
| Modifier and Type | Method and Description |
|---|---|
ChartLabel |
JFXyAxes.AxisAdapter.label() |
ChartLabel |
JFChartBase.subtitle() |
ChartLabel |
JFChartBase.title() |
ChartLabel |
JFXyAxes.AxisLabelAdapter.withColor(Color color) |
ChartLabel |
JFChartBase.TitleAdapter.withColor(Color color) |
ChartLabel |
JFXyAxes.AxisLabelAdapter.withFont(Font font) |
ChartLabel |
JFChartBase.TitleAdapter.withFont(Font font) |
ChartLabel |
JFXyAxes.AxisLabelAdapter.withText(String text) |
ChartLabel |
JFChartBase.TitleAdapter.withText(String text) |
Copyright 2014-2017, Xavier Witdouck