com.linksoft.chart.gc.swt
Class ChartSwtFont

java.lang.Object
  extended bycom.linksoft.chart.gc.ChartFont
      extended bycom.linksoft.chart.gc.swt.ChartSwtFont

public class ChartSwtFont
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
ChartSwtFont(java.lang.Object f)
           
ChartSwtFont(java.lang.String name, int style, int size)
           
 
Method Summary
protected  org.eclipse.swt.graphics.Font getFont()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartSwtFont

public ChartSwtFont(java.lang.Object f)

ChartSwtFont

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

getFont

protected org.eclipse.swt.graphics.Font getFont()