Uses of Class
com.steema.teechart.TextShapeStyle

Packages that use TextShapeStyle
com.steema.teechart   
 

Uses of TextShapeStyle in com.steema.teechart
 

Fields in com.steema.teechart declared as TextShapeStyle
static TextShapeStyle TextShapeStyle.RECTANGLE
          Defines a Rectangular shape.
static TextShapeStyle TextShapeStyle.ROUNDRECTANGLE
          Defines a Rounded Rectangular shape.
 

Methods in com.steema.teechart that return TextShapeStyle
 TextShapeStyle TextShape.getShapeStyle()
          Shape may be rectagular or rounded rectangular in shape.
 

Methods in com.steema.teechart with parameters of type TextShapeStyle
 void TextShape.setShapeStyle(TextShapeStyle value)
          Shape may be rectagular or rounded rectangular in shape.