Kieker 1.8

kieker.analysis.display
Class PlainText

java.lang.Object
  extended by kieker.analysis.display.AbstractDisplay
      extended by kieker.analysis.display.PlainText

public class PlainText
extends AbstractDisplay

This class is currently under development, mostly for test purposes, and not designed for productive deployment.

Since:
1.6
Author:
Nils Christian Ehmke

Constructor Summary
PlainText()
          Creates a new instance of this class with empty content.
 
Method Summary
 String getText()
          Delivers the current text stored within this object.
 void setText(String string)
          This method sets the text of the object to a new value.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlainText

public PlainText()
Creates a new instance of this class with empty content.

Method Detail

setText

public void setText(String string)
This method sets the text of the object to a new value.

Parameters:
string - The new content of this object.

getText

public String getText()
Delivers the current text stored within this object.

Returns:
The current value within this object.

toString

public String toString()
Overrides:
toString in class Object

Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net