| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart.xy | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Class and Description |
|---|---|
class |
XyTrendBase
A convenience base class for building XyTrend implementations
|
| Modifier and Type | Method and Description |
|---|---|
XyTrend |
XyTrend.clear()
Removes this trend line from the chart
|
<S extends Comparable> |
XyPlot.trend(S seriesKey)
Returns the trend line controller interface for the series specified
|
XyTrend |
XyTrend.withColor(Color color)
Sets the color for the trend line
|
XyTrend |
XyTrend.withLineWidth(float width)
Sets the line width for the trend line
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GTrendLine
A class used to expose trend line information to the Google charting framework
|
| Modifier and Type | Method and Description |
|---|---|
XyTrend |
GTrendLine.clear() |
<S extends Comparable> |
GXyPlot.trend(S seriesKey) |
XyTrend |
GTrendLine.withColor(Color color) |
XyTrend |
GTrendLine.withLineWidth(float width) |
| Modifier and Type | Class and Description |
|---|---|
private class |
JFXyPlot.TrendLine
A XyTrend adapter for the JFreeChart library
|
| Modifier and Type | Method and Description |
|---|---|
XyTrend |
JFXyPlot.TrendLine.clear() |
<S extends Comparable> |
JFXyPlot.trend(S seriesKey) |
<S extends Comparable> |
JFCatPlot.trend(S seriesKey) |
XyTrend |
JFXyPlot.TrendLine.withColor(Color color) |
XyTrend |
JFXyPlot.TrendLine.withLineWidth(float width) |
Copyright 2014-2017, Xavier Witdouck