| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart.xy | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Method and Description |
|---|---|
XyDataset<X,S> |
XyModel.at(int index)
Returns the chart model holding chart data at the specified index
|
XyDataset<X,S> |
XyModel.update(int index,
com.zavtech.morpheus.frame.DataFrame<?,S> frame,
S domainKey)
Applies an updated DataFrame to the model at the specified index
|
XyDataset<X,S> |
XyModel.update(int index,
com.zavtech.morpheus.frame.DataFrame<X,S> frame)
Applies an updated DataFrame to the model at the specified index
|
XyDataset<X,S> |
XyDataset.withLowerDomainInterval(Function<X,X> lowerIntervalFunction)
Sets the function to supply the lower domain interval value for this dataset
The lower domain interval function accepts a domain key and returns the interval to subtract
|
XyDataset<X,S> |
XyDataset.withUpperDomainInterval(Function<X,X> upperIntervalFunction)
Sets the function to supply the upper domain interval value for this dataset
The upper domain interval function accepts a domain key and returns the interval to subtract
|
| Modifier and Type | Method and Description |
|---|---|
private <X extends Comparable> |
XyTrendBase.createSeriesData(XyDataset<X,Comparable> dataset,
Comparable seriesKey)
Returns a newly created DataFrame representing the series specified
|
<X extends Comparable> |
XyTrendBase.createTrendData(XyDataset<X,Comparable> source,
Comparable seriesKey,
Comparable trendKey)
Returns a newly created single column DataFrame with the trend line values
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GXyDataset<X extends Comparable,S extends Comparable>
An implementation of the XyDataset interface to be used with Google charts
|
| Modifier and Type | Method and Description |
|---|---|
XyDataset<X,S> |
GXyModel.at(int index) |
XyDataset<X,S> |
GXyModel.update(int index,
com.zavtech.morpheus.frame.DataFrame<?,S> frame,
S domainKey) |
XyDataset<X,S> |
GXyModel.update(int index,
com.zavtech.morpheus.frame.DataFrame<X,S> frame) |
XyDataset<X,S> |
GXyDataset.withLowerDomainInterval(Function<X,X> lowerIntervalFunction) |
XyDataset<X,S> |
GXyDataset.withUpperDomainInterval(Function<X,X> upperIntervalFunction) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
JFCatDataset<X extends Comparable,S extends Comparable>
A JFreeChart dataset adapter for category plots
|
(package private) class |
JFXyDataset<X extends Comparable,S extends Comparable>
An implementation of the Morpheus XyDataset interface and various JFreeChart interfaces to support plotting of a DataFrame in JFreeChart
|
| Modifier and Type | Method and Description |
|---|---|
XyDataset<X,S> |
JFXyPlot.ModelAdapter.at(int index) |
XyDataset<X,S> |
JFCatPlot.ModelAdapter.at(int index) |
XyDataset<X,S> |
JFXyPlot.ModelAdapter.update(int index,
com.zavtech.morpheus.frame.DataFrame<?,S> frame,
S domainKey) |
XyDataset<X,S> |
JFCatPlot.ModelAdapter.update(int index,
com.zavtech.morpheus.frame.DataFrame<?,S> frame,
S domainKey) |
XyDataset<X,S> |
JFXyPlot.ModelAdapter.update(int index,
com.zavtech.morpheus.frame.DataFrame<X,S> frame) |
XyDataset<X,S> |
JFCatPlot.ModelAdapter.update(int index,
com.zavtech.morpheus.frame.DataFrame<X,S> frame) |
XyDataset<X,S> |
JFXyDataset.withLowerDomainInterval(Function<X,X> lowerIntervalFunction) |
XyDataset<X,S> |
JFCatDataset.withLowerDomainInterval(Function<X,X> lowerIntervalFunction) |
XyDataset<X,S> |
JFXyDataset.withUpperDomainInterval(Function<X,X> upperIntervalFunction) |
XyDataset<X,S> |
JFCatDataset.withUpperDomainInterval(Function<X,X> upperIntervalFunction) |
Copyright 2014-2017, Xavier Witdouck