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

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

public class RadioButtonRenderer
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
RadioButtonRenderer()
           
 
Method Summary
 java.lang.String renderQuestionAnswerChoices()
           
 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

RadioButtonRenderer

public RadioButtonRenderer()
Method Detail

renderQuestionText

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

renderQuestionAnswerChoices

public java.lang.String renderQuestionAnswerChoices()