javax.media.protocol
Class RateRange

java.lang.Object
  extended by javax.media.protocol.RateRange

public class RateRange
extends Object


Constructor Summary
RateRange(float init, float min, float max, boolean isExact)
           
RateRange(RateRange r)
           
 
Method Summary
 float getCurrentRate()
           
 float getMaximumRate()
           
 float getMinimumRate()
           
 boolean isExact()
           
 float setCurrentRate(float rate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateRange

public RateRange(RateRange r)

RateRange

public RateRange(float init,
                 float min,
                 float max,
                 boolean isExact)
Method Detail

setCurrentRate

public float setCurrentRate(float rate)

getCurrentRate

public float getCurrentRate()

getMinimumRate

public float getMinimumRate()

getMaximumRate

public float getMaximumRate()

isExact

public boolean isExact()