com.java4less.rchart.gc
Class ChartFont

java.lang.Object
  |
  +--com.java4less.rchart.gc.ChartFont

public abstract class ChartFont
extends java.lang.Object

Wrapper for the AWT or SWT Font class. Use GraphicsProvider.getFont() to create an instance of this class.
 This class allows rchart to work independtly from AWT and SWT.
 


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
equals, 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()