com.bric.swing
Class ColorPicker.Option

java.lang.Object
  extended by com.bric.swing.ColorPicker.Option
Enclosing class:
ColorPicker

public class ColorPicker.Option
extends java.lang.Object


Constructor Summary
ColorPicker.Option(java.lang.String text, int max)
           
 
Method Summary
 boolean contains(java.lang.Object src)
           
 float getFloatValue()
           
 int getIntValue()
           
 int getMaximum()
           
 boolean isVisible()
           
 void setValue(int i)
           
 void setVisible(boolean b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorPicker.Option

public ColorPicker.Option(java.lang.String text,
                          int max)
Method Detail

setValue

public void setValue(int i)

getMaximum

public int getMaximum()

contains

public boolean contains(java.lang.Object src)

getFloatValue

public float getFloatValue()

getIntValue

public int getIntValue()

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean b)