com.linksoft.chart.gc
Class ChartFont

java.lang.Object
  extended bycom.linksoft.chart.gc.ChartFont
Direct Known Subclasses:
ChartAwtFont, ChartSwtFont

public abstract class ChartFont
extends java.lang.Object

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


Field Summary
static int BOLD
           
static int BOLD_ITALIC
           
static int ITALIC
           
static int PLAIN
           
 
Constructor Summary
ChartFont()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLAIN

public static int PLAIN

BOLD

public static int BOLD

ITALIC

public static int ITALIC

BOLD_ITALIC

public static int BOLD_ITALIC
Constructor Detail

ChartFont

public ChartFont()