plugins.big.bigsnakeutils.icy.gui.curve
Class CurveModel

java.lang.Object
  extended by plugins.big.bigsnakeutils.icy.gui.curve.CurveModel
All Implemented Interfaces:
plugins.adufour.vars.gui.model.VarEditorModel<Curve>

public class CurveModel
extends java.lang.Object
implements plugins.adufour.vars.gui.model.VarEditorModel<Curve>

VarEditorModel for Curve objects. By default, a curve is always valid.

Version:
May 3, 2014
Author:
Julien Jacquemot

Constructor Summary
CurveModel(Curve defaultValue)
          Default constructor.
 
Method Summary
 Curve getDefaultValue()
           
 boolean isValid(Curve value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurveModel

public CurveModel(Curve defaultValue)
Default constructor.

Method Detail

isValid

public boolean isValid(Curve value)
Specified by:
isValid in interface plugins.adufour.vars.gui.model.VarEditorModel<Curve>

getDefaultValue

public Curve getDefaultValue()
Specified by:
getDefaultValue in interface plugins.adufour.vars.gui.model.VarEditorModel<Curve>