hmi.elckerlyc.speechengine
Class JLabelTextOutput

java.lang.Object
  extended by hmi.elckerlyc.speechengine.JLabelTextOutput
All Implemented Interfaces:
TextOutput

public class JLabelTextOutput
extends Object
implements TextOutput


Field Summary
private  JLabel label
           
 
Constructor Summary
JLabelTextOutput(JLabel l)
           
 
Method Summary
 void setParameterValue(String parameter, float value)
           
 void setText(String text)
          Replace current text by text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

private JLabel label
Constructor Detail

JLabelTextOutput

public JLabelTextOutput(JLabel l)
Method Detail

setText

public void setText(String text)
Description copied from interface: TextOutput
Replace current text by text

Specified by:
setText in interface TextOutput

setParameterValue

public void setParameterValue(String parameter,
                              float value)
Specified by:
setParameterValue in interface TextOutput