|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RoverConstants
Constants for the ROVER file format.
| Field Summary | |
|---|---|
static int |
DRAW_JUSTIFIED_TEXT
The "draw offset text" command. |
static int |
DRAW_OFFSET_POINT
The "draw offset point" command. |
static int |
DRAW_OFFSET_TEXT
The "draw offset text" command. |
static int |
DRAW_POINT
The "draw point" command. |
static int |
DRAW_POLYGON
The "draw polygon" command. |
static int |
DRAW_POLYLINE
The "draw polyline" command. |
static int |
DRAW_TEXT
The "draw text" command. |
static int |
EOF
The "end of file" command. |
static int |
JUSTIFY_BASELINE_CENTER
|
static int |
JUSTIFY_BASELINE_LEFT
|
static int |
JUSTIFY_BASELINE_RIGHT
|
static int |
JUSTIFY_NOTSPECIFIED
|
static int |
OPCODE_TYPE_BOUNDARY
This int is not really an opcode, but separates drawing commands from control commands. |
static int |
SIZE_DRAW_JUSTIFIED_TEXT_PREAMBLE
|
static int |
SIZE_DRAW_OFFSET_POINT
|
static int |
SIZE_DRAW_OFFSET_TEXT_CONCLUSION
|
static int |
SIZE_DRAW_OFFSET_TEXT_PREAMBLE
|
static int |
SIZE_DRAW_POINT
|
static int |
SIZE_DRAW_POLYLINE_PREAMBLE
|
static int |
SIZE_DRAW_TEXT_PREAMBLE
|
static int |
STYLE_REGION
The "homogenous style region" command. |
| Field Detail |
|---|
static final int DRAW_POINT
static final int DRAW_POLYLINE
static final int DRAW_TEXT
static final int DRAW_OFFSET_TEXT
static final int DRAW_JUSTIFIED_TEXT
static final int DRAW_OFFSET_POINT
static final int DRAW_POLYGON
static final int OPCODE_TYPE_BOUNDARY
static final int STYLE_REGION
static final int EOF
static final int SIZE_DRAW_POINT
static final int SIZE_DRAW_OFFSET_POINT
static final int SIZE_DRAW_POLYLINE_PREAMBLE
static final int SIZE_DRAW_TEXT_PREAMBLE
static final int SIZE_DRAW_OFFSET_TEXT_PREAMBLE
static final int SIZE_DRAW_OFFSET_TEXT_CONCLUSION
static final int SIZE_DRAW_JUSTIFIED_TEXT_PREAMBLE
static final int JUSTIFY_NOTSPECIFIED
static final int JUSTIFY_BASELINE_CENTER
static final int JUSTIFY_BASELINE_LEFT
static final int JUSTIFY_BASELINE_RIGHT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||