org.eclipse.contribution.visualiser.palettes
Class BrightVisualiserPalette

java.lang.Object
  extended byorg.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
      extended byorg.eclipse.contribution.visualiser.palettes.BrightVisualiserPalette
All Implemented Interfaces:
IVisualiserPalette

public class BrightVisualiserPalette
extends DefaultVisualiserPalette

Bright and high-contrast colours, good for projectors


Constructor Summary
BrightVisualiserPalette()
           
 
Method Summary
 org.eclipse.swt.graphics.RGB[] getRGBValues()
          Return the array of RGB values for this palette.
 
Methods inherited from class org.eclipse.contribution.visualiser.palettes.DefaultVisualiserPalette
getRandomRGBValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrightVisualiserPalette

public BrightVisualiserPalette()
Method Detail

getRGBValues

public org.eclipse.swt.graphics.RGB[] getRGBValues()
Description copied from interface: IVisualiserPalette
Return the array of RGB values for this palette. The array can be of any length - if the array is exhausted, the getRandomRGBValue() method will be used.

Specified by:
getRGBValues in interface IVisualiserPalette
Overrides:
getRGBValues in class DefaultVisualiserPalette