protected static class RectangularTessellator.CacheKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
density |
protected java.lang.Object |
globeStateKey |
protected Sector |
sector |
| Constructor and Description |
|---|
CacheKey(DrawContext dc,
Sector sector,
int density) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected final int density
protected final java.lang.Object globeStateKey
protected final Sector sector
public CacheKey(DrawContext dc, Sector sector, int density)