org.jhotdraw.color
Interface HarmonicRule
-
- All Known Implementing Classes:
- AbstractHarmonicRule, SimpleHarmonicRule
public interface HarmonicRuleHarmonicRule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidapply(HarmonicColorModel model)voidcolorChanged(HarmonicColorModel model, int index, java.awt.Color oldValue, java.awt.Color newValue)intgetBaseIndex()int[]getDerivedIndices()voidsetBaseIndex()voidsetDerivedIndices(int... indices)
-
-
-
Method Detail
-
setBaseIndex
void setBaseIndex()
-
getBaseIndex
int getBaseIndex()
-
setDerivedIndices
void setDerivedIndices(int... indices)
-
getDerivedIndices
int[] getDerivedIndices()
-
apply
void apply(HarmonicColorModel model)
-
colorChanged
void colorChanged(HarmonicColorModel model, int index, java.awt.Color oldValue, java.awt.Color newValue)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG