org.jfree.layouting.util

Class ColorUtil

public class ColorUtil extends Object

Creation-Date: 16.04.2006, 15:23:58

Author: Thomas Morgner

Method Summary
static float[]hslToRGB(int h, float s, float l)
static CSSValueparseColor(String colorSpec)
static CSSValueparseIdentColor(String name)

Method Detail

hslToRGB

public static float[] hslToRGB(int h, float s, float l)

parseColor

public static CSSValue parseColor(String colorSpec)

parseIdentColor

public static CSSValue parseIdentColor(String name)