Uses of Class
com.arsdigita.bebop.util.Color

Packages that use Color
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.util Utility classes that are used throughout Bebop. 
 

Uses of Color in com.arsdigita.bebop
 

Methods in com.arsdigita.bebop with parameters of type Color
 void TextStylable.setColor(Color color)
          Sets a component's foreground or text color.
 void TextStylable.setBackgroundColor(Color backgroundColor)
          Sets a component's background color.
 void BlockStylable.setBorderColor(Color borderColor)
          Sets the color of this component's border.
 

Uses of Color in com.arsdigita.bebop.util
 

Fields in com.arsdigita.bebop.util declared as Color
static Color Color.black
          An instance of the color black.
static Color Color.blue
          An instance of the color blue.
static Color Color.cyan
          An instance of the color cyan.
static Color Color.darkGray
          An instance of the color darkGray.
static Color Color.gray
          An instance of the color gray.
static Color Color.green
          An instance of the color green.
static Color Color.lightGray
          An instance of the color lightGray.
static Color Color.magenta
          An instance of the color magenta.
static Color Color.orange
          An instance of the color orange.
static Color Color.pink
          An instance of the color pink.
static Color Color.red
          An instance of the color red.
static Color Color.white
          An instance of the color white.
static Color Color.yellow
          An instance of the color yellow.
static Color Color.nobukoBlue
          An instance of the color nobukoBlue, an exotic medium torquoise.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC