public interface PsBoundingBox
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
float |
height()
Returns the height of this box.
|
float |
lowerLeftX()
Returns the lower-left X coordinate of this box, element 0.
|
float |
lowerLeftY()
Returns the lower-left Y coordinate of this box, element 1.
|
float |
upperRightX()
Returns the upper-right X coordinate of this box, element 2.
|
float |
upperRightY()
Returns the upper-right Y coordinate of this box, element 3.
|
float |
width()
Returns the width of this box.
|
static final byte BBOX_ENTRIES
static final byte BBOX_LOWER_LEFT_X_INDEX
static final byte BBOX_LOWER_LEFT_Y_INDEX
static final byte BBOX_UPPER_RIGHT_X_INDEX
static final byte BBOX_UPPER_RIGHT_Y_INDEX
float width()
float height()
float lowerLeftX()
float lowerLeftY()
float upperRightX()
float upperRightY()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.