com.jsyn.swing
Class PortModelFactory

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

public class PortModelFactory
extends java.lang.Object


Constructor Summary
PortModelFactory()
           
 
Method Summary
static ExponentialRangeModel createExponentialModel(UnitInputPort pPort)
           
static DoubleBoundedRangeModel createLinearModel(UnitInputPort pPort)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortModelFactory

public PortModelFactory()
Method Detail

createLinearModel

public static DoubleBoundedRangeModel createLinearModel(UnitInputPort pPort)

createExponentialModel

public static ExponentialRangeModel createExponentialModel(UnitInputPort pPort)