|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.appl.Displayer
public class Displayer
Display a whole TimeIndex to an OutputStream
| Constructor Summary | |
|---|---|
Displayer(java.lang.String filename)
Construct a Displayer object, with output to System.out. |
|
Displayer(java.lang.String filename,
java.io.OutputStream out)
Construct a Displayer object. |
|
| Method Summary | |
|---|---|
protected void |
close()
Close |
Displayer |
display(IndexProperties displayProperties)
Display the output. |
Displayer |
display(IndexProperties displayProperties,
OutputPlugin outputPlugin)
Display the output, using a specified OutputPlugin. |
protected void |
open()
Open |
protected void |
output(IndexProperties displayProperties,
OutputPlugin outputPlugin)
Do the output with a specific OutputPlugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Displayer(java.lang.String filename)
public Displayer(java.lang.String filename,
java.io.OutputStream out)
| Method Detail |
|---|
public Displayer display(IndexProperties displayProperties)
throws java.io.IOException,
TimeIndexException
java.io.IOException
TimeIndexException
public Displayer display(IndexProperties displayProperties,
OutputPlugin outputPlugin)
throws java.io.IOException,
TimeIndexException
java.io.IOException
TimeIndexException
protected void open()
throws TimeIndexException
TimeIndexException
protected void output(IndexProperties displayProperties,
OutputPlugin outputPlugin)
throws java.io.IOException,
TimeIndexException
java.io.IOException
TimeIndexException
protected void close()
throws TimeIndexException
TimeIndexException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||