com.steema.teechart.tools
Class NearestPointDirection

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.NearestPointDirection

public class NearestPointDirection
extends Enum

Title: NearestPointDirection

Description: Describes the possible values of the NeareastPoint.Direction method.

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

Company: Steema Software

See Also:
com.steema.teechart.tools.NeareastPoint#getDirection

Field Summary
static NearestPointDirection BOTH
          Nearest point both horizontally and vertically.
static NearestPointDirection HORIZONTAL
          Nearest horizontal point.
static NearestPointDirection VERTICAL
          Nearest vertical point.
 
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

HORIZONTAL

public static final NearestPointDirection HORIZONTAL
Nearest horizontal point.


VERTICAL

public static final NearestPointDirection VERTICAL
Nearest vertical point.


BOTH

public static final NearestPointDirection BOTH
Nearest point both horizontally and vertically.