|
||||||||||
| 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.ContourConstruction
public final class ContourConstruction
| Field Summary | |
|---|---|
static ContourConstruction |
FAST
Level is not segmented (fast) |
static ContourConstruction |
SEGMENTS
Each level is segmented (slow) |
| Method Summary | |
|---|---|
static ContourConstruction |
fromInt(int value)
|
static int |
size()
|
| 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 ContourConstruction FAST
public static final ContourConstruction SEGMENTS
| Method Detail |
|---|
public static int size()
public static ContourConstruction fromInt(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||