class DummyGlobeAnnotation
extends gov.nasa.worldwind.render.GlobeAnnotation
altitudeMode, heightInMeter, position
Modifier | Constructor and Description |
---|---|
protected |
DummyGlobeAnnotation()
No-arg constructor used during serialization.
|
|
DummyGlobeAnnotation(java.lang.String unselectedText,
gov.nasa.worldwind.geom.Position pos,
gov.nasa.worldwind.render.AnnotationAttributes attr)
Constructor used by ToggleAnnotation
|
computeBounds, computeDistanceScaleAndOpacity, computeLookAtDistance, doRenderNow, getAltitudeMode, getAnnotationDrawPoint, getAnnotationDrawPointLegacy, getHeightInMeter, getPosition, getReferencePosition, getRestorableState, move, moveTo, restoreState, setAltitudeMode, setDepthFunc, setHeightInMeter, setPosition
addChild, adjustSizeToChildren, adjustSizeToText, applyBackgroundTextureState, applyColor, applyScreenTransform, beginDraw, beginDrawChildren, bindPickableObject, computeBoundingRectangle, computeFreeBounds, computeInsetBounds, computeOpacity, computeScale, computeTextBounds, dispose, doDraw, doDrawBackgroundTexture, doDrawChildren, draw, drawBackground, drawBackgroundImage, drawBorder, drawCallout, drawChildren, drawContent, drawHTML, drawPlainText, drawText, drawText, drawTopLevelAnnotation, endDraw, endDrawChildren, getAttributes, getBounds, getChildren, getDelegateOwner, getLayout, getMaxActiveAltitude, getMinActiveAltitude, getMultiLineTextRenderer, getPickSupport, getPreferredSize, getText, getTextBounds, getTextRenderer, getWrappedText, glPointFromAWTPoint, isAlwaysOnTop, isPickEnabled, modulateColorOpacity, pick, removeAllChildren, removeChild, render, renderNow, setAlwaysOnTop, setAttributes, setDelegateOwner, setLayout, setMaxActiveAltitude, setMinActiveAltitude, setPickEnabled, setPickSupport, setText, transformBackgroundImageCoordsToAnnotationCoords, transformByModelview, transformImageCoordsToBackgroundImageCoords, wrapText
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
public DummyGlobeAnnotation(java.lang.String unselectedText, gov.nasa.worldwind.geom.Position pos, gov.nasa.worldwind.render.AnnotationAttributes attr)
unselectedText
- - text to display when annotation is not selectedpos
- - position of annotationattr
- - annotation attributesprotected DummyGlobeAnnotation()