public abstract class AbstractFeatureGrapher extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
xFeature |
protected List<String> |
yFeatures |
| Constructor and Description |
|---|
AbstractFeatureGrapher(String xFeature,
List<String> yFeatures,
Dimension xDimension,
Map<String,Dimension> yDimensions,
Map<String,String> featureNames,
String spaceUnits,
String timeUnits) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ModelDataset |
buildMainDataSet(List<String> targetYFeatures) |
JFrame |
render()
Draws and renders the graph in a new JFrame.
|
protected final String xFeature
public JFrame render()
protected abstract ModelDataset buildMainDataSet(List<String> targetYFeatures)
Copyright © 2015–2021 Fiji. All rights reserved.