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