com.steema.teechart
Class TextShapeStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.TextShapeStyle

public final class TextShapeStyle
extends Enum

Title: TextShapeStyle class

Description: Defines the style of text-containing shapes.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
static TextShapeStyle RECTANGLE
          Defines a Rectangular shape.
static TextShapeStyle ROUNDRECTANGLE
          Defines a Rounded Rectangular shape.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECTANGLE

public static final TextShapeStyle RECTANGLE
Defines a Rectangular shape.


ROUNDRECTANGLE

public static final TextShapeStyle ROUNDRECTANGLE
Defines a Rounded Rectangular shape.