Class W3C.PICS.Rating
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class W3C.PICS.Rating

W3C.PICS.Rating

public class Rating
Rating is the building block of SingleLabel
Author:
Ching Law
See Also:
SingleLabel, SingleLabelDialog

Constructor Index

 o Rating(String)
Constructor for multi-value Rating
 o Rating(String, double)
Constructor for single value Rating

Method Index

 o addValue(double)
 o getListString()
 o getTransmit()
 o toString()

Constructors

 o Rating
  public Rating(String categorytransmit,
                double value)
Constructor for single value Rating
 o Rating
  public Rating(String categorytransmit)
Constructor for multi-value Rating

Methods

 o addValue
  public void addValue(double value)
 o toString
  public String toString()
Returns:
The string representation of the Rating object
 o getListString
  public String getListString()
Returns:
The output string used for list display in SingleLabelDialog
 o getTransmit
  public String getTransmit()

All Packages  Class Hierarchy  This Package  Previous  Next  Index