java.io.SerializableHighlightingRectangleImplpublic interface HighlightingRectangle
extends java.io.Serializable
| Modifier and Type | Method | Description |
|---|---|---|
double |
getLrx() |
the relative abscissa of the lower right point of the rectangle
|
double |
getLry() |
the relative ordinate of the lower right point of the rectangle
|
int |
getRef() |
The reference of the highlight rectangle, e.g.
|
java.lang.String |
getText() |
The text to be highlighted (e.g.
|
double |
getUlx() |
The relative abscissa (x) of the upper left point of the rectangle
|
double |
getUly() |
The relative ordinate (y) of the upper left point of the rectangle
|
java.lang.String getText()
int getRef()
double getUlx()
double getUly()
double getLrx()
double getLry()
Copyright © 2018. All rights reserved.