com.jfx
Class ArrowCodes

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

public class ArrowCodes
extends java.lang.Object

Predefined Arrow codes enumeration. Arrows code constants.


Field Summary
static int _SYMBOL_ARROWDOWN
           
static int _SYMBOL_ARROWUP
           
static int _SYMBOL_CHECKSIGN
           
static int _SYMBOL_STOPSIGN
           
static int _SYMBOL_THUMBSDOWN
           
static int _SYMBOL_THUMBSUP
           
static ArrowCodes SYMBOL_ARROWDOWN
          Arrow down symbol.
static ArrowCodes SYMBOL_ARROWUP
          Arrow up symbol.
static ArrowCodes SYMBOL_CHECKSIGN
          Check sign symbol.
static ArrowCodes SYMBOL_STOPSIGN
          Stop sign symbol
static ArrowCodes SYMBOL_THUMBSDOWN
          Thumb down symbol.
static ArrowCodes SYMBOL_THUMBSUP
          Thumb up symbol.
 int val
           
 
Method Summary
static ArrowCodes getArrowCodes(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYMBOL_THUMBSUP

public static final ArrowCodes SYMBOL_THUMBSUP
Thumb up symbol.


_SYMBOL_THUMBSUP

public static final int _SYMBOL_THUMBSUP
See Also:
Constant Field Values

SYMBOL_THUMBSDOWN

public static final ArrowCodes SYMBOL_THUMBSDOWN
Thumb down symbol.


_SYMBOL_THUMBSDOWN

public static final int _SYMBOL_THUMBSDOWN
See Also:
Constant Field Values

SYMBOL_ARROWUP

public static final ArrowCodes SYMBOL_ARROWUP
Arrow up symbol.


_SYMBOL_ARROWUP

public static final int _SYMBOL_ARROWUP
See Also:
Constant Field Values

SYMBOL_ARROWDOWN

public static final ArrowCodes SYMBOL_ARROWDOWN
Arrow down symbol.


_SYMBOL_ARROWDOWN

public static final int _SYMBOL_ARROWDOWN
See Also:
Constant Field Values

SYMBOL_STOPSIGN

public static final ArrowCodes SYMBOL_STOPSIGN
Stop sign symbol


_SYMBOL_STOPSIGN

public static final int _SYMBOL_STOPSIGN
See Also:
Constant Field Values

SYMBOL_CHECKSIGN

public static final ArrowCodes SYMBOL_CHECKSIGN
Check sign symbol.


_SYMBOL_CHECKSIGN

public static final int _SYMBOL_CHECKSIGN
See Also:
Constant Field Values

val

public int val
Method Detail

getArrowCodes

public static ArrowCodes getArrowCodes(int val)


Copyright © 2008-2009 Roman Gerasimenko.