uwcse.location.client
Class MeasurementDisplay

java.lang.Object
  |
  +--uwcse.location.client.MeasurementDisplay

public class MeasurementDisplay
extends Object

This class displays location reports within a panel.

Author:
Jeffrey Hightower

Constructor Summary
MeasurementDisplay(Measurement measurement, State sensorState, String objectName, StateTransform worldToScreenTransform)
          Create a new location report display.
 
Method Summary
 Measurement getMeasurement()
          Get the measurement.
 void repaint(Graphics g)
          Repaint this display reading.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurementDisplay

public MeasurementDisplay(Measurement measurement,
                          State sensorState,
                          String objectName,
                          StateTransform worldToScreenTransform)
Create a new location report display.

Method Detail

getMeasurement

public Measurement getMeasurement()
Get the measurement.


repaint

public void repaint(Graphics g)
Repaint this display reading.



This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE