Uses of Class
net.comrom.chart.gc.ChartFont

Packages that use ChartFont
net.comrom.chart   
net.comrom.chart.gc   
net.comrom.chart.gc.awt   
net.comrom.chart.gc.swt   
 

Uses of ChartFont in net.comrom.chart
 

Fields in net.comrom.chart declared as ChartFont
 ChartFont Title.font
          Font used for title
 ChartFont RadarPlotter.factorFont
          font used to paint the factors
 ChartFont RadarPlotter.gridFont
          grid's font
 ChartFont PieDataSerie.valueFont
           
 ChartFont LineDataSerie.valueFont
           
 ChartFont Legend.font
           
 ChartFont BarDataSerie.valueFont
           
 ChartFont AxisLabel.font
           
 ChartFont Axis.DescFont
          Font of the text used to display the labels.
 

Constructors in net.comrom.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 net.comrom.chart.gc
 

Methods in net.comrom.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 net.comrom.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 net.comrom.chart.gc.awt
 

Subclasses of ChartFont in net.comrom.chart.gc.awt
 class ChartAwtFont
           
 

Methods in net.comrom.chart.gc.awt that return ChartFont
 ChartFont ChartAwtGraphics.getFont()
           
 ChartFont ChartAwt1Graphics.getFont()
           
 

Methods in net.comrom.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 net.comrom.chart.gc.swt
 

Subclasses of ChartFont in net.comrom.chart.gc.swt
 class ChartSwtFont
           
 

Methods in net.comrom.chart.gc.swt that return ChartFont
 ChartFont ChartSwtGraphics.getFont()
           
 

Methods in net.comrom.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)