net.comrom.chart.gc.awt
Class ChartAwtFont

java.lang.Object
  extended bynet.comrom.chart.gc.ChartFont
      extended bynet.comrom.chart.gc.awt.ChartAwtFont

public class ChartAwtFont
extends ChartFont


Field Summary
 
Fields inherited from class net.comrom.chart.gc.ChartFont
BOLD, BOLD_ITALIC, ITALIC, PLAIN
 
Constructor Summary
ChartAwtFont(java.lang.Object f)
           
ChartAwtFont(java.lang.String name, int style, int size)
           
 
Method Summary
 java.awt.Font getFont()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartAwtFont

public ChartAwtFont(java.lang.Object f)

ChartAwtFont

public ChartAwtFont(java.lang.String name,
                    int style,
                    int size)
Method Detail

getFont

public java.awt.Font getFont()