Package com.actelion.research.gui.hidpi
Class ColorUtils
- java.lang.Object
-
- com.actelion.research.gui.hidpi.ColorUtils
-
public class ColorUtils extends java.lang.Object
Defines a color with some utility methods.- Author:
- robert.ladstaetter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BLACK
-
Constructor Summary
Constructors Constructor Description ColorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
colorToString(java.awt.Color col)
static java.awt.Color
createColor(java.awt.Color color, int alpha)
static java.awt.Color
stringToColor(java.lang.String str)
-
-
-
Field Detail
-
BLACK
public static final java.lang.String BLACK
- See Also:
- Constant Field Values
-
-