|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.ColorTable.Breakpoint
public static class ColorTable.Breakpoint
Class Breakpoint _more_
| Constructor Summary | |
|---|---|
ColorTable.Breakpoint()
_more_ |
|
ColorTable.Breakpoint(ColorTable.Breakpoint that)
_more_ |
|
ColorTable.Breakpoint(double v)
_more_ |
|
ColorTable.Breakpoint(double v,
boolean locked)
_more_ |
|
| Method Summary | |
|---|---|
static ArrayList |
cloneList(List l)
_more_ |
boolean |
getLocked()
Get the Locked property. |
double |
getValue()
Get the Value property. |
void |
setLocked(boolean value)
Set the Locked property. |
void |
setValue(double value)
Set the Value property. |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColorTable.Breakpoint()
public ColorTable.Breakpoint(double v)
v - _more_
public ColorTable.Breakpoint(double v,
boolean locked)
v - _more_locked - _more_public ColorTable.Breakpoint(ColorTable.Breakpoint that)
that - _more_| Method Detail |
|---|
public void setValue(double value)
value - The new value for Valuepublic double getValue()
public void setLocked(boolean value)
value - The new value for Lockedpublic boolean getLocked()
public static ArrayList cloneList(List l)
l - _more_
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||