All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.GUI.ColorHelper

java.lang.Object
   |
   +----utils.GUI.ColorHelper

public class ColorHelper
extends Object
a class for colors public static color array: BlackHash: a list of colors which show up on black // maybe someday add a white and or gray hash static function: fromHexString(String) tries to parse the string as 6 hex digits if fails tries to parse it via Color.getColor(String) first tries it as 3 two digit hex values for RGB then tries Color.getColor(string )


Variable Index

 o ACCCOLOR
 o BlackHash
 o MAXBLACK
 o VELCOLOR

Constructor Index

 o ColorHelper()

Method Index

 o blackPalette(int)
 o fromHexString(String)

Variables

 o MAXBLACK
 public static int MAXBLACK
 o BlackHash
 public static Color BlackHash[]
 o VELCOLOR
 public static Color VELCOLOR
 o ACCCOLOR
 public static Color ACCCOLOR

Constructors

 o ColorHelper
 public ColorHelper()

Methods

 o blackPalette
 public static Color blackPalette(int i)
 o fromHexString
 public static Color fromHexString(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index