uwcse.location.client
Class HistoryListDisplay

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

public class HistoryListDisplay
extends Object

This class displays location reports within a panel.

Author:
Jeffrey Hightower

Constructor Summary
HistoryListDisplay(String objectName, StateTransform worldToScreenTransform)
          Create a new location report display.
 
Method Summary
 void add(TrueStateMeasurement trueMeas)
          Add a new ground truth measurement for display.
 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

HistoryListDisplay

public HistoryListDisplay(String objectName,
                          StateTransform worldToScreenTransform)
Create a new location report display.

Method Detail

add

public void add(TrueStateMeasurement trueMeas)
Add a new ground truth measurement for display.


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