All Packages Class Hierarchy This Package Previous Next Index
Class guinea.ui.FiveGrade
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----guinea.ui.GradeBar
|
+----guinea.ui.FiveGrade
- public class FiveGrade
- extends GradeBar
This UI components implements a continuous grading scale with
"anchors" derived from the ITU-R five-grade impairment scale
given in Recommendation ITU-R BS.562 as shown below.
Impairment Grade
Imperceptible 5.0
Perceptible, but not annoying 4.0
Slightly annoying 3.0
Annoying 2.0
Very annoying 1.0
One decimal place is used.
Constructor Index
- ·
FiveGrade()
- Construct a new five-grade components with no question set.
- ·
FiveGrade(String)
- Construct a new five-grade component with a given question.
Constructors
·
FiveGrade
public FiveGrade()
- Construct a new five-grade components with no question set.
·
FiveGrade
public FiveGrade(String qtext)
- Construct a new five-grade component with a given question.
- Parameters:
- qtext - Text of the question.
All Packages Class Hierarchy This Package Previous Next Index