Uses of Class
org.geotools.renderer.label.LabelCacheItem
Packages that use LabelCacheItem
-
Uses of LabelCacheItem in org.geotools.renderer.label
Fields in org.geotools.renderer.label with type parameters of type LabelCacheItemModifier and TypeFieldDescriptionprotected Map<LabelCacheItem,
LabelCacheItem> LabelCacheImpl.groupedLabelsLookup
Used to locate grouped labels quicklyprotected Map<LabelCacheItem,
LabelCacheItem> LabelCacheImpl.groupedLabelsLookup
Used to locate grouped labels quicklyprotected ArrayList<LabelCacheItem>
LabelCacheImpl.labelCache
labels get thrown in here, in insertion orderMethods in org.geotools.renderer.label that return LabelCacheItemMethods in org.geotools.renderer.label that return types with arguments of type LabelCacheItemModifier and TypeMethodDescriptionLabelCacheImpl.getActiveLabels()
Returns a list of all active labelsLabelCacheImpl.orderedLabels()
Return a list with all the values in priority order.Methods in org.geotools.renderer.label with parameters of type LabelCacheItemModifier and TypeMethodDescriptionvoid
LabelIndex.addLabel
(LabelCacheItem item, Rectangle2D bounds) Adds a label into the indexint
LabelCacheItem.compareTo
(LabelCacheItem other) void
LabelPainter.setLabel
(LabelCacheItem labelItem) Sets the current label.