public abstract class CompoundFunction2D extends Object implements Function2D
| Modifier and Type | Field and Description |
|---|---|
protected Function2D |
basis |
| Constructor and Description |
|---|
CompoundFunction2D(Function2D basis) |
| Modifier and Type | Method and Description |
|---|---|
Function2D |
getBasis() |
void |
setBasis(Function2D basis) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateprotected Function2D basis
public CompoundFunction2D(Function2D basis)
public void setBasis(Function2D basis)
public Function2D getBasis()
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.