NASA World Wind

gov.nasa.worldwind.applications.sar
Class SARAnnotation

java.lang.Object
  extended by gov.nasa.worldwind.render.AbstractAnnotation
      extended by gov.nasa.worldwind.render.GlobeAnnotation
          extended by gov.nasa.worldwind.applications.sar.SARAnnotation
All Implemented Interfaces:
Disposable, Locatable, Movable, Pickable, Annotation, Renderable, Restorable

public class SARAnnotation
extends GlobeAnnotation


Field Summary
 
Fields inherited from class gov.nasa.worldwind.render.AbstractAnnotation
alphaFactor, attributes, delegateOwner, drawRectangle, freeRectangle, renderInfo, scaleFactor, text
 
Fields inherited from interface gov.nasa.worldwind.render.Annotation
ANTIALIAS_DONT_CARE, ANTIALIAS_FASTEST, ANTIALIAS_NICEST, IMAGE_REPEAT_NONE, IMAGE_REPEAT_X, IMAGE_REPEAT_XY, IMAGE_REPEAT_Y, SIZE_FIT_TEXT, SIZE_FIXED
 
Constructor Summary
SARAnnotation(String text, Position position)
           
 
Method Summary
 String getId()
           
 SARTrack getOwner()
           
 void setId(String id)
           
 void setOwner(SARTrack owner)
           
 
Methods inherited from class gov.nasa.worldwind.render.GlobeAnnotation
doDraw, getPosition, getReferencePosition, getRestorableState, move, moveTo, restoreState, setPosition
 
Methods inherited from class gov.nasa.worldwind.render.AbstractAnnotation
cacheRenderInfo, computeLookAtDistance, dispose, draw, drawAnnotation, getAttributes, getDelegateOwner, getPickSupport, getRectangleInViewportCoordinates, getRenderInfo, getText, getTextRenderer, initializeTexture, isAlwaysOnTop, pick, render, setAlwaysOnTop, setAttributes, setDelegateOwner, setDepthFunc, setDrawColor, setDrawColor, setPickSupport, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SARAnnotation

public SARAnnotation(String text,
                     Position position)
Method Detail

getId

public String getId()

getOwner

public SARTrack getOwner()

setId

public void setId(String id)

setOwner

public void setOwner(SARTrack owner)

NASA World Wind