All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.util.ColorMap
java.lang.Object
|
+----CH.ifa.draw.util.ColorMap
- public class ColorMap
- extends Object
A map that is filled with some standard colors. The colors
can be looked up by name or index.
-
ColorMap()
-
-
color(int)
-
-
color(String)
-
-
colorIndex(Color)
-
-
isTransparent(Color)
-
-
name(int)
-
-
size()
-
ColorMap
public ColorMap()
size
public static int size()
color
public static Color color(int index)
color
public static Color color(String name)
name
public static String name(int index)
colorIndex
public static int colorIndex(Color color)
isTransparent
public static boolean isTransparent(Color color)
All Packages Class Hierarchy This Package Previous Next Index