Package com.jidesoft.plaf.basic
Interface Painter
-
- All Superinterfaces:
javax.swing.plaf.UIResource
public interface Painter extends javax.swing.plaf.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paint(javax.swing.JComponent c, java.awt.Graphics g, java.awt.Rectangle rect, int orientation, int state)
-