Class ClassicHighlightPainter
java.lang.Object
org.pushingpixels.substance.api.painter.highlight.ClassicHighlightPainter
- All Implemented Interfaces:
SubstanceHighlightPainter
,SubstanceTrait
Highlight painter that paints a classic gradient. This class is part of
officially supported API.
- Since:
- version 4.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The display name for the highlight painters of this class.protected ClassicFillPainter
Single gradient painter instance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name ofthis
trait.void
paintHighlight
(Graphics2D graphics, Component comp, int width, int height, SubstanceColorScheme colorScheme) Paints the highlight.
-
Field Details
-
DISPLAY_NAME
The display name for the highlight painters of this class.- See Also:
-
painter
Single gradient painter instance.
-
-
Constructor Details
-
ClassicHighlightPainter
public ClassicHighlightPainter()Creates new classic title painter.
-
-
Method Details
-
getDisplayName
Description copied from interface:SubstanceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Specified by:
getDisplayName
in interfaceSubstanceTrait
- Returns:
- The display name of
this
trait.
-
paintHighlight
public void paintHighlight(Graphics2D graphics, Component comp, int width, int height, SubstanceColorScheme colorScheme) Description copied from interface:SubstanceHighlightPainter
Paints the highlight.- Specified by:
paintHighlight
in interfaceSubstanceHighlightPainter
- Parameters:
graphics
- Graphics context.comp
- Component.width
- Width.height
- Height.colorScheme
- The color scheme for painting the highlight.
-