com.jsyn.swing
Class PortControllerFactory

java.lang.Object
  extended by com.jsyn.swing.PortControllerFactory

public class PortControllerFactory
extends java.lang.Object

Factory class for making various controllers for JSyn ports.


Constructor Summary
PortControllerFactory()
           
 
Method Summary
static DoubleBoundedRangeSlider createExponentialPortSlider(UnitInputPort port)
           
static DoubleBoundedRangeSlider createPortSlider(UnitInputPort port)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortControllerFactory

public PortControllerFactory()
Method Detail

createPortSlider

public static DoubleBoundedRangeSlider createPortSlider(UnitInputPort port)

createExponentialPortSlider

public static DoubleBoundedRangeSlider createExponentialPortSlider(UnitInputPort port)