public interface Java2DPainter
Modifier and Type | Field and Description |
---|---|
static short |
AFTER_LENSES
After all glyphs have been painted, and after lens rendering ahve been applied.
|
static short |
AFTER_PORTALS
After glyphs, lenses and portals have been painted.
|
static short |
BACKGROUND
Before any glyph gets painted.
|
static short |
FOREGROUND
After all glyphs have been painted (for all layers).
|
Modifier and Type | Method and Description |
---|---|
void |
paint(Graphics2D g2d,
int viewWidth,
int viewHeight)
Painting instructions, called by the associated view at each repaint.
|
static final short BACKGROUND
static final short FOREGROUND
static final short AFTER_LENSES
static final short AFTER_PORTALS
void paint(Graphics2D g2d, int viewWidth, int viewHeight)
g2d
- the Graphics context on which to paintviewWidth
- the associated View's widthviewHeight
- the associated View's heightCopyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.