com.steema.teechart.tools
Class DrawLineHandle

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

public final class DrawLineHandle
extends Enum

Title: DrawLineHandle class

Description: Placement of Line handles for

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static DrawLineHandle END
           
static DrawLineHandle NONE
           
static DrawLineHandle SERIES
           
static DrawLineHandle START
           
 
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

NONE

public static final DrawLineHandle NONE

START

public static final DrawLineHandle START

END

public static final DrawLineHandle END

SERIES

public static final DrawLineHandle SERIES