/[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.2.2.2 by gnu_andrew, Tue Aug 2 20:12:14 2005 UTC revision 1.2.2.3 by gnu_andrew, Wed Nov 2 00:43:30 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.2.2.2  
changed lines
  Added in v.1.2.2.3

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