cmu.survey.objects.renderers.text.questiontextrenderers
Class TextAreaRenderer

java.lang.Object
  extended by cmu.survey.objects.renderers.text.questiontextrenderers.QuestionRendererStub
      extended by cmu.survey.objects.renderers.text.questiontextrenderers.TextAreaRenderer

public class TextAreaRenderer
extends QuestionRendererStub


Field Summary
 
Fields inherited from class cmu.survey.objects.renderers.text.questiontextrenderers.QuestionRendererStub
abbreviateAnswerChoices, compressNumberScales, convertScalesToRadioButtons, hideNumberScales, hideRadioHeaders, question, selectedAnswerChoicesToAbbreviate, showIndexNotBullets, showVariableNames, showVariableTypes
 
Constructor Summary
TextAreaRenderer()
           
 
Method Summary
 java.lang.String renderQuestionText()
           
 
Methods inherited from class cmu.survey.objects.renderers.text.questiontextrenderers.QuestionRendererStub
initialize, isInitialized, renderAnswerNameAndType, renderHelpText, renderQuestion, renderQuestionEndText, renderQuestionStartText, renderVariable, replaceHTML, replaceHTML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaRenderer

public TextAreaRenderer()
Method Detail

renderQuestionText

public java.lang.String renderQuestionText()
Overrides:
renderQuestionText in class QuestionRendererStub