gov.nasa.worldwind.render
Interface Annotation
- All Superinterfaces:
- Disposable, Pickable, Renderable, Restorable
- All Known Implementing Classes:
- AbstractAnnotation, GlobeAnnotation, SARAnnotation, ScreenAnnotation
public interface Annotation
- extends Renderable, Pickable, Disposable, Restorable
Represent a text label and its rendering attributes.
Methods inherited from interface gov.nasa.worldwind.pick.Pickable |
pick |
ANTIALIAS_DONT_CARE
static final int ANTIALIAS_DONT_CARE
ANTIALIAS_FASTEST
static final int ANTIALIAS_FASTEST
ANTIALIAS_NICEST
static final int ANTIALIAS_NICEST
IMAGE_REPEAT_NONE
static final String IMAGE_REPEAT_NONE
- See Also:
- Constant Field Values
IMAGE_REPEAT_X
static final String IMAGE_REPEAT_X
- See Also:
- Constant Field Values
IMAGE_REPEAT_XY
static final String IMAGE_REPEAT_XY
- See Also:
- Constant Field Values
IMAGE_REPEAT_Y
static final String IMAGE_REPEAT_Y
- See Also:
- Constant Field Values
SIZE_FIT_TEXT
static final String SIZE_FIT_TEXT
- See Also:
- Constant Field Values
SIZE_FIXED
static final String SIZE_FIXED
- See Also:
- Constant Field Values
draw
void draw(DrawContext dc)
getAttributes
AnnotationAttributes getAttributes()
getDelegateOwner
Object getDelegateOwner()
getText
String getText()
isAlwaysOnTop
boolean isAlwaysOnTop()
setAlwaysOnTop
void setAlwaysOnTop(boolean alwaysOnTop)
setAttributes
void setAttributes(AnnotationAttributes attrs)
setDelegateOwner
void setDelegateOwner(Object delegateOwner)
setPickSupport
void setPickSupport(PickSupport pickSupport)
setText
void setText(String text)