| Package | Description | 
|---|---|
| gov.nasa.worldwind.render | |
| gov.nasa.worldwind.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeclutterableText
A wrapper around  
GeographicText that allows provides participation in global text decluttering. | 
class  | 
PointPlacemark.OrderedPlacemark  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<Rectangle2D,List<Declutterable>> | 
PlacemarkClutterFilter.shapeMap
Maintains a list of regions and the shapes associated with each region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
PlacemarkClutterFilter.addShape(Rectangle2D rectangle,
        Declutterable shape)
Adds a shape to the internal shape map. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasicClutterFilter.apply(DrawContext dc,
     List<Declutterable> shapes)  | 
void | 
ClutterFilter.apply(DrawContext dc,
     List<Declutterable> shapes)
Applies the filter for a specified list of  
Declutterable shapes. | 
void | 
PlacemarkClutterFilter.apply(DrawContext dc,
     List<Declutterable> shapes)  |