Uses of Class
com.steema.teechart.TextShape

Packages that use TextShape
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.axis   
com.steema.teechart.editors   
com.steema.teechart.legend   
com.steema.teechart.styles   
 

Uses of TextShape in com.steema.teechart
 

Subclasses of TextShape in com.steema.teechart
 class Footer
          Title: Footer class
 class Header
          Title: Header class
 class TextShapePosition
          Title: TextShapePosition class
 class Title
          Title: Title class
 

Methods in com.steema.teechart with parameters of type TextShape
 void TextShape.assign(TextShape s)
          Assign all properties from a TextShape to another.
 

Uses of TextShape in com.steema.teechart.axis
 

Subclasses of TextShape in com.steema.teechart.axis
 class AxisLabelItem
          Custom label
 class AxisLabels
          Axis Label characteristic
 class AxisTitle
          Title: AxisTitle class
 

Methods in com.steema.teechart.axis with parameters of type TextShape
 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.
 void Axis.drawAxisLabel(int x, int y, int angle, java.lang.String st, TextShape labelItem)
          Draws Axis Label (String) at specified X,Y co-ordinate at Angle.
 

Uses of TextShape in com.steema.teechart.editors
 

Methods in com.steema.teechart.editors with parameters of type TextShape
static javax.swing.JDialog DialogFactory.getEditDialog(javax.swing.JFrame owner, TextShape shape)
           
static javax.swing.JDialog DialogFactory.getEditDialog(TextShape shape)
           
 void ShapeEditor.refreshControls(TextShape shape)
           
 void ShapeEditor.setShape(TextShape shape)
           
static void ShapeEditor.showModal(TextShape shape)
           
 

Constructors in com.steema.teechart.editors with parameters of type TextShape
ShapeEditor(javax.swing.JTabbedPane pane, TextShape shape)
           
ShapeEditor(TextShape shape)
           
 

Uses of TextShape in com.steema.teechart.legend
 

Subclasses of TextShape in com.steema.teechart.legend
 class Legend
          Title: Legend class
 class LegendTitle
          Title: LegendTitle class
 

Uses of TextShape in com.steema.teechart.styles
 

Subclasses of TextShape in com.steema.teechart.styles
 class Calendar.CalendarCell
          Title: CalendarCell class
 class Calendar.CalendarCellUpper
          Title: CalendarCellUpper class
 class MarksItem
          Title: MarksItem class
 class SeriesMarks
          Title: SeriesMarks
 

Fields in com.steema.teechart.styles declared as TextShape
protected  TextShape MarksItems.iMarks
           
 

Methods in com.steema.teechart.styles that return TextShape
 TextShape Shape.getFormat()
           
protected  TextShape SeriesMarks.markItem(int valueIndex)
           
 

Methods in com.steema.teechart.styles with parameters of type TextShape
protected  void Series.CalculateMarkPosition(TextShape shape, java.lang.String aText, int xPos, int yPos, SeriesMarksPosition position)