Uses of Class
net.sourceforge.webcompmath.data.Constant

Packages that use Constant
net.sourceforge.webcompmath.data   
net.sourceforge.webcompmath.data.beans   
net.sourceforge.webcompmath.draw.beans   
 

Uses of Constant in net.sourceforge.webcompmath.data
 

Subclasses of Constant in net.sourceforge.webcompmath.data
 class Variable
          A Variable is a Value object whose value can be changed.
 

Uses of Constant in net.sourceforge.webcompmath.data.beans
 

Subclasses of Constant in net.sourceforge.webcompmath.data.beans
 class WCMConstantBean
           
 class WCMVariableBean
          This class is for use with GUI builders.
 

Uses of Constant in net.sourceforge.webcompmath.draw.beans
 

Subclasses of Constant in net.sourceforge.webcompmath.draw.beans
 class WCMMouseVariableBean
          This class is a convenience class used when creating applications via a GUI builder.