GlobalNavigation
Class MapGUI.Rect

java.lang.Object
  extended by Glyph
      extended by GlobalNavigation.MapGUI.Rect
Enclosing class:
MapGUI

protected class MapGUI.Rect
extends Glyph

A visual rectangle.


Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 void paint(java.awt.Graphics2D g2d)
          Paints the rect.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object other)

paint

public void paint(java.awt.Graphics2D g2d)

Paints the rect.

Assumes line width is already set.

Parameters:
g2d - the graphics context