|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.nite.util.HTMLCorpusVisualiser
public class HTMLCorpusVisualiser
Produce a set of HTML files as a description of the provided corpus.
| Constructor Summary | |
|---|---|
HTMLCorpusVisualiser(NMetaData meta,
java.lang.String outputdir,
boolean showcontent)
main constructor - can be called from other programs this way. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getVisualisationObject()
return a handle to the top-level visualisation object: an HTML file / text file / graphical object depending on the mode of the visualisation. |
void |
visualiseCorpus()
perform visualisation and make ready for viewing |
void |
writeAnnotationElementFile(NFile coding,
NLayer layer,
NElement element,
int eltype,
java.lang.String extraatts)
write a file for an individual annotation element |
void |
writeCSSFile(java.lang.String filename)
|
void |
writeOntologyFile(NOntology ontology,
java.lang.String extraatts)
write a file for an ontology |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLCorpusVisualiser(NMetaData meta,
java.lang.String outputdir,
boolean showcontent)
| Method Detail |
|---|
public void visualiseCorpus()
visualiseCorpus in interface CorpusVisualiser
public void writeOntologyFile(NOntology ontology,
java.lang.String extraatts)
public void writeAnnotationElementFile(NFile coding,
NLayer layer,
NElement element,
int eltype,
java.lang.String extraatts)
public java.lang.Object getVisualisationObject()
getVisualisationObject in interface CorpusVisualiserpublic void writeCSSFile(java.lang.String filename)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||