public static class ColorTable.Breakpoint
extends java.lang.Object
Constructor and Description |
---|
Breakpoint()
Default constructor
|
Breakpoint(ColorTable.Breakpoint that)
Copy constructor
|
Breakpoint(double v)
Create a breakpoint at the value
|
Breakpoint(double v,
boolean locked)
Create a breakpoint at the value
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList |
cloneList(java.util.List l)
Clone the list of colors
|
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.
|
java.lang.String |
toString()
Get a String representation of this object
|
public Breakpoint()
public Breakpoint(double v)
v
- the valuepublic Breakpoint(double v, boolean locked)
v
- the valuelocked
- true if lockedpublic Breakpoint(ColorTable.Breakpoint that)
that
- the one to copypublic 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 java.util.ArrayList cloneList(java.util.List l)
l
- the listpublic java.lang.String toString()
toString
in class java.lang.Object