Uses of Class
org.jcoderz.commons.Color

Packages that use Color
org.jcoderz.commons   
 

Uses of Color in org.jcoderz.commons
 

Fields in org.jcoderz.commons declared as Color
static Color Color.BLUE
          The Color blue.
static Color Color.RED
          The Color red.
static Color Color.YELLOW
          The Color yellow.
 

Methods in org.jcoderz.commons that return Color
static Color Color.fromInt(int i)
          Creates a Color object from its int representation.
static Color Color.fromString(String str)
          Creates a Color object from its String representation.
 



Copyright 2007 The jCoderZ Project.