Uses of Class
org.crosswire.jsword.book.sword.BlockType

Packages that use BlockType
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of BlockType in org.crosswire.jsword.book.sword
 

Fields in org.crosswire.jsword.book.sword declared as BlockType
static BlockType BlockType.BLOCK_BOOK
          The level of compression is the Book
static BlockType BlockType.BLOCK_CHAPTER
          The level of compression is the Book
static BlockType BlockType.BLOCK_VERSE
          The level of compression is the Book
private static BlockType[] BlockType.VALUES
           
 

Methods in org.crosswire.jsword.book.sword that return BlockType
static BlockType BlockType.fromInteger(int i)
          Lookup method to convert from an integer
static BlockType BlockType.fromString(String name)
          Lookup method to convert from a String
 

Constructors in org.crosswire.jsword.book.sword with parameters of type BlockType
GZIPBackend(SwordBookMetaData sbmd, File rootPath, BlockType blockType)
          Simple ctor
 


Copyright ยจ 2003-2005