com.tuneology.avm
Class VolumeRange

java.lang.Object
  |
  +--com.tuneology.avm.VolumeRange

public class VolumeRange
extends java.lang.Object

This class represents a range of volume levels.

Version:
$Id: VolumeRange.java,v 1.1 2003/05/23 09:40:19 xnarf Exp $
Author:
Fran Taylor

Constructor Summary
VolumeRange(int mn, int mx)
           
 
Method Summary
 int getMax()
           
 int getMin()
           
static void touch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VolumeRange

public VolumeRange(int mn,
                   int mx)
Method Detail

getMin

public int getMin()

getMax

public int getMax()

touch

public static void touch()