|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.preflight.results.ResultRecord
This object holds information about an issue found in the document. The information includes a header or short name, a detail string and the page number where the issue happened.
| Constructor Summary | |
ResultRecord(String header,
String detail,
int pageNumber)
|
|
ResultRecord(String header,
String detail,
int pageNumber,
Rectangle2D rect)
|
|
| Method Summary | |
Rectangle2D |
getBounds()
Returns the bounds for which the result record was created. |
String |
getDetail()
Returns detail information about this result. |
String |
getHeader()
Returns a short string about the result. |
int |
getPageNumber()
Returns the page number for which the result record was created. |
String |
toString()
Returns a string representation of the result that includes the page number and the detail message. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ResultRecord(String header,
String detail,
int pageNumber)
public ResultRecord(String header,
String detail,
int pageNumber,
Rectangle2D rect)
| Method Detail |
public String getHeader()
public String getDetail()
public int getPageNumber()
public Rectangle2D getBounds()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||