inpro.pitch.notifier
Class ProsodyMonitor.Range

java.lang.Object
  extended by inpro.pitch.notifier.ProsodyMonitor.Range
Enclosing class:
ProsodyMonitor

 class ProsodyMonitor.Range
extends java.lang.Object


Field Summary
(package private)  double max
           
(package private)  double min
           
 
Constructor Summary
ProsodyMonitor.Range()
           
 
Method Summary
(package private)  int toScreenCoordinate(double d)
           
(package private)  void update(double d)
           
(package private)  void update(java.util.List<java.lang.Double> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

double min

max

double max
Constructor Detail

ProsodyMonitor.Range

ProsodyMonitor.Range()
Method Detail

update

void update(java.util.List<java.lang.Double> values)

update

void update(double d)

toScreenCoordinate

int toScreenCoordinate(double d)