/[classpath]/classpath/java/awt/ColorPaintContext.java
ViewVC logotype

Diff of /classpath/java/awt/ColorPaintContext.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by trebligd, Wed Jul 6 08:15:16 2005 UTC revision 1.6 by tromey, Mon Oct 3 17:21:06 2005 UTC
# Line 63  class ColorPaintContext implements Paint Line 63  class ColorPaintContext implements Paint
63    /**    /**
64     * Create the context for a given color.     * Create the context for a given color.
65     *     *
66     * @param c The solid color to use.     * @param colorRGB The solid color to use.
67     */     */
68    ColorPaintContext(int colorRGB)    ColorPaintContext(int colorRGB)
69    {    {
# Line 74  class ColorPaintContext implements Paint Line 74  class ColorPaintContext implements Paint
74     * Create the context for a given color.     * Create the context for a given color.
75     *     *
76     * @param cm The color model of this context.     * @param cm The color model of this context.
77     * @param c The solid color to use.     * @param colorRGB The solid color to use.
78     */     */
79    ColorPaintContext(ColorModel cm,int colorRGB)    ColorPaintContext(ColorModel cm,int colorRGB)
80    {    {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26