org.wilmascope.dotparser
Interface DotParserConstants

All Known Implementing Classes:
DotParser, DotParserTokenManager

public interface DotParserConstants


Field Summary
static int BB
           
static int CONCENTRATE
           
static int CTLSTRING
           
static int DEC
           
static int DEFAULT
           
static int DIGRAPH
           
static int EOF
           
static int FORMAL_COMMENT
           
static int GRAPH
           
static int HEIGHT
           
static int ID
           
static int IGNOREPARAMETERS
           
static int LABEL
           
static int LAYER
           
static int LAYERS
           
static int MINLEN
           
static int MULTI_LINE_COMMENT
           
static int NODE
           
static int NODEPARAMETERS
           
static int NUM
           
static int POS
           
static int RATIO
           
static int SHAPE
           
static int SINGLE_LINE_COMMENT
           
static java.lang.String[] tokenImage
           
static int WEIGHT
           
static int WIDTH
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

GRAPH

static final int GRAPH
See Also:
Constant Field Values

DIGRAPH

static final int DIGRAPH
See Also:
Constant Field Values

NODE

static final int NODE
See Also:
Constant Field Values

LABEL

static final int LABEL
See Also:
Constant Field Values

POS

static final int POS
See Also:
Constant Field Values

RATIO

static final int RATIO
See Also:
Constant Field Values

SHAPE

static final int SHAPE
See Also:
Constant Field Values

BB

static final int BB
See Also:
Constant Field Values

WIDTH

static final int WIDTH
See Also:
Constant Field Values

WEIGHT

static final int WEIGHT
See Also:
Constant Field Values

HEIGHT

static final int HEIGHT
See Also:
Constant Field Values

CONCENTRATE

static final int CONCENTRATE
See Also:
Constant Field Values

LAYER

static final int LAYER
See Also:
Constant Field Values

LAYERS

static final int LAYERS
See Also:
Constant Field Values

MINLEN

static final int MINLEN
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

CTLSTRING

static final int CTLSTRING
See Also:
Constant Field Values

NUM

static final int NUM
See Also:
Constant Field Values

DEC

static final int DEC
See Also:
Constant Field Values

IGNOREPARAMETERS

static final int IGNOREPARAMETERS
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

NODEPARAMETERS

static final int NODEPARAMETERS
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage