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. iconsprotected java.lang.Iterable<WWIcon>IconLayer. iconsOverrideprotected java.util.HashMap<GlobeStateKey,java.util.Set<WWIcon>>IconLayer. lastActiveIconsListsMethods 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 voidIconLayer. addIcon(WWIcon icon)Adds the specifiediconto this layer's internal collection.voidIconLayer. removeIcon(WWIcon icon)Removes the specifiediconfrom 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 voidIconLayer. addIcons(java.lang.Iterable<WWIcon> icons)Adds the contents of the specifiediconsto this layer's internal collection.voidIconLayer. 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 classPedestalclassUserFacingIconFields in gov.nasa.worldwind.render declared as WWIcon Modifier and Type Field Description protected WWIconIconRenderer.OrderedIcon. iconMethods in gov.nasa.worldwind.render that return WWIcon Modifier and Type Method Description WWIconIconRenderer.OrderedIcon. getIcon()Methods in gov.nasa.worldwind.render with parameters of type WWIcon Modifier and Type Method Description protected voidIconRenderer. addToolTip(DrawContext dc, WWIcon icon, Vec4 iconPoint)protected voidIconRenderer. applyBackground(DrawContext dc, WWIcon icon, Vec4 screenPoint, double width, double height, double pedestalSpacing, double pedestalScale)protected voidIconRenderer. doRecordFeedback(DrawContext dc, WWIcon icon, Vec4 modelPoint, java.awt.Rectangle screenRect)Records feedback about how the specified WWIcon has been processed.protected booleanIconRenderer. isFeedbackEnabled(DrawContext dc, WWIcon icon)Returns true if the IconRenderer should record feedback about how the specified WWIcon has been processed.protected static booleanIconRenderer. isIconValid(WWIcon icon, boolean checkPosition)protected voidIconRenderer. 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 voidIconRenderer. drawMany(DrawContext dc, java.lang.Iterable<? extends WWIcon> icons, Layer layer)voidIconRenderer. pick(DrawContext dc, java.lang.Iterable<? extends WWIcon> icons, java.awt.Point pickPoint, Layer layer)voidIconRenderer. 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 WWIconIconController. lastPickedIcon -
Uses of WWIcon in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as WWIcon Modifier and Type Field Description protected WWIconAnnotationControls.AppFrame. highlitprotected WWIconPickFrustum.AppFrame. lastPickedIconMethods in gov.nasa.worldwindx.examples that return WWIcon Modifier and Type Method Description static WWIconAnnotationControls. 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 voidAnnotationControls.AppFrame. highlight(WWIcon icon)protected voidAnnotationControls.AppFrame. openResource(WWIcon icon)
-