Constructor Color(int rgba, boolean hasalpha)
Member of: java.awt.Color
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 chart.addSerie("Pages", "hits", new GradientPaint(0,400, new Color(0x40908070, true), 0,100, new Color(0xC0FF4020, true)));
2 + " -> " + new Color(colors[i].getRGB(), false)
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.