net.damf.formatte.text
Class Spacing

java.lang.Object
  extended by net.damf.formatte.text.SpacingHandle
      extended by net.damf.formatte.text.Spacing

public class Spacing
extends SpacingHandle


Field Summary
protected  java.io.BufferedReader reader
           
 java.io.File tmpFile
           
protected  java.io.BufferedWriter writer
           
 
Fields inherited from class net.damf.formatte.text.SpacingHandle
bc, c, heldIn, heldOut, textBr
 
Constructor Summary
Spacing()
           
Spacing(java.io.File file)
           
 
Method Summary
protected  boolean checkWithSuper(char c)
           
 void perform()
           
 java.lang.String perform(java.lang.String str)
           
 
Methods inherited from class net.damf.formatte.text.SpacingHandle
checkAll, checkBlank, checkBr, checkPostBr, getHeld
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tmpFile

public final java.io.File tmpFile

reader

protected java.io.BufferedReader reader

writer

protected java.io.BufferedWriter writer
Constructor Detail

Spacing

public Spacing()

Spacing

public Spacing(java.io.File file)
        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

perform

public java.lang.String perform(java.lang.String str)

perform

public void perform()
             throws java.io.IOException
Throws:
java.io.IOException

checkWithSuper

protected boolean checkWithSuper(char c)