org.deegree.commons.utils
Class ColorUtils

java.lang.Object
  extended by org.deegree.commons.utils.ColorUtils

public class ColorUtils
extends Object

ColorUtils

Version:
$Revision: 23483 $, $Date: 2010-04-08 17:25:35 +0200 (Thu, 08 Apr 2010) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Constructor Summary
ColorUtils()
           
 
Method Summary
static Color decodeWithAlpha(String s)
          Decodes color strings like ff0022, ff00ff00, #ccff4321.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorUtils

public ColorUtils()
Method Detail

decodeWithAlpha

public static final Color decodeWithAlpha(String s)
Decodes color strings like ff0022, ff00ff00, #ccff4321.

Parameters:
s -
Returns:
a new color object with alpha decoded properly


Copyright © 2011. All Rights Reserved.