HighlightingRectangle, java.io.Serializablepublic class HighlightingRectangleImpl extends java.lang.Object implements HighlightingRectangle
| Constructor | Description |
|---|---|
HighlightingRectangleImpl(java.lang.String text,
int ref,
double ulx,
double uly,
double lrx,
double lry) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
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
|
int |
hashCode() |
|
java.lang.String |
toString() |
public HighlightingRectangleImpl(java.lang.String text,
int ref,
double ulx,
double uly,
double lrx,
double lry)
public java.lang.String getText()
HighlightingRectanglegetText in interface HighlightingRectanglepublic int getRef()
HighlightingRectanglegetRef in interface HighlightingRectanglepublic double getUlx()
HighlightingRectanglegetUlx in interface HighlightingRectanglepublic double getUly()
HighlightingRectanglegetUly in interface HighlightingRectanglepublic double getLrx()
HighlightingRectanglegetLrx in interface HighlightingRectanglepublic double getLry()
HighlightingRectanglegetLry in interface HighlightingRectanglepublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All rights reserved.