nl.coderight.jazz.painter
Class GradientPainter

java.lang.Object
  extended by nl.coderight.jazz.painter.GradientPainter
All Implemented Interfaces:
Painter

public class GradientPainter
extends Object
implements Painter


Constructor Summary
GradientPainter(GradientPaint gradient)
           
 
Method Summary
 void paint(Graphics2D graphics, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradientPainter

public GradientPainter(GradientPaint gradient)
Method Detail

paint

public void paint(Graphics2D graphics,
                  int width,
                  int height)
Specified by:
paint in interface Painter


Copyright 2010 CodeRight, All rights reserved.