uavsim.navigationmodel
Class OuterMarker

java.lang.Object
  extended by uavsim.navigationmodel.A_ChartElement
      extended by uavsim.navigationmodel.A_MarkerBeacon
          extended by uavsim.navigationmodel.OuterMarker

public class OuterMarker
extends A_MarkerBeacon

Defines an outer-marker beacon.

This component should not be instantiated and added to a chart directly because it is processed only as a members of an ILSAssembly.

Author:
Dan Tappan [17.07.11]

Field Summary
private static java.awt.Color COLOR
          the color of the glyph
 
Fields inherited from class uavsim.navigationmodel.A_ChartElement
_anchor, _coordinate, _id
 
Constructor Summary
protected OuterMarker(java.lang.String id, CoordinateWorld3D coordinate)
          Creates an outer-marker chart element.
 
Method Summary
 java.awt.Color getColor()
          Gets the color of the glyph.
 
Methods inherited from class uavsim.navigationmodel.A_MarkerBeacon
isOverMarker, render
 
Methods inherited from class uavsim.navigationmodel.A_ChartElement
areDetailsVisible, getCoordinate, getDesignator, getFrequency, getID, hasFrequency, renderLabel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COLOR

private static final java.awt.Color COLOR
the color of the glyph

Constructor Detail

OuterMarker

protected OuterMarker(java.lang.String id,
                      CoordinateWorld3D coordinate)
Creates an outer-marker chart element.

Parameters:
id - - the unique element identifier
coordinate - - the coordinate of the origin
Method Detail

getColor

public java.awt.Color getColor()
Gets the color of the glyph.

Specified by:
getColor in class A_ChartElement
Returns:
the color