be.lassi.lanbox.tools
Class CueListPrinter
java.lang.Object
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 |
CueListPrinter
public CueListPrinter(java.io.PrintStream out)
- Constructs a new cue list printer.
- Parameters:
out
- print output destination
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