com.steema.teechart
Class TextFormat

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.TextFormat
All Implemented Interfaces:
java.io.Serializable

public final class TextFormat
extends Enum

Title: TextFormat

Description: TeeChart for Java

Copyright (c) 2004-2006 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static TextFormat HTML
          Defines a HTML format.
static TextFormat NORMAL
          Defines a NORMAL format.
 
Method Summary
 
Methods inherited from class com.steema.teechart.misc.Enum
getValue, readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final TextFormat NORMAL
Defines a NORMAL format.


HTML

public static final TextFormat HTML
Defines a HTML format.