JIDE 3.5.15

com.jidesoft.plaf.basic
Interface Painter

All Superinterfaces:
UIResource

public interface Painter
extends UIResource

An interface which can be used to paint any area. The main usage of this interface is to allow user to customize certain UI elements by adding it to UIManager.


Method Summary
 void paint(JComponent c, Graphics g, Rectangle rect, int orientation, int state)
           
 

Method Detail

paint

void paint(JComponent c,
           Graphics g,
           Rectangle rect,
           int orientation,
           int state)

JIDE 3.5.15