com.steema.teechart
Class BevelStyle

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

public final class BevelStyle
extends Enum

Title: BevelStyle class

Description: Defines the styles of the bevels (frames) around rectangles.

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static BevelStyle LOWERED
          Lowered Bevel.
static BevelStyle NONE
          No bevel.
static BevelStyle RAISED
          Raised bevel.
 
Method Summary
static BevelStyle fromValue(int value)
           
 
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 BevelStyle NONE
No bevel.


LOWERED

public static final BevelStyle LOWERED
Lowered Bevel.


RAISED

public static final BevelStyle RAISED
Raised bevel.

Method Detail

fromValue

public static BevelStyle fromValue(int value)