org.formaria.swing.table
Class SortingBadgePainter
java.lang.Object
org.formaria.swing.table.SortingBadgePainter
- All Implemented Interfaces:
- TableBadgePainter
public class SortingBadgePainter
- extends java.lang.Object
- implements TableBadgePainter
A painter for the sorting badge of a table.
Copyright (c) Formaria Ltd., 2001-2008, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Formaria.
|
Method Summary |
void |
paint(java.awt.Graphics2D g,
javax.swing.JTable table,
TableHeaderRenderer renderer,
int column,
int width,
int height)
Paint the header badge |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortingBadgePainter
public SortingBadgePainter()
paint
public void paint(java.awt.Graphics2D g,
javax.swing.JTable table,
TableHeaderRenderer renderer,
int column,
int width,
int height)
- Description copied from interface:
TableBadgePainter
- Paint the header badge
- Specified by:
paint in interface TableBadgePainter