public abstract class Spectrogram.GraphAtCursor extends Object
Modifier and Type | Field and Description |
---|---|
protected FunctionGraph |
graph |
protected boolean |
show |
Constructor and Description |
---|
Spectrogram.GraphAtCursor() |
Modifier and Type | Method and Description |
---|---|
protected abstract JPanel |
createControls() |
JPanel |
getControls() |
abstract void |
update(double x) |
protected void |
updateGraph(FunctionGraph someGraph,
String title) |
protected FunctionGraph graph
protected boolean show
public abstract void update(double x)
public JPanel getControls()
protected abstract JPanel createControls()
protected void updateGraph(FunctionGraph someGraph, String title)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.