com.jfx
Class ArrowSpecial

java.lang.Object
  extended by com.jfx.ArrowSpecial

public class ArrowSpecial
extends java.lang.Object

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

SYMBOL_UP_RIGHT

public static final ArrowSpecial SYMBOL_UP_RIGHT
Upwards arrow with tip rightwards


_SYMBOL_UP_RIGHT

public static final int _SYMBOL_UP_RIGHT
See Also:
Constant Field Values

SYMBOL_DOWN_RIGHT

public static final ArrowSpecial SYMBOL_DOWN_RIGHT
Downwards arrow with tip rightwards


_SYMBOL_DOWN_RIGHT

public static final int _SYMBOL_DOWN_RIGHT
See Also:
Constant Field Values

SYMBOL_TRIANGLE

public static final ArrowSpecial SYMBOL_TRIANGLE
Left pointing triangle


_SYMBOL_TRIANGLE

public static final int _SYMBOL_TRIANGLE
See Also:
Constant Field Values

SYMBOL_DASH

public static final ArrowSpecial SYMBOL_DASH
En Dash symbol


_SYMBOL_DASH

public static final int _SYMBOL_DASH
See Also:
Constant Field Values

SYMBOL_LEFTPRICE

public static final ArrowSpecial SYMBOL_LEFTPRICE
Left sided price label.


_SYMBOL_LEFTPRICE

public static final int _SYMBOL_LEFTPRICE
See Also:
Constant Field Values

SYMBOL_RIGHTPRICE

public static final ArrowSpecial SYMBOL_RIGHTPRICE
Right sided price label.


_SYMBOL_RIGHTPRICE

public static final int _SYMBOL_RIGHTPRICE
See Also:
Constant Field Values

val

public int val
Method Detail

getArrowSpecial

public static ArrowSpecial getArrowSpecial(int val)


Copyright © 2008-2009 Roman Gerasimenko.