Uses of Interface
gov.nasa.worldwind.render.WWIcon
-
Packages that use WWIcon Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.render gov.nasa.worldwindx.applications.worldwindow.core gov.nasa.worldwindx.examples -
-
Uses of WWIcon in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers with type parameters of type WWIcon Modifier and Type Field Description protected BasicQuadTree<WWIcon>
IconLayer. icons
protected java.lang.Iterable<WWIcon>
IconLayer. iconsOverride
protected java.util.HashMap<GlobeStateKey,java.util.Set<WWIcon>>
IconLayer. lastActiveIconsLists
Methods in gov.nasa.worldwind.layers that return types with arguments of type WWIcon Modifier and Type Method Description protected java.lang.Iterable<WWIcon>
IconLayer. getActiveIcons(DrawContext dc)
Returns the Iterable of currently active Icons.java.lang.Iterable<WWIcon>
IconLayer. getIcons()
Returns the Iterable of Icons currently in use by this layer.Methods in gov.nasa.worldwind.layers with parameters of type WWIcon Modifier and Type Method Description void
IconLayer. addIcon(WWIcon icon)
Adds the specifiedicon
to this layer's internal collection.void
IconLayer. removeIcon(WWIcon icon)
Removes the specifiedicon
from this layer's internal collection, if it exists.Method parameters in gov.nasa.worldwind.layers with type arguments of type WWIcon Modifier and Type Method Description void
IconLayer. addIcons(java.lang.Iterable<WWIcon> icons)
Adds the contents of the specifiedicons
to this layer's internal collection.void
IconLayer. setIcons(java.lang.Iterable<WWIcon> iconIterable)
Overrides the collection of currently active Icons with the specifiediconIterable
. -
Uses of WWIcon in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement WWIcon Modifier and Type Class Description class
Pedestal
class
UserFacingIcon
Fields in gov.nasa.worldwind.render declared as WWIcon Modifier and Type Field Description protected WWIcon
IconRenderer.OrderedIcon. icon
Methods in gov.nasa.worldwind.render that return WWIcon Modifier and Type Method Description WWIcon
IconRenderer.OrderedIcon. getIcon()
Methods in gov.nasa.worldwind.render with parameters of type WWIcon Modifier and Type Method Description protected void
IconRenderer. addToolTip(DrawContext dc, WWIcon icon, Vec4 iconPoint)
protected void
IconRenderer. applyBackground(DrawContext dc, WWIcon icon, Vec4 screenPoint, double width, double height, double pedestalSpacing, double pedestalScale)
protected void
IconRenderer. doRecordFeedback(DrawContext dc, WWIcon icon, Vec4 modelPoint, java.awt.Rectangle screenRect)
Records feedback about how the specified WWIcon has been processed.protected boolean
IconRenderer. isFeedbackEnabled(DrawContext dc, WWIcon icon)
Returns true if the IconRenderer should record feedback about how the specified WWIcon has been processed.protected static boolean
IconRenderer. isIconValid(WWIcon icon, boolean checkPosition)
protected void
IconRenderer. recordFeedback(DrawContext dc, WWIcon icon, Vec4 modelPoint, java.awt.Rectangle screenRect)
If feedback is enabled for the specified WWIcon, this method records feedback about how the specified WWIcon has been processed.Method parameters in gov.nasa.worldwind.render with type arguments of type WWIcon Modifier and Type Method Description protected void
IconRenderer. drawMany(DrawContext dc, java.lang.Iterable<? extends WWIcon> icons, Layer layer)
void
IconRenderer. pick(DrawContext dc, java.lang.Iterable<? extends WWIcon> icons, java.awt.Point pickPoint, Layer layer)
void
IconRenderer. render(DrawContext dc, java.lang.Iterable<? extends WWIcon> icons)
Constructors in gov.nasa.worldwind.render with parameters of type WWIcon Constructor Description OrderedIcon(WWIcon icon, Vec4 point, Layer layer, double eyeDistance, double horizonDistance)
-
Uses of WWIcon in gov.nasa.worldwindx.applications.worldwindow.core
Fields in gov.nasa.worldwindx.applications.worldwindow.core declared as WWIcon Modifier and Type Field Description protected WWIcon
IconController. lastPickedIcon
-
Uses of WWIcon in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as WWIcon Modifier and Type Field Description protected WWIcon
AnnotationControls.AppFrame. highlit
protected WWIcon
PickFrustum.AppFrame. lastPickedIcon
Methods in gov.nasa.worldwindx.examples that return WWIcon Modifier and Type Method Description static WWIcon
AnnotationControls. createIcon(java.lang.Object type, Position position, java.lang.String title, java.lang.Object data)
Methods in gov.nasa.worldwindx.examples with parameters of type WWIcon Modifier and Type Method Description void
AnnotationControls.AppFrame. highlight(WWIcon icon)
protected void
AnnotationControls.AppFrame. openResource(WWIcon icon)
-