Class Escala

java.lang.Object
  extended by Escala
All Implemented Interfaces:
Funcao

public class Escala
extends java.lang.Object
implements Funcao


Field Summary
(package private)  double c
           
(package private)  Funcao g
           
 
Constructor Summary
Escala(double c, Funcao g)
           
 
Method Summary
 java.lang.String formula()
           
 double valor(double x)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

double c

g

Funcao g
Constructor Detail

Escala

public Escala(double c,
              Funcao g)
Method Detail

formula

public java.lang.String formula()
Specified by:
formula in interface Funcao

valor

public double valor(double x)
Specified by:
valor in interface Funcao