| java.lang.Object org.jvnet.substance.painter.highlight.ClassicHighlightPainter
ClassicHighlightPainter | public class ClassicHighlightPainter implements SubstanceHighlightPainter(Code) | | Highlight painter that paints a classic gradient. This class is part of
officially supported API.
author: Kirill Grouchnikov since: version 4.3 |
Method Summary | |
public String | getDisplayName() | public static String | getMemoryUsage() Returns the memory usage string. | protected void | internalPaint(Graphics2D graphics, Component comp, int width, int height, ColorScheme colorScheme1, ColorScheme colorScheme2, float cyclePos, SubstanceBorderPainter borderPainter, float borderAlpha, Set<SubstanceConstants.Side> openSides) | public void | paintHighlight(Graphics2D graphics, Component comp, int width, int height, float borderAlpha, Set<Side> openSides, ColorScheme colorScheme1, ColorScheme colorScheme2, float cyclePos) | public static synchronized void | reset() Resets image maps (used when setting new theme). |
DISPLAY_NAME | final public static String DISPLAY_NAME(Code) | | The display name for the highlight painters of this class.
|
ClassicHighlightPainter | public ClassicHighlightPainter()(Code) | | Creates new classic title painter.
|
getMemoryUsage | public static String getMemoryUsage()(Code) | | Returns the memory usage string.
Memory usage string. |
|
|