nl.coderight.jazz
Interface Painter

All Known Implementing Classes:
GradientPainter, ImagePainter

public interface Painter

Interface for painting delegates.

See Also:
GradientPainter, ImagePainter, View.setPainter(Painter), GroupControl.setPainter(Painter)

Method Summary
 void paint(Graphics2D graphics, int width, int height)
           
 

Method Detail

paint

void paint(Graphics2D graphics,
           int width,
           int height)


Copyright 2010 CodeRight, All rights reserved.