cmu.survey.objects.renderers.html
Class HTMLRendererLookAndFeel

java.lang.Object
  extended by cmu.survey.objects.renderers.html.HTMLRendererLookAndFeel

public class HTMLRendererLookAndFeel
extends java.lang.Object


Constructor Summary
HTMLRendererLookAndFeel()
           
 
Method Summary
 java.lang.String getCheckboxOffImage()
           
 java.lang.String getCheckboxOnImage()
           
 int getCheckboxSpacing()
           
 java.lang.String getImageDirectory()
           
 java.lang.String getRadioButtonOffImage()
           
 java.lang.String getRadioButtonOnImage()
           
 int getRadioButtonSpacing()
           
 java.lang.String getSpacerImageLocation()
           
 void setCheckboxOffImage(java.lang.String string)
           
 void setCheckboxOnImage(java.lang.String string)
           
 void setImageDirectory(java.lang.String string)
           
 void setRadioButtonOffImage(java.lang.String string)
           
 void setRadioButtonOnImage(java.lang.String string)
           
 void setSpacerImageLocation(java.lang.String string)
           
 boolean showLinksUnderlined()
          Whether or not checkboxes and radio buttons (and maybe others in the future) should visibly show a blue link on the clickable area of the text next to the radio button/checkbox.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLRendererLookAndFeel

public HTMLRendererLookAndFeel()
Method Detail

getSpacerImageLocation

public java.lang.String getSpacerImageLocation()
Returns:

getCheckboxOffImage

public java.lang.String getCheckboxOffImage()
Returns:

getCheckboxOnImage

public java.lang.String getCheckboxOnImage()
Returns:

getImageDirectory

public java.lang.String getImageDirectory()
Returns:

setSpacerImageLocation

public void setSpacerImageLocation(java.lang.String string)
Parameters:
string -

setCheckboxOffImage

public void setCheckboxOffImage(java.lang.String string)
Parameters:
string -

setCheckboxOnImage

public void setCheckboxOnImage(java.lang.String string)
Parameters:
string -

setImageDirectory

public void setImageDirectory(java.lang.String string)
Parameters:
string -

getRadioButtonOffImage

public java.lang.String getRadioButtonOffImage()
Returns:

getRadioButtonOnImage

public java.lang.String getRadioButtonOnImage()
Returns:

setRadioButtonOffImage

public void setRadioButtonOffImage(java.lang.String string)
Parameters:
string -

setRadioButtonOnImage

public void setRadioButtonOnImage(java.lang.String string)
Parameters:
string -

showLinksUnderlined

public boolean showLinksUnderlined()
Whether or not checkboxes and radio buttons (and maybe others in the future) should visibly show a blue link on the clickable area of the text next to the radio button/checkbox.

Returns:

getRadioButtonSpacing

public int getRadioButtonSpacing()

getCheckboxSpacing

public int getCheckboxSpacing()