org.jvnet.substance.painter.text
Interface SubstanceTextPainter.BackgroundPaintingCallback

All Known Implementing Classes:
SubstanceTextPainter.ImageBackgroundPaintingCallback
Enclosing interface:
SubstanceTextPainter

public static interface SubstanceTextPainter.BackgroundPaintingCallback

Callback for custom background painting.

Author:
Kirill Grouchnikov

Method Summary
 void paintBackground(java.awt.Graphics g)
          Performs custom background painting on the specified surface.
 

Method Detail

paintBackground

void paintBackground(java.awt.Graphics g)
Performs custom background painting on the specified surface.

Parameters:
g - Graphic context.