Uses of Class
com.steema.teechart.drawing.ChartFont

Packages that use ChartFont
com.steema.teechart   
com.steema.teechart.axis   
com.steema.teechart.blackberry   
com.steema.teechart.drawing   
com.steema.teechart.exports   
com.steema.teechart.misc   
com.steema.teechart.styles   
 

Uses of ChartFont in com.steema.teechart
 

Methods in com.steema.teechart that return ChartFont
 ChartFont TextShape.getFont()
          Determines the font attributes used to output ShapeSeries.
protected  ChartFont ToolTip.prepareFont(ChartFont f)
           
 

Methods in com.steema.teechart with parameters of type ChartFont
 void IBaseChart.doChangedFont(ChartFont value)
           
 void Chart.doChangedFont(ChartFont value)
          Internal use.
protected  ChartFont ToolTip.prepareFont(ChartFont f)
           
 

Uses of ChartFont in com.steema.teechart.axis
 

Methods in com.steema.teechart.axis with parameters of type ChartFont
 void Axis.drawAxisLabel(ChartFont f, int x, int y, int angle, java.lang.String st, TextShape format)
          Draws Axis Label (String) in font f at specified X,Y co-ordinate at Angle.
 

Uses of ChartFont in com.steema.teechart.blackberry
 

Methods in com.steema.teechart.blackberry with parameters of type ChartFont
 void Graphics3DBlackBerry.measureString(Dimension size, ChartFont f, java.lang.String text)
           
 

Uses of ChartFont in com.steema.teechart.drawing
 

Fields in com.steema.teechart.drawing declared as ChartFont
protected  ChartFont Graphics3D.font
           
 

Methods in com.steema.teechart.drawing that return ChartFont
 ChartFont IGraphics3D.getFont()
           
 ChartFont Graphics3D.getFont()
          Determines the Font for outputted text when using the Drawing Canvas.
 

Methods in com.steema.teechart.drawing with parameters of type ChartFont
 void ChartFont.assign(ChartFont f)
           
 int IGraphics3D.fontTextHeight(ChartFont font)
           
 int Graphics3D.fontTextHeight(ChartFont f)
          Determines the Font Height to be used for outputted text when using the Drawing.
 void IGraphics3D.measureString(Dimension size, ChartFont font, java.lang.String text)
           
 void Graphics3DVectorial.measureString(Dimension dimension, ChartFont f, java.lang.String text)
           
abstract  void Graphics3D.measureString(Dimension size, ChartFont f, java.lang.String text)
           
 void IGraphics3D.setFont(ChartFont value)
           
 void Graphics3D.setFont(ChartFont value)
          Determines the Font for outputted text when using the Drawing Canvas.
 int IGraphics3D.textHeight(ChartFont font, java.lang.String text)
           
 int Graphics3D.textHeight(ChartFont f, java.lang.String text)
          Returns the vertical text size in pixels of ChartFont f.
 int IGraphics3D.textWidth(ChartFont font, java.lang.String text)
           
 int Graphics3D.textWidth(ChartFont f, java.lang.String text)
          Returns the horizontal text size in pixels of ChartFont f.
 

Uses of ChartFont in com.steema.teechart.exports
 

Methods in com.steema.teechart.exports with parameters of type ChartFont
 int PDFFonts.add(ChartFont font)
          Add new font to the list
 int PDFFonts.findFont(ChartFont font)
          Select the font in font list.
 

Constructors in com.steema.teechart.exports with parameters of type ChartFont
PDFFontEnumerator(PDFFonts fonts, ChartFont f)
           
 

Uses of ChartFont in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc with parameters of type ChartFont
static void ImageUtils.measureImageString(Dimension dimension, IBaseChart chart, ChartFont f, java.lang.String text)
           
 

Uses of ChartFont in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return ChartFont
 ChartFont CustomPolar.getCircleLabelsFont()
          The Font characteristics for the labels of a circular TeeChart.
 ChartFont Smith.getCLabelsFont()
          xCircle labels font.
 ChartFont Shape.getFont()
          Determines the font attributes used to output ShapeSeries.
 ChartFont CustomPolar.getFont()
          The label font characteristics.
 ChartFont Smith.getRLabelsFont()
          rCircle labels font.