Uses of Class
com.linksoft.chart.gc.ChartFont

Packages that use ChartFont
com.linksoft.chart   
com.linksoft.chart.gc   
com.linksoft.chart.gc.awt   
com.linksoft.chart.gc.swt   
 

Uses of ChartFont in com.linksoft.chart
 

Fields in com.linksoft.chart declared as ChartFont
 ChartFont Title.font
           
 ChartFont RadarPlotter.factorFont
           
 ChartFont RadarPlotter.gridFont
           
 ChartFont PieDataSerie.valueFont
           
 ChartFont LineDataSerie.valueFont
           
 ChartFont Legend.font
           
 ChartFont BarDataSerie.valueFont
           
 ChartFont AxisLabel.font
           
 ChartFont Axis.DescFont
           
 

Methods in com.linksoft.chart that return ChartFont
protected static ChartFont ChartLoader.convertFont(java.lang.String f)
           
 

Constructors in com.linksoft.chart with parameters of type ChartFont
VAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
HAxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
AxisLabel(java.lang.String t, ChartColor c, ChartFont f)
           
 

Uses of ChartFont in com.linksoft.chart.gc
 

Methods in com.linksoft.chart.gc that return ChartFont
static ChartFont GraphicsProvider.getFont(java.lang.String c, int style, int size)
           
static ChartFont GraphicsProvider.getFontFromObject(java.lang.Object o)
           
 ChartFont ChartGraphics.getFont()
           
 

Methods in com.linksoft.chart.gc with parameters of type ChartFont
 void ChartGraphics.setFont(ChartFont chartfont)
           
 int ChartGraphics.getFontHeight(ChartFont font)
           
 int ChartGraphics.getFontWidth(ChartFont font, java.lang.String s)
           
 boolean ChartGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int i, int j, int k, boolean flag)
           
 

Uses of ChartFont in com.linksoft.chart.gc.awt
 

Subclasses of ChartFont in com.linksoft.chart.gc.awt
 class ChartAwtFont
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 

Methods in com.linksoft.chart.gc.awt that return ChartFont
 ChartFont ChartAwtGraphics.getFont()
           
 ChartFont ChartAwt1Graphics.getFont()
           
 

Methods in com.linksoft.chart.gc.awt with parameters of type ChartFont
 void ChartAwtGraphics.setFont(ChartFont font)
           
 int ChartAwtGraphics.getFontHeight(ChartFont font)
           
 int ChartAwtGraphics.getFontWidth(ChartFont font, java.lang.String s)
           
 boolean ChartAwtGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)
           
 void ChartAwt1Graphics.setFont(ChartFont font)
           
 int ChartAwt1Graphics.getFontHeight(ChartFont font)
           
 int ChartAwt1Graphics.getFontWidth(ChartFont font, java.lang.String s)
           
 boolean ChartAwt1Graphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)
           
 

Uses of ChartFont in com.linksoft.chart.gc.swt
 

Subclasses of ChartFont in com.linksoft.chart.gc.swt
 class ChartSwtFont
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 

Methods in com.linksoft.chart.gc.swt that return ChartFont
 ChartFont ChartSwtGraphics.getFont()
           
 

Methods in com.linksoft.chart.gc.swt with parameters of type ChartFont
 void ChartSwtGraphics.setFont(ChartFont font)
           
 int ChartSwtGraphics.getFontHeight(ChartFont font)
           
 int ChartSwtGraphics.getFontWidth(ChartFont font, java.lang.String s)
           
 boolean ChartSwtGraphics.drawRotatedText(ChartFont descFont, ChartColor descColor, java.lang.String txt, int angle, int x, int y, boolean b)