Highlight class holds every information for one highlight on ReflowableLayout.
- Author
- skytree
boolean com.skytree.epub.Highlight.equals |
( |
Highlight |
highlight | ) |
|
- Parameters
-
- Returns
- if highlight given is equal, returns true.
int com.skytree.epub.Highlight.bookCode |
the bookCode of the book which this highlight belongs to
int com.skytree.epub.Highlight.chapterIndex |
the chapter Index in epub
int com.skytree.epub.Highlight.code |
int com.skytree.epub.Highlight.color |
highlight color eg. 0x33FFFF00 33:alpha, ff:red, ff:green and 00:blue.
String com.skytree.epub.Highlight.datetime |
the String for Created Date Time
int com.skytree.epub.Highlight.endIndex |
the end index of element which highlight covers
int com.skytree.epub.Highlight.endOffset |
the end charater offset in end element
boolean com.skytree.epub.Highlight.forSearch |
tells this highlight is used for search only - don't use the property
boolean com.skytree.epub.Highlight.isNote |
the flag to denote whether this is note(memo) or not. it is used just for holding information.
boolean com.skytree.epub.Highlight.isTemporary |
tells this highlight is used only Temporay, which is not saved
int com.skytree.epub.Highlight.left |
x coodination where highlight starts
String com.skytree.epub.Highlight.note |
the string for note or memo, this is not displayed. it is used just for holding information.
int com.skytree.epub.Highlight.pageIndex = -1 |
double com.skytree.epub.Highlight.pagePositionInBook |
the global position of highlight in book
double com.skytree.epub.Highlight.pagePositionInChapter |
the position of highlight in chapter
int com.skytree.epub.Highlight.startIndex |
the start index of element which highlight covers
int com.skytree.epub.Highlight.startOffset |
the start charater offset in start element.
int com.skytree.epub.Highlight.style |
String com.skytree.epub.Highlight.text |
int com.skytree.epub.Highlight.top |
y coodination where highlight starts
The documentation for this class was generated from the following file:
- /Users/skytree/Documents/Projects/workspace/SkyReader/src/com/skytree/epub/Highlight.java