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

Public Member Functions

 NavPoints ()
 
void addNavPoint (NavPoint navPoint)
 
NavPoint getNavPoint (int index)
 
void removeNaviPoint (int index)
 
void removeAll ()
 
int getSize ()
 

Detailed Description

NavPoints class is the manager that contains navPoint objects. NavPoints generally represents NavMap entry in ncx file of epub.

Author
skytree

Constructor & Destructor Documentation

com.skytree.epub.NavPoints.NavPoints ( )

creator

Member Function Documentation

void com.skytree.epub.NavPoints.addNavPoint ( NavPoint  navPoint)

adds NavPoint Object

Parameters
navPoint
NavPoint com.skytree.epub.NavPoints.getNavPoint ( int  index)

gets NavPoint Object at index

Parameters
index
Returns
NavPoint Object
int com.skytree.epub.NavPoints.getSize ( )

returns the number of NavPoint objects

Returns
void com.skytree.epub.NavPoints.removeAll ( )

removes all NavPoints.

void com.skytree.epub.NavPoints.removeNaviPoint ( int  index)

removes NavPoint Object at index

Parameters
index

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