public interface ActionGlyphPainter
| Modifier and Type | Method and Description | 
|---|---|
void | 
paintGlyph(java.awt.Graphics2D g2,
          float x,
          float y,
          float width,
          float height)
Called to paint a glyph in the rectangle defined by the top left origin (x,y) with the given width and height. 
 | 
void paintGlyph(java.awt.Graphics2D g2,
                float x,
                float y,
                float width,
                float height)
g2 - the graphics context to paint tox - the left of the rectangle originy - the top of the rectangle originwidth - the width of the rectangleheight - the height of the rectangle.