|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Curve | |
---|---|
plugins.big.bigsnakeutils.icy.gui.curve |
Uses of Curve in plugins.big.bigsnakeutils.icy.gui.curve |
---|
Subclasses of Curve in plugins.big.bigsnakeutils.icy.gui.curve | |
---|---|
class |
PolynomialCurve
Class describing a polynomial Curve. |
Methods in plugins.big.bigsnakeutils.icy.gui.curve that return Curve | |
---|---|
Curve |
PolynomialCurve.clone()
|
abstract Curve |
Curve.clone()
|
Curve |
CurveCanvas.getCurve()
Returns the curve displayed by the canvas. |
Curve |
CurveModel.getDefaultValue()
|
Curve |
VarCurve.parse(java.lang.String text)
|
Methods in plugins.big.bigsnakeutils.icy.gui.curve that return types with arguments of type Curve | |
---|---|
plugins.adufour.vars.gui.VarEditor<Curve> |
VarCurve.createVarEditor()
|
Methods in plugins.big.bigsnakeutils.icy.gui.curve with parameters of type Curve | |
---|---|
boolean |
CurveModel.isValid(Curve value)
|
void |
CurveCanvas.setCurve(Curve curve)
Sets the curve to display. |
Constructors in plugins.big.bigsnakeutils.icy.gui.curve with parameters of type Curve | |
---|---|
CurveCanvas(Curve curve)
Default constructor. |
|
CurveModel(Curve defaultValue)
Default constructor. |
|
VarCurve(java.lang.String name,
Curve defaultValue)
Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |