org.jvnet.substance.painter.decoration
Interface SubstanceDecorationPainter
- All Superinterfaces:
- SubstanceTrait
- All Known Implementing Classes:
- ArcDecorationPainter, BrushedMetalDecorationPainter, ClassicDecorationPainter, FlatDecorationPainter, Glass3DDecorationPainter, ImageWrapperDecorationPainter, MarbleNoiseDecorationPainter, MatteDecorationPainter
public interface SubstanceDecorationPainter
- extends SubstanceTrait
Decoration painter interface for Substance look and feel. This class
is part of officially supported API.
- Since:
- version 4.3
- Author:
- Kirill Grouchnikov
paintDecorationArea
void paintDecorationArea(java.awt.Graphics2D graphics,
java.awt.Component comp,
DecorationAreaType decorationAreaType,
int width,
int height,
SubstanceTheme theme)
- Paints the decoration area.
- Parameters:
graphics - Graphics context.comp - Component.decorationAreaType - Decoration area type. Must not be null.width - Width.height - Height.theme - Theme for painting the decoration area.