Uses of Class gov.nasa.worldwind.render.AnnotationTexture
| Methods in gov.nasa.worldwind.examples.util with parameters of type AnnotationTexture |
protected void |
ImageAnnotation.adjustTextureToSize(DrawContext dc,
int width,
int height,
AnnotationTexture texture)
|
protected void |
ImageAnnotation.applyBackgroundTextureState(DrawContext dc,
int width,
int height,
double opacity,
AnnotationTexture texture)
|
protected void |
ImageAnnotation.applyBackgroundTextureTransform(DrawContext dc,
int width,
int height,
AnnotationTexture texture)
|
protected void |
DialogAnnotation.BusyImage.applyBackgroundTextureTransform(DrawContext dc,
int width,
int height,
AnnotationTexture texture)
|
protected Dimension |
ImageAnnotation.getImageDimensions(AnnotationTexture texture)
|
| Methods in gov.nasa.worldwind.render with parameters of type AnnotationTexture |
protected void |
AbstractAnnotation.applyBackgroundTextureState(DrawContext dc,
int width,
int height,
double opacity,
AnnotationTexture texture)
|
protected void |
AbstractAnnotation.applyBackgroundTextureTransform(DrawContext dc,
int width,
int height,
AnnotationTexture texture)
|
protected void |
AbstractAnnotation.doDrawBackgroundTexture(DrawContext dc,
int width,
int height,
double opacity,
Position pickPosition,
AnnotationTexture texture)
|
protected void |
AbstractAnnotation.setCachedImage(Object source,
AnnotationTexture texture)
|
|
|