Overview  Package   Class  Tree  Index 

be.lassi.lanbox.tools
Class CueListPrinter

java.lang.Object
  extended by be.lassi.lanbox.tools.CueListPrinter

public class CueListPrinter
extends java.lang.Object

Prints textual representation of cue lists.


Constructor Summary
CueListPrinter(java.io.PrintStream out)
          Constructs a new cue list printer.
 
Method Summary
 void print(CueList cueList)
          Prints details about a cue list and the steps within the cue list.
 void print(java.util.List<CueList> cueLists)
          Prints details about a collection of cue lists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CueListPrinter

public CueListPrinter(java.io.PrintStream out)
Constructs a new cue list printer.

Parameters:
out - print output destination
Method Detail

print

public void print(CueList cueList)
Prints details about a cue list and the steps within the cue list.

Parameters:
cueList - the cue list to be printed

print

public void print(java.util.List<CueList> cueLists)
Prints details about a collection of cue lists.

Parameters:
cueLists - the cue lists to be printed

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2