net.sf.j3d.threeD.io
Interface PrintWriter

All Known Implementing Classes:
FilePrintWriter, JTextAreaPrintWriter

public interface PrintWriter


Method Summary
 void lessIndent()
          Reduces the indent.
 void moreIndent()
          Increases the indent.
 void print(String s)
          Appends the specified String.
 void println()
          Appends a new line character.
 void println(String s)
          Appends the specified String, followed by a new line character.
 

Method Detail

moreIndent

void moreIndent()
Increases the indent.


lessIndent

void lessIndent()
Reduces the indent.


print

void print(String s)
Appends the specified String.


println

void println(String s)
Appends the specified String, followed by a new line character.


println

void println()
Appends a new line character.