de.sciss.common
Class BasicGraphicsHandler

java.lang.Object
  extended by de.sciss.common.BasicGraphicsHandler
All Implemented Interfaces:
GraphicsHandler

public class BasicGraphicsHandler
extends java.lang.Object
implements GraphicsHandler


Field Summary
 
Fields inherited from interface de.sciss.app.GraphicsHandler
FONT_BOLDSYSTEM, FONT_LABEL, FONT_MEDIUM, FONT_MINI, FONT_SIZE_MASK, FONT_SMALL, FONT_SYSTEM, FONT_TYPE_MASK, FONT_USER
 
Constructor Summary
BasicGraphicsHandler()
           
 
Method Summary
 java.awt.Font getFont(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGraphicsHandler

public BasicGraphicsHandler()
Method Detail

getFont

public java.awt.Font getFont(int type)
Specified by:
getFont in interface GraphicsHandler