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

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

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

TitleRenderer

public TitleRenderer()
Method Detail

renderQuestionText

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