as.clynx.audio.statistic
Class NoAnalyser

java.lang.Object
  extended by as.clynx.audio.statistic.AbstractAnalyser
      extended by as.clynx.audio.statistic.NoAnalyser

public class NoAnalyser
extends AbstractAnalyser

The class NoAnalyser.java does no analysation.

Version:
cLynx v.1.2, JDK 6.0: 12.10.2007
Author:
Andreas Senfter - andreas@senfters.com

Constructor Summary
NoAnalyser(javax.sound.sampled.AudioFormat format)
           
 
Method Summary
 int getMaximum()
          returns the upper boundary
 int getMinimum()
          returns the lower boundary
 
Methods inherited from class as.clynx.audio.statistic.AbstractAnalyser
analyse, canLoad, getMaxSampleValue, getMinSampleValue, save, toString, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoAnalyser

public NoAnalyser(javax.sound.sampled.AudioFormat format)
Method Detail

getMaximum

public int getMaximum()
Description copied from class: AbstractAnalyser
returns the upper boundary

Overrides:
getMaximum in class AbstractAnalyser
Returns:
the upper boundary

getMinimum

public int getMinimum()
Description copied from class: AbstractAnalyser
returns the lower boundary

Overrides:
getMinimum in class AbstractAnalyser
Returns:
the lower boundary