Interface org.jfouffa.jslider.gui.CSSColors
- public interface CSSColors
This class contains the CSS colors definition. Those 16 colors are :
- black
- silver
- gray
- white
- maroon
- red
- purple
- fuchsia
- green
- lime
- olive
- yellow
- navy
- blue
- teal
- aqua
Variable index
-
colors
- The color array of all CSS basic colors.
-
string
- The string array of all CSS basic colors.
Variables
colors
public static final Color colors[]
- The color array of all CSS basic colors.
string
public static final String string[]
- The string array of all CSS basic colors.