com.linksoft.chart.gc.awt
Class ChartAwtFont

java.lang.Object
  extended bycom.linksoft.chart.gc.ChartFont
      extended bycom.linksoft.chart.gc.awt.ChartAwtFont

public class ChartAwtFont
extends ChartFont

Copyright (c) 2002-2005 LinkSoft Systems, Inc. All Rights Reserved


Field Summary
 
Fields inherited from class com.linksoft.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
clone, equals, finalize, 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()