com.ebmwebsourcing.geasytools.geasyui.impl.core
Class Util.LinearFunction

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.geasyui.impl.core.Util.LinearFunction
Enclosing class:
Util

public class Util.LinearFunction
extends java.lang.Object


Constructor Summary
Util.LinearFunction(float a, float b)
           
 
Method Summary
 float getA()
           
 float getB()
           
 float getFx(float x)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Util.LinearFunction

public Util.LinearFunction(float a,
                           float b)
Method Detail

getA

public float getA()

getB

public float getB()

getFx

public float getFx(float x)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010-2011 Petals Link. All Rights Reserved.