faa.tg.atcview.displayobjects
Class GfcDisplay
java.lang.Object
faa.tg.atcview.displayobjects.GfcDisplay
- All Implemented Interfaces:
- DisplayAble
public class GfcDisplay
- extends java.lang.Object
- implements DisplayAble
- Author:
- Lonnie Souder, Engility
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gfc
GroundFixConnection gfc
displayBounds
java.awt.Rectangle displayBounds
gp
java.awt.geom.GeneralPath gp
GfcDisplay
public GfcDisplay(GroundFixConnection gfc)
clearDisplayBounds
public void clearDisplayBounds()
- Specified by:
clearDisplayBounds in interface DisplayAble
getDisplayBounds
public java.awt.Rectangle getDisplayBounds(DisplayContext displayContext)
- Specified by:
getDisplayBounds in interface DisplayAble
getName
public java.lang.String getName()
- Description copied from interface:
DisplayAble
- returns the unique name of this display
- Specified by:
getName in interface DisplayAble
getSettings
public DisplaySettings getSettings()
- Description copied from interface:
DisplayAble
- returns the current settings for a display
- Specified by:
getSettings in interface DisplayAble
getType
public DisplayableType getType()
- Specified by:
getType in interface DisplayAble
paint
public void paint(java.awt.Graphics2D graphic,
DisplayContext displayContext)
- Description copied from interface:
DisplayAble
- paint this display
- Specified by:
paint in interface DisplayAble
displayContext - - the display info
setSettings
public void setSettings(DisplaySettings settings)
- Description copied from interface:
DisplayAble
- set the settings to use for a display
- Specified by:
setSettings in interface DisplayAble