faa.tg.atcview.displayobjects
Class AcesMapSymbolDisplay

java.lang.Object
  extended by faa.tg.atcview.displayobjects.MapSymbolDisplay
      extended by faa.tg.atcview.displayobjects.AcesMapSymbolDisplay

public class AcesMapSymbolDisplay
extends MapSymbolDisplay

  This class defines AcesMapSymbolDisplay which displays a single symbol of a map
  

Version:
$Id: AcesMapSymbolDisplay.java,v 1.5 2009/01/06 19:35:26 lonnies Exp $
Author:
Sam Fullerton, Titan See the source: AcesMapSymbolDisplay.java

Field Summary
static java.lang.String CVS_VERSION_ID
          CVS Version
private  AcesMapSymbol mapSymbol
           
 
Constructor Summary
AcesMapSymbolDisplay(AcesMapSymbol mapSymbol)
          Construtor
 
Method Summary
 void paint(java.awt.Graphics2D graphic, DisplayContext displayContext, MapDisplaySettings settings)
          paint this symbol
 
Methods inherited from class faa.tg.atcview.displayobjects.MapSymbolDisplay
clearDisplayBounds, getDisplayBounds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
CVS Version

See Also:
Constant Field Values

mapSymbol

private AcesMapSymbol mapSymbol
Constructor Detail

AcesMapSymbolDisplay

public AcesMapSymbolDisplay(AcesMapSymbol mapSymbol)
Construtor

Parameters:
the - symbol this display is for
Method Detail

paint

public void paint(java.awt.Graphics2D graphic,
                  DisplayContext displayContext,
                  MapDisplaySettings settings)
paint this symbol

Overrides:
paint in class MapSymbolDisplay
Parameters:
graphic - - used to draw
displayContext - - the display info
mapSettings - - settings for the map