net.beadsproject.beads.play
Class EnvironmentFactory

java.lang.Object
  extended by net.beadsproject.beads.play.EnvironmentFactory
Direct Known Subclasses:
DefaultEnvironmentFactory

public abstract class EnvironmentFactory
extends java.lang.Object


Constructor Summary
EnvironmentFactory()
           
 
Method Summary
abstract  Environment createEnvironment(AudioContext ac)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentFactory

public EnvironmentFactory()
Method Detail

createEnvironment

public abstract Environment createEnvironment(AudioContext ac)