rasmus.interpreter.math
Class Scale

java.lang.Object
  extended by rasmus.interpreter.math.Scale
All Implemented Interfaces:
UnitFactory

public class Scale
extends java.lang.Object
implements UnitFactory


Constructor Summary
Scale()
           
 
Method Summary
 UnitInstancePart newInstance(Parameters parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scale

public Scale()
Method Detail

newInstance

public UnitInstancePart newInstance(Parameters parameters)
Specified by:
newInstance in interface UnitFactory