| Package | Description |
|---|---|
| gov.nasa.worldwind.render.airspaces |
| Modifier and Type | Class and Description |
|---|---|
class |
ScreenSizeDetailLevel |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<DetailLevel> |
AbstractAirspace.detailLevels |
| Modifier and Type | Method and Description |
|---|---|
protected DetailLevel |
AbstractAirspace.computeDetailLevel(DrawContext dc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<DetailLevel> |
AbstractAirspace.getDetailLevels() |
java.lang.Iterable<DetailLevel> |
Airspace.getDetailLevels() |
| Modifier and Type | Method and Description |
|---|---|
int |
ScreenSizeDetailLevel.compareTo(DetailLevel level) |
int |
DetailLevel.compareTo(DetailLevel level) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAirspace.addDetailLevels(java.util.Collection<DetailLevel> newDetailLevels) |
void |
AbstractAirspace.setDetailLevels(java.util.Collection<DetailLevel> detailLevels) |
void |
Airspace.setDetailLevels(java.util.Collection<DetailLevel> detailLevels) |