Package org.gvsig.gui
Class DefaultColorTablePainter
java.lang.Object
org.gvsig.gui.DefaultColorTablePainter
- All Implemented Interfaces:
ColorTablePainter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionColor[]voidpaint(Graphics2D g, boolean isSelected) Method to paint the color table
-
Constructor Details
-
DefaultColorTablePainter
public DefaultColorTablePainter() -
DefaultColorTablePainter
-
-
Method Details
-
getColors
- Specified by:
getColorsin interfaceColorTablePainter
-
getTableName
- Specified by:
getTableNamein interfaceColorTablePainter
-
paint
Description copied from interface:ColorTablePainterMethod to paint the color table- Specified by:
paintin interfaceColorTablePainter- Parameters:
g-isSelected-
-