com.jhlabs.math
Class CompoundFunction2D

java.lang.Object
  extended by com.jhlabs.math.CompoundFunction2D
All Implemented Interfaces:
Function2D
Direct Known Subclasses:
FractalSumFunction, MarbleFunction, TurbulenceFunction

public abstract class CompoundFunction2D
extends java.lang.Object
implements Function2D


Constructor Summary
CompoundFunction2D(Function2D basis)
           
 
Method Summary
 Function2D getBasis()
           
 void setBasis(Function2D basis)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jhlabs.math.Function2D
evaluate
 

Constructor Detail

CompoundFunction2D

public CompoundFunction2D(Function2D basis)
Method Detail

setBasis

public void setBasis(Function2D basis)

getBasis

public Function2D getBasis()