public interface HarmonicRule
Modifier and Type | Method and Description |
---|---|
void |
apply(HarmonicColorModel model) |
void |
colorChanged(HarmonicColorModel model,
int index,
java.awt.Color oldValue,
java.awt.Color newValue) |
int |
getBaseIndex() |
int[] |
getDerivedIndices() |
void |
setBaseIndex() |
void |
setDerivedIndices(int... indices) |
void setBaseIndex()
int getBaseIndex()
void setDerivedIndices(int... indices)
int[] getDerivedIndices()
void apply(HarmonicColorModel model)
void colorChanged(HarmonicColorModel model, int index, java.awt.Color oldValue, java.awt.Color newValue)