Package | Description |
---|---|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
private MemoryManager.MemoryHandle<?> |
AbstractTileSourceLayer.TileSourcePainter.memory
The memory handle that will hold our tile source.
|
Modifier and Type | Class and Description |
---|---|
private class |
MemoryManager.ManualFreeMemoryHandle<T> |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<MemoryManager.MemoryHandle<?>> |
MemoryManager.activeHandles |
Modifier and Type | Method and Description |
---|---|
<T> MemoryManager.MemoryHandle<T> |
MemoryManager.allocateMemory(java.lang.String name,
long maxBytes,
java.util.function.Supplier<T> factory)
Allocates a basic, fixed memory size.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<MemoryManager.MemoryHandle<?>> |
MemoryManager.resetState()
Reset the state of this manager to the default state.
|