lapis.swing.cluster
Class LexicalAttractionParser.SentenceView

java.lang.Object
  extended bylapis.swing.cluster.LexicalAttractionParser.SentenceView
All Implemented Interfaces:
DocumentView
Enclosing class:
LexicalAttractionParser

public class LexicalAttractionParser.SentenceView
extends Object
implements DocumentView


Method Summary
 Document getDocument()
           
 Reader getReader()
           
 String getText()
           
 String getText(Region r)
           
 DocumentVersion getVersion()
           
 Region toRegion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getText

public String getText()
Specified by:
getText in interface DocumentView

getText

public String getText(Region r)
Specified by:
getText in interface DocumentView

toRegion

public Region toRegion()
Specified by:
toRegion in interface DocumentView

getReader

public Reader getReader()
Specified by:
getReader in interface DocumentView

getVersion

public DocumentVersion getVersion()
Specified by:
getVersion in interface DocumentView

getDocument

public Document getDocument()
Specified by:
getDocument in interface DocumentView