public interface DockRenderingHints
Component
s before painting, this interface is intended to setup application wide
rendering hints, like for example whether to use antialising.Modifier and Type | Field and Description |
---|---|
static PropertyKey<DockRenderingHints> |
RENDERING_HINTS |
Modifier and Type | Method and Description |
---|---|
void |
setupGraphics(Graphics g)
Called before
g is used to paint stuff. |
static final PropertyKey<DockRenderingHints> RENDERING_HINTS
void setupGraphics(Graphics g)
g
is used to paint stuff.g
- the Graphics that will be used for painting