j2d.hpp.contrast
Class ContrastBean

java.lang.Object
  extended by j2d.hpp.contrast.ContrastBean
All Implemented Interfaces:
java.io.Serializable

public class ContrastBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ContrastBean()
           
 
Method Summary
 double getB()
           
 double getC()
           
static ContrastBean restore()
           
 void save()
           
 void setB(double b)
           
 void setC(double c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContrastBean

public ContrastBean()
Method Detail

getC

public double getC()

setC

public void setC(double c)

getB

public double getB()

setB

public void setB(double b)

save

public void save()

restore

public static ContrastBean restore()
Returns:
null if error on restore.