|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColorTheoryStrategy

A simple interface for implementing rules used to create color palettes. The library currently comes with 10 default implementations realising different color theory approaches.
| Method Summary | |
|---|---|
ColorList |
createListFromColor(ReadonlyTColor src)
Creates a new ColorList of colors for the supplied source color
based on the strategy. |
java.lang.String |
getName()
Returns the unique name of the strategy. |
| Method Detail |
|---|
ColorList createListFromColor(ReadonlyTColor src)
ColorList of colors for the supplied source color
based on the strategy. The number of colors returned is unspecified and
depends on the strategy.
src - source color
java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||