com.java4less.rchart.gc
Class ChartFont

java.lang.Object
  extended by com.java4less.rchart.gc.ChartFont
Direct Known Subclasses:
ChartAndroidFont

public abstract class ChartFont
extends java.lang.Object

Wrapper for the Font class. Use GraphicsProvider.getFont() to create an instance of this class.
 


Field Summary
static int BOLD
           
static int BOLD_ITALIC
           
static int ITALIC
           
static int PLAIN
           
 
Constructor Summary
ChartFont()
           
 
Method Summary
 
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()