public interface SubstanceHighlightPainter extends SubstanceTrait
Modifier and Type | Method and Description |
---|---|
void |
paintHighlight(java.awt.Graphics2D graphics,
java.awt.Component comp,
int width,
int height,
SubstanceColorScheme colorScheme)
Paints the highlight.
|
getDisplayName
void paintHighlight(java.awt.Graphics2D graphics, java.awt.Component comp, int width, int height, SubstanceColorScheme colorScheme)
graphics
- Graphics context.comp
- Component.width
- Width.height
- Height.colorScheme
- The color scheme for painting the highlight.