bibliothek.gui.dock.util.render
Interface DockRenderingHints

All Known Implementing Classes:
DefaultDockRenderingHints

public interface DockRenderingHints

Called by some Components before painting, this interface is intended to setup application wide rendering hints, like for example whether to use antialising.

Author:
Benjamin Sigg

Field Summary
static PropertyKey<DockRenderingHints> RENDERING_HINTS
           
 
Method Summary
 void setupGraphics(Graphics g)
          Called before g is used to paint stuff.
 

Field Detail

RENDERING_HINTS

static final PropertyKey<DockRenderingHints> RENDERING_HINTS
Method Detail

setupGraphics

void setupGraphics(Graphics g)
Called before g is used to paint stuff.

Parameters:
g - the Graphics that will be used for painting