cs235MasseyA6
DataVisualiser
 All Classes Files Functions
Static Public Member Functions | Static Public Attributes | List of all members
ColourGenerator Class Reference
Collaboration diagram for ColourGenerator:
Collaboration graph
[legend]

Static Public Member Functions

static Color GetColour (String colourScheme)
 This method returns the colour, dependant on which string has been passed to this class. More...
 
static Color Boclash ()
 This method returns the blue and orange colours, generated from blue and oranage sets of RGB values. More...
 
static Color Cool ()
 This method returns the colour, generated from a "cool" set of RGB values. More...
 
static Color Greyscale ()
 This method returns the colour, generated from a "greyscale" set of RGB values. More...
 
static Color Hcontrast ()
 This method returns the colour, generated from a "Hcontrast" set of RGB values. More...
 
static Color Neon ()
 This method returns the colour, generated from a "neon" set of RGB values. More...
 
static Color Pyclash ()
 This method returns the purple and yellow colours, generated from purple and yellow sets of RGB values. More...
 
static Color Random ()
 This method returns the colour, generated from a random set of RGB values. More...
 
static Color Warm ()
 This method returns the colour, generated from a "warm" set of RGB values. More...
 

Static Public Attributes

static final String BOCLASH = "C_BOCLASH"
 

Member Function Documentation

static Color ColourGenerator.Boclash ( )
static

This method returns the blue and orange colours, generated from blue and oranage sets of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Cool ( )
static

This method returns the colour, generated from a "cool" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.GetColour ( String  colourScheme)
static

This method returns the colour, dependant on which string has been passed to this class.

Parameters
colourSchemeis the string where the colours generated are stored.
Returns
the colour which corresponds to the string passed.

Here is the call graph for this function:

static Color ColourGenerator.Greyscale ( )
static

This method returns the colour, generated from a "greyscale" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Hcontrast ( )
static

This method returns the colour, generated from a "Hcontrast" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Neon ( )
static

This method returns the colour, generated from a "neon" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Pyclash ( )
static

This method returns the purple and yellow colours, generated from purple and yellow sets of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Random ( )
static

This method returns the colour, generated from a random set of RGB values.

Returns
the colour which corresponds to the generated RGB values.
static Color ColourGenerator.Warm ( )
static

This method returns the colour, generated from a "warm" set of RGB values.

Returns
the colour which corresponds to the generated RGB values.

The documentation for this class was generated from the following file: