Class sym
java.lang.Object
org.graffiti.plugins.ios.importers.gml.sym
public class sym extends Object
CUP generated class containing symbol constants.
-
Field Summary
Fields Modifier and Type Field Description static int
BOOLEAN
static int
CBRACE
static int
COMMENT
static int
CREATOR
static int
DIRECTED
static int
EDGE
static int
EDGE_STYLE
static int
EOF
static int
error
static int
GRAPH
static int
GRAPHICS
static int
GRAPHICS_ANCHOR
static int
GRAPHICS_ARROW
static int
GRAPHICS_ARROW_HEAD
static int
GRAPHICS_ARROW_TAIL
static int
GRAPHICS_BACKGROUND
static int
GRAPHICS_BITMAP
static int
GRAPHICS_CAPSTYLE
static int
GRAPHICS_D
static int
GRAPHICS_EXTENT
static int
GRAPHICS_FILL
static int
GRAPHICS_FONT
static int
GRAPHICS_FOREGROUND
static int
GRAPHICS_H
static int
GRAPHICS_IMAGE
static int
GRAPHICS_JOINSTYLE
static int
GRAPHICS_JUSTIFY
static int
GRAPHICS_LINE
static int
GRAPHICS_OUTLINE
static int
GRAPHICS_POINT
static int
GRAPHICS_SMOOTH
static int
GRAPHICS_SPLINESTEPS
static int
GRAPHICS_START
static int
GRAPHICS_STIPPLE
static int
GRAPHICS_STYLE
static int
GRAPHICS_TYPE
static int
GRAPHICS_VISIBLE
static int
GRAPHICS_W
static int
GRAPHICS_WIDTH
static int
GRAPHICS_X
static int
GRAPHICS_Y
static int
GRAPHICS_Z
static int
ID
static int
INTEGER
static int
KEY
static int
LABEL
static int
NAME
static int
NODE
static int
NODE_STYLE
static int
POINT_X
static int
POINT_Y
static int
POINT_Z
static int
REAL
static int
SBRACE
static int
SOURCE
static int
STRING
static int
TARGET
static int
VERSION
-
Constructor Summary
Constructors Constructor Description sym()
-
Method Summary
-
Field Details
-
SOURCE
public static final int SOURCE- See Also:
- Constant Field Values
-
CBRACE
public static final int CBRACE- See Also:
- Constant Field Values
-
GRAPHICS_ARROW_HEAD
public static final int GRAPHICS_ARROW_HEAD- See Also:
- Constant Field Values
-
GRAPHICS_Z
public static final int GRAPHICS_Z- See Also:
- Constant Field Values
-
GRAPHICS_Y
public static final int GRAPHICS_Y- See Also:
- Constant Field Values
-
GRAPHICS_X
public static final int GRAPHICS_X- See Also:
- Constant Field Values
-
GRAPHICS_W
public static final int GRAPHICS_W- See Also:
- Constant Field Values
-
COMMENT
public static final int COMMENT- See Also:
- Constant Field Values
-
INTEGER
public static final int INTEGER- See Also:
- Constant Field Values
-
GRAPHICS_VISIBLE
public static final int GRAPHICS_VISIBLE- See Also:
- Constant Field Values
-
GRAPHICS_CAPSTYLE
public static final int GRAPHICS_CAPSTYLE- See Also:
- Constant Field Values
-
GRAPHICS_H
public static final int GRAPHICS_H- See Also:
- Constant Field Values
-
NODE_STYLE
public static final int NODE_STYLE- See Also:
- Constant Field Values
-
GRAPHICS_D
public static final int GRAPHICS_D- See Also:
- Constant Field Values
-
SBRACE
public static final int SBRACE- See Also:
- Constant Field Values
-
GRAPHICS_START
public static final int GRAPHICS_START- See Also:
- Constant Field Values
-
POINT_Z
public static final int POINT_Z- See Also:
- Constant Field Values
-
POINT_Y
public static final int POINT_Y- See Also:
- Constant Field Values
-
POINT_X
public static final int POINT_X- See Also:
- Constant Field Values
-
GRAPHICS_BITMAP
public static final int GRAPHICS_BITMAP- See Also:
- Constant Field Values
-
VERSION
public static final int VERSION- See Also:
- Constant Field Values
-
GRAPHICS_ARROW
public static final int GRAPHICS_ARROW- See Also:
- Constant Field Values
-
GRAPHICS_EXTENT
public static final int GRAPHICS_EXTENT- See Also:
- Constant Field Values
-
ID
public static final int ID- See Also:
- Constant Field Values
-
GRAPHICS_POINT
public static final int GRAPHICS_POINT- See Also:
- Constant Field Values
-
DIRECTED
public static final int DIRECTED- See Also:
- Constant Field Values
-
GRAPHICS_ANCHOR
public static final int GRAPHICS_ANCHOR- See Also:
- Constant Field Values
-
EOF
public static final int EOF- See Also:
- Constant Field Values
-
BOOLEAN
public static final int BOOLEAN- See Also:
- Constant Field Values
-
error
public static final int error- See Also:
- Constant Field Values
-
GRAPHICS_SPLINESTEPS
public static final int GRAPHICS_SPLINESTEPS- See Also:
- Constant Field Values
-
EDGE
public static final int EDGE- See Also:
- Constant Field Values
-
GRAPHICS_FONT
public static final int GRAPHICS_FONT- See Also:
- Constant Field Values
-
TARGET
public static final int TARGET- See Also:
- Constant Field Values
-
GRAPHICS_SMOOTH
public static final int GRAPHICS_SMOOTH- See Also:
- Constant Field Values
-
NAME
public static final int NAME- See Also:
- Constant Field Values
-
REAL
public static final int REAL- See Also:
- Constant Field Values
-
GRAPHICS_TYPE
public static final int GRAPHICS_TYPE- See Also:
- Constant Field Values
-
GRAPHICS_STYLE
public static final int GRAPHICS_STYLE- See Also:
- Constant Field Values
-
GRAPHICS_ARROW_TAIL
public static final int GRAPHICS_ARROW_TAIL- See Also:
- Constant Field Values
-
GRAPHICS
public static final int GRAPHICS- See Also:
- Constant Field Values
-
GRAPHICS_JUSTIFY
public static final int GRAPHICS_JUSTIFY- See Also:
- Constant Field Values
-
GRAPHICS_FOREGROUND
public static final int GRAPHICS_FOREGROUND- See Also:
- Constant Field Values
-
GRAPH
public static final int GRAPH- See Also:
- Constant Field Values
-
GRAPHICS_WIDTH
public static final int GRAPHICS_WIDTH- See Also:
- Constant Field Values
-
STRING
public static final int STRING- See Also:
- Constant Field Values
-
KEY
public static final int KEY- See Also:
- Constant Field Values
-
GRAPHICS_LINE
public static final int GRAPHICS_LINE- See Also:
- Constant Field Values
-
GRAPHICS_OUTLINE
public static final int GRAPHICS_OUTLINE- See Also:
- Constant Field Values
-
GRAPHICS_STIPPLE
public static final int GRAPHICS_STIPPLE- See Also:
- Constant Field Values
-
GRAPHICS_BACKGROUND
public static final int GRAPHICS_BACKGROUND- See Also:
- Constant Field Values
-
CREATOR
public static final int CREATOR- See Also:
- Constant Field Values
-
LABEL
public static final int LABEL- See Also:
- Constant Field Values
-
GRAPHICS_IMAGE
public static final int GRAPHICS_IMAGE- See Also:
- Constant Field Values
-
NODE
public static final int NODE- See Also:
- Constant Field Values
-
GRAPHICS_JOINSTYLE
public static final int GRAPHICS_JOINSTYLE- See Also:
- Constant Field Values
-
EDGE_STYLE
public static final int EDGE_STYLE- See Also:
- Constant Field Values
-
GRAPHICS_FILL
public static final int GRAPHICS_FILL- See Also:
- Constant Field Values
-
-
Constructor Details
-
sym
public sym()
-