|
||||||||||
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.styles.MarksLocation
public final class MarksLocation
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
Field Summary | |
---|---|
static MarksLocation |
Center
Lowered Bevel. |
static MarksLocation |
End
Raised bevel. |
static MarksLocation |
Start
No bevel. |
Method Summary | |
---|---|
static MarksLocation |
fromValue(int value)
|
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 |
---|
public static final MarksLocation Start
public static final MarksLocation Center
public static final MarksLocation End
Method Detail |
---|
public static MarksLocation fromValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |