public interface ColorTableClass extends Persistent, java.lang.Comparable<ColorTableClass>, WeakReferencingObservable
ColorTable| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor() |
double |
getInterpolated() |
java.lang.String |
getName() |
double |
getValue() |
void |
setColor(java.awt.Color color)
Sets the color of
ColorTableClass |
void |
setInterpolated(double interpolated)
Sets percent of interpolation with the next
ColorTableClass. |
void |
setName(java.lang.String nameClass)
Sets name of this class
|
void |
setValue(double value)
Sets value of
ColorTableClass |
loadFromState, saveToStateaddObserver, deleteObserver, deleteObserversjava.awt.Color getColor()
ColorTableClassvoid setColor(java.awt.Color color)
ColorTableClasscolor - Color of classdouble getInterpolated()
ColorTableClassvoid setInterpolated(double interpolated)
ColorTableClass.interpolated - Percent value.double getValue()
ColorTableClassvoid setValue(double value)
ColorTableClassvalue - Value of this class.java.lang.String getName()
void setName(java.lang.String nameClass)
nameClass - Name of this class