| java.lang.Object de.java2html.util.RGB
RGB | public class RGB (Code) | | A color representation similar to
java.awt.Color , but more lightweight, since it does not rquire GUI
libraries.
author: Markus Gebhard |
Constructor Summary | |
public | RGB(int red, int green, int blue) |
DARK_GRAY | final public static RGB DARK_GRAY(Code) | | |
LIGHT_GRAY | final public static RGB LIGHT_GRAY(Code) | | |
RGB | public RGB(int red, int green, int blue)(Code) | | |
getBlue | public int getBlue()(Code) | | |
getGreen | public int getGreen()(Code) | | |
getRed | public int getRed()(Code) | | |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | Returns a string containing a concise, human-readable
description of the receiver.
a string representation of the RGB |
|
|