All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.ui.TenGrade

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----guinea.ui.BaseGrader
                           |
                           +----guinea.ui.GradeBar
                                   |
                                   +----guinea.ui.TenGrade

public class TenGrade
extends GradeBar
An example of using GradeBar as a ten-grade answering component. The scale goes from 0 to 10 with one decimal and shows the grade symbolically also ("Very unclear", "Rather unclear", "Midway", "Rather clear", "Very Clear").

See Also:
GradeBar

Variable Index

· pattern
Default choice pattern for anchors.

Constructor Index

· TenGrade()
Construct a new ten-grade answering component with 'Clarity' as the question.
· TenGrade(String)
Construct a new ten-grade answering component with a given text as the question.

Variables

· pattern
 public static final String pattern
Default choice pattern for anchors.

Constructors

· TenGrade
 public TenGrade()
Construct a new ten-grade answering component with 'Clarity' as the question.

· TenGrade
 public TenGrade(String qtext)
Construct a new ten-grade answering component with a given text as the question.

Parameters:
qtext - Text of question.

All Packages  Class Hierarchy  This Package  Previous  Next  Index