Package com.teamten.typeset
Class Bookmarks
java.lang.Object
com.teamten.typeset.Bookmarks
Keeps track of a set of bookmarks and which physical page they're on.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Bookmarks
empty()
entries()
Get a set of bookmark entries, where the key is the physical page number and the value is the bookmarkboolean
static Bookmarks
Return the physical page number for a label, or null if not found.int
hashCode()
void
println
(PrintStream stream) Print all bookmarks, ordered by page number.
-
Method Details
-
empty
-
fromPages
-
entries
Get a set of bookmark entries, where the key is the physical page number and the value is the bookmark -
getPhysicalPageNumberForLabel
Return the physical page number for a label, or null if not found. -
println
Print all bookmarks, ordered by page number. -
equals
-
hashCode
public int hashCode()
-