uavsim.navigationmodel
Class MiddleMarker

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

public class MiddleMarker
extends A_MarkerBeacon

Defines a middle-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 MiddleMarker(java.lang.String id, CoordinateWorld3D coordinate)
          Creates a middle-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

MiddleMarker

protected MiddleMarker(java.lang.String id,
                       CoordinateWorld3D coordinate)
Creates a middle-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