GrammarScope  4.0.0
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
grammarscope.common.utils.RandomColor Class Reference
Collaboration diagram for grammarscope.common.utils.RandomColor:
Collaboration graph
[legend]

Static Public Member Functions

static Color makeRandomColor ()
 
static Color makeBrightRandomColor ()
 
static Color makePastelRandomColor ()
 
static Color makeBrightPastelRandomColor ()
 
static Color getBrightPastelRandomColor (final float hue)
 
static Color makeSameHueRandomColor (final Color color)
 

Private Member Functions

 RandomColor ()
 

Static Private Attributes

static final Random randomizer = new Random()
 

Detailed Description

Random color

Author
Bernard Bou

Constructor & Destructor Documentation

◆ RandomColor()

grammarscope.common.utils.RandomColor.RandomColor ( )
private

Member Function Documentation

◆ getBrightPastelRandomColor()

static Color grammarscope.common.utils.RandomColor.getBrightPastelRandomColor ( final float  hue)
static

Make bright pastel random color of same hue

Parameters
huehue
Returns
bright pastel random color of same hue

◆ makeBrightPastelRandomColor()

static Color grammarscope.common.utils.RandomColor.makeBrightPastelRandomColor ( )
static

Make bright pastel random color

Returns
bright pastel random color

◆ makeBrightRandomColor()

static Color grammarscope.common.utils.RandomColor.makeBrightRandomColor ( )
static

Make bright random color

Returns
bright random color

◆ makePastelRandomColor()

static Color grammarscope.common.utils.RandomColor.makePastelRandomColor ( )
static

Make pastel random color

Returns
pastel random color

◆ makeRandomColor()

static Color grammarscope.common.utils.RandomColor.makeRandomColor ( )
static

Make random color

Returns
random color

◆ makeSameHueRandomColor()

static Color grammarscope.common.utils.RandomColor.makeSameHueRandomColor ( final Color  color)
static

Make same-hue random color

Parameters
colorreference color
Returns
same-hue color

Member Data Documentation

◆ randomizer

final Random grammarscope.common.utils.RandomColor.randomizer = new Random()
staticprivate

Randomizer


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