org.jhotdraw.color
Class AbstractHarmonicRule
- java.lang.Object
-
- org.jhotdraw.color.AbstractHarmonicRule
-
- All Implemented Interfaces:
- HarmonicRule
- Direct Known Subclasses:
- SimpleHarmonicRule
public abstract class AbstractHarmonicRule extends java.lang.Object implements HarmonicRule
AbstractHarmonicRule.
-
-
Constructor Summary
Constructors Constructor and Description AbstractHarmonicRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetBaseIndex()int[]getDerivedIndices()voidsetBaseIndex()voidsetDerivedIndices(int... indices)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jhotdraw.color.HarmonicRule
apply, colorChanged
-
-
-
-
Method Detail
-
setBaseIndex
public void setBaseIndex()
- Specified by:
setBaseIndexin interfaceHarmonicRule
-
getBaseIndex
public int getBaseIndex()
- Specified by:
getBaseIndexin interfaceHarmonicRule
-
setDerivedIndices
public void setDerivedIndices(int... indices)
- Specified by:
setDerivedIndicesin interfaceHarmonicRule
-
getDerivedIndices
public int[] getDerivedIndices()
- Specified by:
getDerivedIndicesin interfaceHarmonicRule
-
-
DataMelt 3.0 © DataMelt by jWork.ORG