com.steema.teechart.styles
Class ContourConstruction

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

public final class ContourConstruction
extends Enum

Author:
Steema Software
See Also:
Serialized Form

Field Summary
static ContourConstruction FAST
          Level is not segmented (fast)
static ContourConstruction SEGMENTS
          Each level is segmented (slow)
 
Method Summary
static ContourConstruction fromInt(int value)
           
static int size()
           
 
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

FAST

public static final ContourConstruction FAST
Level is not segmented (fast)


SEGMENTS

public static final ContourConstruction SEGMENTS
Each level is segmented (slow)

Method Detail

size

public static int size()

fromInt

public static ContourConstruction fromInt(int value)