com.tuneology.avm
Class Volume

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

public class Volume
extends java.lang.Object

This class represents a volume level.

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

Constructor Summary
Volume(int l, int r)
          Construct a new Volume object.
 
Method Summary
 int getLeft()
          the left channel's volume
 int getRight()
          the right channel's volume.
static void touch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Volume

public Volume(int l,
              int r)
Construct a new Volume object.
Method Detail

getLeft

public int getLeft()
the left channel's volume

getRight

public int getRight()
the right channel's volume.

touch

public static void touch()