marytts.signalproc.display
Class SpectrogramCustom.GraphAtCursor

java.lang.Object
  extended by marytts.signalproc.display.SpectrogramCustom.GraphAtCursor
Direct Known Subclasses:
SpectrogramCustom.CepstrumAtCursor, SpectrogramCustom.LPCAtCursor, SpectrogramCustom.PhasogramAtCursor, SpectrogramCustom.SpectrumAtCursor
Enclosing class:
SpectrogramCustom

public abstract class SpectrogramCustom.GraphAtCursor
extends Object


Field Summary
protected  marytts.signalproc.display.FunctionGraph graph
           
protected  boolean show
           
 
Constructor Summary
SpectrogramCustom.GraphAtCursor()
           
 
Method Summary
protected abstract  JPanel createControls()
           
 JPanel getControls()
           
abstract  void update(double x)
           
protected  void updateGraph(marytts.signalproc.display.FunctionGraph someGraph, String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

protected marytts.signalproc.display.FunctionGraph graph

show

protected boolean show
Constructor Detail

SpectrogramCustom.GraphAtCursor

public SpectrogramCustom.GraphAtCursor()
Method Detail

update

public abstract void update(double x)

getControls

public JPanel getControls()

createControls

protected abstract JPanel createControls()

updateGraph

protected void updateGraph(marytts.signalproc.display.FunctionGraph someGraph,
                           String title)


Copyright © 2013. All Rights Reserved.