JIDE 3.5.15

com.jidesoft.palette
Interface MutablePalette

All Superinterfaces:
Palette
All Known Implementing Classes:
AbstractMutablePalette, FixedPalette, InterpolatedPalette

public interface MutablePalette
extends Palette

Defines the requirements for a palette that can change.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jidesoft.palette.Palette
Palette.Cycle
 
Method Summary
 void setColorCount(int binCount)
           
 void setCycle(Palette.Cycle cycle)
           
 
Methods inherited from interface com.jidesoft.palette.Palette
addPaletteListener, addWeakPaletteListener, getColor, getColor, getColorCount, getCycle, removePaletteListener
 

Method Detail

setColorCount

void setColorCount(int binCount)

setCycle

void setCycle(Palette.Cycle cycle)

JIDE 3.5.15