Uses of Class
org.jqurantree.orthography.Verse

Packages that use Verse
org.jqurantree.orthography Contains an orthography object model of the Holy Quran, with orthographic elements represented by the classes Document, Chapter, Verse and Token
 

Uses of Verse in org.jqurantree.orthography
 

Methods in org.jqurantree.orthography that return Verse
 Verse Token.getVerse()
          Gets the verse that contains the token.
 Verse Chapter.getVerse(int verseNumber)
          Gets a verse in the chapter by verse number.
static Verse Document.getVerse(int chapterNumber, int verseNumber)
          Gets a verse in the document by chapter and verse number.
static Verse Document.getVerse(Location location)
          Gets a verse in the document by Location reference.
 Verse Chapter.getVerse(Location location)
          Gets a verse in the chapter by Location reference.
 

Methods in org.jqurantree.orthography that return types with arguments of type Verse
static java.lang.Iterable<Verse> Document.getVerses()
          Gets an iterator used to enumerate over all verses in the document.
 java.util.Iterator<Verse> Chapter.iterator()
          Gets an iterator used to enumerate over all verses in the chapter.
 

Constructors in org.jqurantree.orthography with parameters of type Verse
Chapter(int chapterNumber, ArabicText name, ArabicText bismillah, Verse[] verses)
          Creates a new chapter, used by JQuranTree when constructing the orthography model.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.