All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class guinea.ui.TenGrade

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----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 symbolicly also ("Very unclear", "Rather unclear", "Midway", "Rather clear", "Very Clear").


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.

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.


All Packages  Class Hierarchy  This Package  Previous  Next  Index