com.steema.teechart.drawing
Class GradientDirection
java.lang.Object
com.steema.teechart.misc.Enum
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
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 |
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
size
public static int size()