|
||||||||||
| 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.ArrowHeadStyle
public final class ArrowHeadStyle
Title: ArrowHeadStyle class
Description:
Copyright (c) 2005-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary | |
|---|---|
static ArrowHeadStyle |
LINE
Display an arrow head made with two lines. |
static ArrowHeadStyle |
NONE
Do not display an arrow head. |
static ArrowHeadStyle |
SOLID
Display a filled arrow head. |
| Method Summary | |
|---|---|
static ArrowHeadStyle |
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 ArrowHeadStyle NONE
public static final ArrowHeadStyle LINE
public static final ArrowHeadStyle SOLID
| Method Detail |
|---|
public static ArrowHeadStyle fromValue(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||