|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.ArrowSpecial
public class ArrowSpecial
Predefined Arrow codes enumeration. Arrows code constants.
Field Summary | |
---|---|
static int |
_SYMBOL_DASH
|
static int |
_SYMBOL_DOWN_RIGHT
|
static int |
_SYMBOL_LEFTPRICE
|
static int |
_SYMBOL_RIGHTPRICE
|
static int |
_SYMBOL_TRIANGLE
|
static int |
_SYMBOL_UP_RIGHT
|
static ArrowSpecial |
SYMBOL_DASH
En Dash symbol |
static ArrowSpecial |
SYMBOL_DOWN_RIGHT
Downwards arrow with tip rightwards |
static ArrowSpecial |
SYMBOL_LEFTPRICE
Left sided price label. |
static ArrowSpecial |
SYMBOL_RIGHTPRICE
Right sided price label. |
static ArrowSpecial |
SYMBOL_TRIANGLE
Left pointing triangle |
static ArrowSpecial |
SYMBOL_UP_RIGHT
Upwards arrow with tip rightwards |
int |
val
|
Method Summary | |
---|---|
static ArrowSpecial |
getArrowSpecial(int val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ArrowSpecial SYMBOL_UP_RIGHT
public static final int _SYMBOL_UP_RIGHT
public static final ArrowSpecial SYMBOL_DOWN_RIGHT
public static final int _SYMBOL_DOWN_RIGHT
public static final ArrowSpecial SYMBOL_TRIANGLE
public static final int _SYMBOL_TRIANGLE
public static final ArrowSpecial SYMBOL_DASH
public static final int _SYMBOL_DASH
public static final ArrowSpecial SYMBOL_LEFTPRICE
public static final int _SYMBOL_LEFTPRICE
public static final ArrowSpecial SYMBOL_RIGHTPRICE
public static final int _SYMBOL_RIGHTPRICE
public int val
Method Detail |
---|
public static ArrowSpecial getArrowSpecial(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |