|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.BevelStyle
public final class BevelStyle
Title: BevelStyle class
Description: Defines the styles of the bevels (frames) around rectangles.
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| 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 |
|---|
public static final BevelStyle NONE
public static final BevelStyle LOWERED
public static final BevelStyle RAISED
| Method Detail |
|---|
public static BevelStyle fromValue(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||