cmu.survey.objects.renderers.text
Class QuestionTextRenderer

java.lang.Object
  extended by cmu.survey.objects.renderers.text.QuestionTextRenderer

public class QuestionTextRenderer
extends java.lang.Object


Constructor Summary
QuestionTextRenderer()
           
 
Method Summary
 java.lang.String render(QuestionDataBitSet question)
           
 void setData(java.util.Vector selectedAnswerChoicesToAbbreviate, boolean showVariableNames, boolean showVariableTypes, boolean showIndexNotBullets, boolean abbreviateAnswerChoices, boolean convertScalesToRadioButtons, boolean hideRadioHeaders, boolean hideNumberScales, boolean compressNumberScales)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionTextRenderer

public QuestionTextRenderer()
Method Detail

setData

public void setData(java.util.Vector selectedAnswerChoicesToAbbreviate,
                    boolean showVariableNames,
                    boolean showVariableTypes,
                    boolean showIndexNotBullets,
                    boolean abbreviateAnswerChoices,
                    boolean convertScalesToRadioButtons,
                    boolean hideRadioHeaders,
                    boolean hideNumberScales,
                    boolean compressNumberScales)

render

public java.lang.String render(QuestionDataBitSet question)