Public Member Functions | |
| NavPoints () | |
| void | addNavPoint (NavPoint navPoint) |
| NavPoint | getNavPoint (int index) |
| void | removeNaviPoint (int index) |
| void | removeAll () |
| int | getSize () |
NavPoints class is the manager that contains navPoint objects. NavPoints generally represents NavMap entry in ncx file of epub.
| com.skytree.epub.NavPoints.NavPoints | ( | ) |
creator
| void com.skytree.epub.NavPoints.addNavPoint | ( | NavPoint | navPoint | ) |
adds NavPoint Object
| navPoint |
| NavPoint com.skytree.epub.NavPoints.getNavPoint | ( | int | index | ) |
| int com.skytree.epub.NavPoints.getSize | ( | ) |
returns the number of NavPoint objects
| void com.skytree.epub.NavPoints.removeAll | ( | ) |
removes all NavPoints.
| void com.skytree.epub.NavPoints.removeNaviPoint | ( | int | index | ) |
removes NavPoint Object at index
| index |
1.8.2