toxi.color.theory
Class SplitComplementaryStrategy

java.lang.Object
  extended by toxi.color.theory.SplitComplementaryStrategy
All Implemented Interfaces:
ColorTheoryStrategy

public class SplitComplementaryStrategy
extends java.lang.Object
implements ColorTheoryStrategy

Author:
toxi

Field Summary
static java.lang.String NAME
           
 
Constructor Summary
SplitComplementaryStrategy()
           
 
Method Summary
 ColorList createListFromColour(Color 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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

SplitComplementaryStrategy

public SplitComplementaryStrategy()
Method Detail

createListFromColour

public ColorList createListFromColour(Color src)
Description copied from interface: ColorTheoryStrategy
Creates a new ColorList of colors for the supplied source color based on the strategy. The number of colors returned is unspecified and depends on the strategy.

Specified by:
createListFromColour in interface ColorTheoryStrategy
Parameters:
src - source color
Returns:
list of matching colors created by the strategy.

getName

public java.lang.String getName()
Description copied from interface: ColorTheoryStrategy
Returns the unique name of the strategy.

Specified by:
getName in interface ColorTheoryStrategy
Returns:
name

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object