SourceForge.net Logo
aXSL API 0.2

org.axsl.ps
Interface BoundingBox


public interface BoundingBox

A PostScript bounding box, essentially a specialized rectangle.


Field Summary
static byte BBOX_ENTRIES
          The number of entries in a Bounding Box, that is, 4.
static byte BBOX_LOWER_LEFT_X_INDEX
          Index to the array item for the lower-left X value in a PostScript bounding box, that is, 0.
static byte BBOX_LOWER_LEFT_Y_INDEX
          Index to the array item for the lower-left Y value in a PostScript bounding box, that is, 1.
static byte BBOX_UPPER_RIGHT_X_INDEX
          Index to the array item for the upper-right X value in a PostScript bounding box, that is, 2.
static byte BBOX_UPPER_RIGHT_Y_INDEX
          Index to the array item for the upper-right X value in a PostScript bounding box, that is, 3.
 

Field Detail

BBOX_ENTRIES

static final byte BBOX_ENTRIES
The number of entries in a Bounding Box, that is, 4.

See Also:
Constant Field Values

BBOX_LOWER_LEFT_X_INDEX

static final byte BBOX_LOWER_LEFT_X_INDEX
Index to the array item for the lower-left X value in a PostScript bounding box, that is, 0.

See Also:
Constant Field Values

BBOX_LOWER_LEFT_Y_INDEX

static final byte BBOX_LOWER_LEFT_Y_INDEX
Index to the array item for the lower-left Y value in a PostScript bounding box, that is, 1.

See Also:
Constant Field Values

BBOX_UPPER_RIGHT_X_INDEX

static final byte BBOX_UPPER_RIGHT_X_INDEX
Index to the array item for the upper-right X value in a PostScript bounding box, that is, 2.

See Also:
Constant Field Values

BBOX_UPPER_RIGHT_Y_INDEX

static final byte BBOX_UPPER_RIGHT_Y_INDEX
Index to the array item for the upper-right X value in a PostScript bounding box, that is, 3.

See Also:
Constant Field Values

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.