public interface DockRenderingHints
Components before painting, this interface is intended to setup application wide
rendering hints, like for example whether to use anti-aliasing.| 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 paintingCopyright © 2017 Docking Frames. All rights reserved.