Uses of Interface
gov.nasa.worldwind.render.Declutterable
-
Packages that use Declutterable Package Description gov.nasa.worldwind.render gov.nasa.worldwind.util -
-
Uses of Declutterable in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement Declutterable Modifier and Type Class Description classDeclutterableTextA wrapper aroundGeographicTextthat allows provides participation in global text decluttering.classPointPlacemark.OrderedPlacemark -
Uses of Declutterable in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util with type parameters of type Declutterable Modifier and Type Field Description protected java.util.Map<java.awt.geom.Rectangle2D,java.util.List<Declutterable>>PlacemarkClutterFilter. shapeMapMaintains a list of regions and the shapes associated with each region.Methods in gov.nasa.worldwind.util with parameters of type Declutterable Modifier and Type Method Description protected voidPlacemarkClutterFilter. addShape(java.awt.geom.Rectangle2D rectangle, Declutterable shape)Adds a shape to the internal shape map.Method parameters in gov.nasa.worldwind.util with type arguments of type Declutterable Modifier and Type Method Description voidBasicClutterFilter. apply(DrawContext dc, java.util.List<Declutterable> shapes)voidClutterFilter. apply(DrawContext dc, java.util.List<Declutterable> shapes)Applies the filter for a specified list ofDeclutterableshapes.voidPlacemarkClutterFilter. apply(DrawContext dc, java.util.List<Declutterable> shapes)
-