Class MixDelegateFillPainter
- java.lang.Object
-
- org.pushingpixels.substance.extras.api.painterpack.fill.MixDelegateFillPainter
-
- All Implemented Interfaces:
org.pushingpixels.substance.api.painter.fill.SubstanceFillPainter,org.pushingpixels.substance.api.trait.SubstanceTrait
public class MixDelegateFillPainter extends java.lang.Object implements org.pushingpixels.substance.api.painter.fill.SubstanceFillPainterFill painter that wraps any other fill painter to support mixed color schemes (MixColorScheme).
-
-
Constructor Summary
Constructors Constructor Description MixDelegateFillPainter(java.lang.String painterName, org.pushingpixels.substance.api.painter.fill.SubstanceFillPainter delegate)Creates a new wave-overlaying painter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()voidpaintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, boolean isFocused, org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme fillScheme, boolean hasShine)
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayNamein interfaceorg.pushingpixels.substance.api.trait.SubstanceTrait
-
paintContourBackground
public void paintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, boolean isFocused, org.pushingpixels.substance.api.colorscheme.SubstanceColorScheme fillScheme, boolean hasShine)- Specified by:
paintContourBackgroundin interfaceorg.pushingpixels.substance.api.painter.fill.SubstanceFillPainter
-
-