public interface CreateColorTablePanel extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
fetch(MakeColorTable makeColorTable) |
void |
setFromColor(java.awt.Color fromColor) |
void |
setIntervals(int intervals) |
void |
setIntervalSize(double intervalSize) |
void |
setMaximum(double maximum) |
void |
setMinimum(double minimum) |
void |
setMode(int mode) |
void |
setName(java.lang.String name) |
void |
setToColor(java.awt.Color toColor) |
asJComponentvoid fetch(MakeColorTable makeColorTable)
colorTable - void setName(java.lang.String name)
name - void setMinimum(double minimum)
minimum - void setMaximum(double maximum)
maximum - void setMode(int mode)
mode - void setIntervals(int intervals)
intervals - void setIntervalSize(double intervalSize)
intervalSize - void setFromColor(java.awt.Color fromColor)
fromColor - void setToColor(java.awt.Color toColor)
toColor -