Package | Description |
---|---|
org.geotools.renderer.label |
Modifier and Type | Field and Description |
---|---|
protected Map<LabelCacheItem,LabelCacheItem> |
LabelCacheImpl.groupedLabelsLookup
Used to locate grouped labels quickly
|
protected Map<LabelCacheItem,LabelCacheItem> |
LabelCacheImpl.groupedLabelsLookup
Used to locate grouped labels quickly
|
protected ArrayList<LabelCacheItem> |
LabelCacheImpl.labelCache
labels get thrown in here, in insertion order
|
Modifier and Type | Method and Description |
---|---|
LabelCacheItem |
LabelPainter.getLabel()
Returns the current label item
|
Modifier and Type | Method and Description |
---|---|
List<LabelCacheItem> |
LabelCacheImpl.getActiveLabels()
Returns a list of all active labels
|
List<LabelCacheItem> |
LabelCacheImpl.orderedLabels()
Return a list with all the values in priority order.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelIndex.addLabel(LabelCacheItem item,
Rectangle2D bounds)
Adds a label into the index
|
int |
LabelCacheItem.compareTo(LabelCacheItem other) |
void |
LabelPainter.setLabel(LabelCacheItem labelItem)
Sets the current label.
|
Copyright © 1996–2019 Geotools. All rights reserved.