com.steema.teechart.drawing
Class GradientDirection

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.drawing.GradientDirection

public final class GradientDirection
extends Enum

Title: GradientDirection class

Description: Describes the possible values of Gradient Direction.

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

Company: Steema Software SL


Field Summary
static GradientDirection BACKDIAGONAL
           
static GradientDirection FORWARDDIAGONAL
           
static GradientDirection HORIZONTAL
           
static GradientDirection RADIAL
           
static GradientDirection VERTICAL
           
 
Method Summary
static int size()
           
 
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

VERTICAL

public static final GradientDirection VERTICAL

HORIZONTAL

public static final GradientDirection HORIZONTAL

FORWARDDIAGONAL

public static final GradientDirection FORWARDDIAGONAL

BACKDIAGONAL

public static final GradientDirection BACKDIAGONAL

RADIAL

public static final GradientDirection RADIAL
Method Detail

size

public static int size()