com.partnersoft.v3x.io.formats.rover
Interface RoverConstants

All Known Subinterfaces:
RoverActor
All Known Implementing Classes:
DebugRoverActor, DirectGraphicsActor, RoverArc, RoverBuilder, RoverExtentsCalculator, RoverForRoverReader, RoverGraphic, RoverLib, RoverLine, RoverOptimizer, RoverPoint, RoverPolygon, RoverPolyline, RoverReader, RoverRememberingActor, RoverText

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

DRAW_POINT

static final int DRAW_POINT
The "draw point" command.

See Also:
Constant Field Values

DRAW_POLYLINE

static final int DRAW_POLYLINE
The "draw polyline" command.

See Also:
Constant Field Values

DRAW_TEXT

static final int DRAW_TEXT
The "draw text" command.

See Also:
Constant Field Values

DRAW_OFFSET_TEXT

static final int DRAW_OFFSET_TEXT
The "draw offset text" command.

See Also:
Constant Field Values

DRAW_JUSTIFIED_TEXT

static final int DRAW_JUSTIFIED_TEXT
The "draw offset text" command.

See Also:
Constant Field Values

DRAW_OFFSET_POINT

static final int DRAW_OFFSET_POINT
The "draw offset point" command.

See Also:
Constant Field Values

DRAW_POLYGON

static final int DRAW_POLYGON
The "draw polygon" command.

See Also:
Constant Field Values

OPCODE_TYPE_BOUNDARY

static final int OPCODE_TYPE_BOUNDARY
This int is not really an opcode, but separates drawing commands from control commands. For example, you can check if an opcode is a drawing command by evaluating (opcode < OPCODE_TYPE_BOUNDARY), and if it is a control command by evaluating (opcode > OPCODE_TYPE_BOUNDARY)

See Also:
Constant Field Values

STYLE_REGION

static final int STYLE_REGION
The "homogenous style region" command.

See Also:
Constant Field Values

EOF

static final int EOF
The "end of file" command.

See Also:
Constant Field Values

SIZE_DRAW_POINT

static final int SIZE_DRAW_POINT
See Also:
Constant Field Values

SIZE_DRAW_OFFSET_POINT

static final int SIZE_DRAW_OFFSET_POINT
See Also:
Constant Field Values

SIZE_DRAW_POLYLINE_PREAMBLE

static final int SIZE_DRAW_POLYLINE_PREAMBLE
See Also:
Constant Field Values

SIZE_DRAW_TEXT_PREAMBLE

static final int SIZE_DRAW_TEXT_PREAMBLE
See Also:
Constant Field Values

SIZE_DRAW_OFFSET_TEXT_PREAMBLE

static final int SIZE_DRAW_OFFSET_TEXT_PREAMBLE
See Also:
Constant Field Values

SIZE_DRAW_OFFSET_TEXT_CONCLUSION

static final int SIZE_DRAW_OFFSET_TEXT_CONCLUSION
See Also:
Constant Field Values

SIZE_DRAW_JUSTIFIED_TEXT_PREAMBLE

static final int SIZE_DRAW_JUSTIFIED_TEXT_PREAMBLE
See Also:
Constant Field Values

JUSTIFY_NOTSPECIFIED

static final int JUSTIFY_NOTSPECIFIED
See Also:
Constant Field Values

JUSTIFY_BASELINE_CENTER

static final int JUSTIFY_BASELINE_CENTER
See Also:
Constant Field Values

JUSTIFY_BASELINE_LEFT

static final int JUSTIFY_BASELINE_LEFT
See Also:
Constant Field Values

JUSTIFY_BASELINE_RIGHT

static final int JUSTIFY_BASELINE_RIGHT
See Also:
Constant Field Values