| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,JFXyDataset<X,? extends Comparable>> |
JFXyPlot.datasetMap |
private Consumer<JFXyDataset<X,S>> |
JFXyDataset.refreshHandler |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <X extends Comparable,S extends Comparable> |
JFXyDataset.of(S domainAxisKey,
Supplier<com.zavtech.morpheus.frame.DataFrame<?,S>> frameSupplier)
Returns a newly created model using a frame supplier where the domain is presented by a column in the DataFrame
|
(package private) static <X extends Comparable,S extends Comparable> |
JFXyDataset.of(Supplier<com.zavtech.morpheus.frame.DataFrame<X,S>> frameSupplier)
Returns a newly created model using a frame supplier where the domain is presented by the DataFrame row keys
|
| Modifier and Type | Method and Description |
|---|---|
private Stream<JFXyDataset<X,? extends Comparable>> |
JFXyPlot.ModelAdapter.getModels()
Returns a stream of the models contained in this adapter
|
| Modifier and Type | Method and Description |
|---|---|
private void |
JFXyPlot.applyTrend(JFXyDataset<X,Comparable> dataset,
JFXyPlot.TrendLine trend)
Applies a trend line to the plot based on the dataset and trend definition
|
| Constructor and Description |
|---|
TrendLine(JFXyDataset<X,Comparable> source,
Comparable seriesKey)
Constructor
|
| Constructor and Description |
|---|
JFXyDataset(Consumer<JFXyDataset<X,S>> refreshHandler)
Constructor
|
Copyright 2014-2017, Xavier Witdouck