uwcse.location.client
Class LocationReportDisplay

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

public class LocationReportDisplay
extends Object

This class displays location reports within a panel.

Author:
Jeffrey Hightower

Constructor Summary
LocationReportDisplay(String name, LocationReport report, StateTransform worldToScreenTransform)
          Create a new location report display.
 
Method Summary
 Color getColor()
          Get the drawing color.
 LocationReport getLocationReport()
          Get the location report.
 String getName()
          Get the name of the object.
 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

LocationReportDisplay

public LocationReportDisplay(String name,
                             LocationReport report,
                             StateTransform worldToScreenTransform)
Create a new location report display.

Method Detail

getName

public String getName()
Get the name of the object.


getLocationReport

public LocationReport getLocationReport()
Get the location report.


getColor

public Color getColor()
Get the drawing color.


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