NASA World Wind

gov.nasa.worldwind.util.measure
Class MeasureTool.ControlPoint

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.render.AbstractAnnotation
          extended by gov.nasa.worldwind.render.GlobeAnnotation
              extended by gov.nasa.worldwind.util.measure.MeasureTool.ControlPoint
All Implemented Interfaces:
AVList, Disposable, Locatable, Movable, Pickable, Annotation, Renderable, Restorable
Enclosing class:
MeasureTool

public class MeasureTool.ControlPoint
extends GlobeAnnotation


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.render.AbstractAnnotation
AbstractAnnotation.AnnotationTexture
 
Field Summary
 
Fields inherited from class gov.nasa.worldwind.render.AbstractAnnotation
alphaFactor, attributes, delegateOwner, drawRectangle, freeRectangle, renderInfo, scaleFactor, text
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
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
MeasureTool.ControlPoint(Position position, AnnotationAttributes attributes, MeasureTool parent)
           
 
Method Summary
 MeasureTool getParent()
           
 
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, getAnnotationTexture, getAttributes, getDelegateOwner, getPickSupport, getRectangleInViewportCoordinates, getRenderInfo, getText, getTextRenderer, isAlwaysOnTop, pick, putAnnotationTexture, render, setAlwaysOnTop, setAttributes, setDelegateOwner, setDepthFunc, setDrawColor, setDrawColor, setPickSupport, setText
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasureTool.ControlPoint

public MeasureTool.ControlPoint(Position position,
                                AnnotationAttributes attributes,
                                MeasureTool parent)
Method Detail

getParent

public MeasureTool getParent()

NASA World Wind