bibliothek.gui.dock.util.render
Class DefaultDockRenderingHints

java.lang.Object
  extended by bibliothek.gui.dock.util.render.DefaultDockRenderingHints
All Implemented Interfaces:
DockRenderingHints

public class DefaultDockRenderingHints
extends Object
implements DockRenderingHints

Default set of rendering hints, will read the property "awt.font.desktophints" and set them on the Graphics.

Author:
Benjamin Sigg

Field Summary
 
Fields inherited from interface bibliothek.gui.dock.util.render.DockRenderingHints
RENDERING_HINTS
 
Constructor Summary
DefaultDockRenderingHints()
           
 
Method Summary
 void setupGraphics(Graphics g)
          Called before g is used to paint stuff.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDockRenderingHints

public DefaultDockRenderingHints()
Method Detail

setupGraphics

public void setupGraphics(Graphics g)
Description copied from interface: DockRenderingHints
Called before g is used to paint stuff.

Specified by:
setupGraphics in interface DockRenderingHints
Parameters:
g - the Graphics that will be used for painting