SkyEpub SDK for Android 7
 All Classes Functions Variables
Public Member Functions | List of all members
com.skytree.epub.Highlights Class Reference

Public Member Functions

 Highlights ()
 
void addHighlight (Highlight highlight)
 
Highlight getHighlight (int index)
 
void removeHighlight (int index)
 
void removeAll ()
 
int getSize ()
 

Detailed Description

Highlights is the manager class to hold highlight objects.

Author
skytree

Constructor & Destructor Documentation

com.skytree.epub.Highlights.Highlights ( )

constructor

Member Function Documentation

void com.skytree.epub.Highlights.addHighlight ( Highlight  highlight)

adds one Highlight object.

Parameters
highlight
Highlight com.skytree.epub.Highlights.getHighlight ( int  index)

returns Highlight object of given index.

Parameters
index
Returns
int com.skytree.epub.Highlights.getSize ( )

returns the number of Highlight objects.

Returns
the number of Highlight objects
void com.skytree.epub.Highlights.removeAll ( )

removes all highlight objects in this manager.

void com.skytree.epub.Highlights.removeHighlight ( int  index)

removes highlight object at index

Parameters
index

The documentation for this class was generated from the following file: