| Package | Description |
|---|---|
| gov.nasa.worldwind.render.airspaces |
| Modifier and Type | Class and Description |
|---|---|
class |
ScreenSizeDetailLevel |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<DetailLevel> |
AbstractAirspace.detailLevels |
| Modifier and Type | Method and Description |
|---|---|
protected DetailLevel |
AbstractAirspace.computeDetailLevel(DrawContext dc) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DetailLevel> |
AbstractAirspace.getDetailLevels() |
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(Collection<DetailLevel> newDetailLevels) |
void |
AbstractAirspace.setDetailLevels(Collection<DetailLevel> detailLevels) |
void |
Airspace.setDetailLevels(Collection<DetailLevel> detailLevels) |