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

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

public class TextQuestionRenderer
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
TextQuestionRenderer()
           
 
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

TextQuestionRenderer

public TextQuestionRenderer()
Method Detail

renderQuestionText

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