GlobalNavigation
Class MapGUI.Poly

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

protected class MapGUI.Poly
extends Glyph

A visual polygon.


Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 void paint(java.awt.Graphics2D g2d)
          Paints the poly.
 
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 poly.

Assumes line width is already set.

Parameters:
g2d - the graphics context