| 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 |
|---|---|
<X extends Comparable> |
ChartFactoryProxy.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator) |
<X extends Comparable> |
ChartFactory.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created XY chart and applies it to the configurator provided
|
default <R extends Comparable,C extends Comparable> |
ChartFactory.withAcf(com.zavtech.morpheus.frame.DataFrameLeastSquares<R,C> model,
int maxLags,
double alpha,
Consumer<Chart<XyPlot<Integer>>> consumer)
Generates a plot of the Autocorrelation function (ACF) given the Least Squares model
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withAreaPlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean stacked,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created area chart using a column for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withAreaPlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean stacked,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created area chart using the row keys for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withBarPlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean stacked,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Bar Chart using a column to build the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withBarPlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean stacked,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Bar Chart using the row keys to build the domain axis
|
default <R,C extends Comparable> |
ChartFactory.withHistPlot(com.zavtech.morpheus.frame.DataFrame<R,C> frame,
int binCount,
boolean sharedBins,
Consumer<Chart<XyPlot<Double>>> configurator)
Returns a Chart to plot a histogram based on the column data in the frame provided
|
default <R,C extends Comparable> |
ChartFactory.withHistPlot(com.zavtech.morpheus.frame.DataFrame<R,C> frame,
int binCount,
C columnKey,
Consumer<Chart<XyPlot<Double>>> configurator)
Returns a Histogram Bar Chart of the frequency distribution for a specific column in a DataFrame
|
default <R,C extends Comparable> |
ChartFactory.withHistPlot(com.zavtech.morpheus.frame.DataFrame<R,C> frame,
int binCount,
Consumer<Chart<XyPlot<Double>>> configurator)
Returns a Histogram Bar Chart of the frequency distribution for a all columns in a DataFrame
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withLinePlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Line Chart using a column for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withLinePlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Line Chart using the row keys for the domain axis
|
default <R extends Comparable,C extends Comparable> |
ChartFactory.withResidualsVsFitted(com.zavtech.morpheus.frame.DataFrameLeastSquares<R,C> model,
Consumer<Chart<XyPlot<Double>>> consumer)
Returns a chart that plots regression residuals against the fitted values in a regression
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withScatterPlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean shapes,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created scatter chart with shapes using a column for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withScatterPlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean shapes,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created scatter chart with shapes using the row keys for the domain axis
|
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable> |
ChartFactoryProxy.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator) |
<X extends Comparable> |
ChartFactory.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created XY chart and applies it to the configurator provided
|
default <R extends Comparable,C extends Comparable> |
ChartFactory.withAcf(com.zavtech.morpheus.frame.DataFrameLeastSquares<R,C> model,
int maxLags,
double alpha,
Consumer<Chart<XyPlot<Integer>>> consumer)
Generates a plot of the Autocorrelation function (ACF) given the Least Squares model
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withAreaPlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean stacked,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created area chart using a column for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withAreaPlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean stacked,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created area chart using the row keys for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withBarPlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean stacked,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Bar Chart using a column to build the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withBarPlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean stacked,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Bar Chart using the row keys to build the domain axis
|
default <R,C extends Comparable> |
ChartFactory.withHistPlot(com.zavtech.morpheus.frame.DataFrame<R,C> frame,
int binCount,
boolean sharedBins,
Consumer<Chart<XyPlot<Double>>> configurator)
Returns a Chart to plot a histogram based on the column data in the frame provided
|
default <R,C extends Comparable> |
ChartFactory.withHistPlot(com.zavtech.morpheus.frame.DataFrame<R,C> frame,
int binCount,
C columnKey,
Consumer<Chart<XyPlot<Double>>> configurator)
Returns a Histogram Bar Chart of the frequency distribution for a specific column in a DataFrame
|
default <R,C extends Comparable> |
ChartFactory.withHistPlot(com.zavtech.morpheus.frame.DataFrame<R,C> frame,
int binCount,
Consumer<Chart<XyPlot<Double>>> configurator)
Returns a Histogram Bar Chart of the frequency distribution for a all columns in a DataFrame
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withLinePlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Line Chart using a column for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withLinePlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created Line Chart using the row keys for the domain axis
|
default <R extends Comparable,C extends Comparable> |
ChartFactory.withResidualsVsFitted(com.zavtech.morpheus.frame.DataFrameLeastSquares<R,C> model,
Consumer<Chart<XyPlot<Double>>> consumer)
Returns a chart that plots regression residuals against the fitted values in a regression
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withScatterPlot(com.zavtech.morpheus.frame.DataFrame<?,S> frame,
boolean shapes,
S domainKey,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created scatter chart with shapes using a column for the domain axis
|
default <X extends Comparable,S extends Comparable> |
ChartFactory.withScatterPlot(com.zavtech.morpheus.frame.DataFrame<X,S> frame,
boolean shapes,
Consumer<Chart<XyPlot<X>>> configurator)
Returns a newly created scatter chart with shapes using the row keys for the domain axis
|
| Modifier and Type | Class and Description |
|---|---|
class |
XyPlotBase<X extends Comparable>
A convenience base class implementation of XyPlot
|
| Modifier and Type | Method and Description |
|---|---|
XyPlot<X> |
XyPlotBase.withColorModel(ColorModel colorModel) |
XyPlot<X> |
XyPlot.withColorModel(ColorModel colorModel)
Applies a color model to choose series colors for this plot
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GXyPlot<X extends Comparable>
The XyPlot implementation for the Google Charts adapter
|
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable> |
GChartFactory.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable> |
GChartFactory.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
JFCatPlot<X extends Comparable>
The plot definition for category plots
|
(package private) class |
JFXyPlot<X extends Comparable>
The plot implementation for JFreeChart xy plots.
|
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable> |
JFChartFactory.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator) |
| Modifier and Type | Method and Description |
|---|---|
<X extends Comparable> |
JFChartFactory.ofXY(Class<X> domainType,
Consumer<Chart<XyPlot<X>>> configurator) |
Copyright 2014-2017, Xavier Witdouck