| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,JFCatDataset<X,? extends Comparable>> |
JFCatPlot.datasetMap |
private Consumer<JFCatDataset<X,S>> |
JFCatDataset.refreshHandler |
| Modifier and Type | Method and Description |
|---|---|
static <X extends Comparable,S extends Comparable> |
JFCatDataset.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
|
static <X extends Comparable,S extends Comparable> |
JFCatDataset.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
|
| Constructor and Description |
|---|
JFCatDataset(Consumer<JFCatDataset<X,S>> refreshHandler)
Constructor
|
Copyright 2014-2017, Xavier Witdouck