com.vladium.emma.report.html.doc
Class Text

java.lang.Object
  extended by com.vladium.emma.report.html.doc.Text
All Implemented Interfaces:
IContent

public final class Text
extends java.lang.Object
implements IContent

Author:
Vlad Roubtsov, (C) 2003

Field Summary
private  boolean m_nbsp
           
private  java.lang.String m_text
           
 
Constructor Summary
Text(java.lang.String text, boolean nbsp)
           
 
Method Summary
 void emit(HTMLWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_text

private final java.lang.String m_text

m_nbsp

private final boolean m_nbsp
Constructor Detail

Text

public Text(java.lang.String text,
            boolean nbsp)
Method Detail

emit

public void emit(HTMLWriter out)
Specified by:
emit in interface IContent