|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeclutterMatrix | |
|---|---|
| com.bbn.openmap.layer.location | Provides a layer that can display location data - data that represents a location with a graphic and a name. |
| Uses of DeclutterMatrix in com.bbn.openmap.layer.location |
|---|
| Fields in com.bbn.openmap.layer.location declared as DeclutterMatrix | |
|---|---|
protected DeclutterMatrix |
LocationLayer.declutterMatrix
The declutter matrix to use, if desired. |
| Methods in com.bbn.openmap.layer.location that return DeclutterMatrix | |
|---|---|
DeclutterMatrix |
LocationLayer.getDeclutterMatrix()
|
| Methods in com.bbn.openmap.layer.location with parameters of type DeclutterMatrix | |
|---|---|
protected void |
Location.declutterLabel(DeclutterMatrix declutter,
Projection proj)
Given the label is this location has a height and width, find a clean place on the map for it. |
protected void |
ByteRasterLocation.declutterLabel(DeclutterMatrix declutter,
Projection proj)
Given the label is this location has a height and width, find a clean place on the map for it. |
boolean |
Location.generate(Projection proj,
DeclutterMatrix declutterMatrix)
Generate the location, and use the declutter matrix to place the label is a spot so that it doesn't interset with other labels. |
void |
LocationLayer.setDeclutterMatrix(DeclutterMatrix dm)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||