Uses of Class
de.java2html.util.RGB

Packages that use RGB
de.java2html.options   
de.java2html.util   
 

Uses of RGB in de.java2html.options
 

Methods in de.java2html.options that return RGB
 RGB JavaSourceStyleEntry.getColor()
           
 

Constructors in de.java2html.options with parameters of type RGB
JavaSourceStyleEntry(RGB color)
           
JavaSourceStyleEntry(RGB color, boolean bold, boolean italic)
           
 

Uses of RGB in de.java2html.util
 

Fields in de.java2html.util declared as RGB
static RGB RGB.BLACK
           
static RGB RGB.BLUE
           
static RGB RGB.CYAN
           
static RGB RGB.DARK_GRAY
           
static RGB RGB.GRAY
           
static RGB RGB.GREEN
           
static RGB RGB.LIGHT_GRAY
           
static RGB RGB.MAGENTA
           
static RGB RGB.ORANGE
           
static RGB RGB.PINK
           
static RGB RGB.RED
           
static RGB RGB.WHITE
           
static RGB RGB.YELLOW
           
 

Methods in de.java2html.util with parameters of type RGB
static java.lang.String HtmlUtilities.toHTML(RGB color)
          Converts the given Color object to a String contaning the html description of the color.
 



Copyright © 2003 - 2006