Package | Description |
---|---|
org.geotools.renderer.label | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelCacheImpl.put(String layerId,
TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
NumberRange scaleRange) |
Constructor and Description |
---|
LabelCacheItem(String layerId,
TextStyle2D textStyle,
LiteShape2 shape,
String label,
TextSymbolizer symbolizer)
Construct
LabelCacheItem . |
Modifier and Type | Method and Description |
---|---|
void |
StyledShapePainter.paint(Graphics2D graphics,
LiteShape2 shape,
GraphicLegend legend,
double symbolScale,
boolean isLabelObstacle)
Paints a GraphicLegend in the supplied graphics
|
void |
StyledShapePainter.paint(Graphics2D graphics,
LiteShape2 shape,
Style2D style,
double scale) |
void |
StyledShapePainter.paint(Graphics2D graphics,
LiteShape2 shape,
Style2D style,
double scale,
boolean isLabelObstacle)
Invoked automatically when a polyline is about to be draw.
|
void |
SynchronizedLabelCache.put(String layerId,
TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
NumberRange<Double> scaleRange) |
void |
LabelCache.put(String layerId,
TextSymbolizer symbolizer,
Feature feature,
LiteShape2 shape,
NumberRange<Double> scaleRange)
Puts a Label in the cache.
|
Constructor and Description |
---|
PaintShapeRequest(Graphics2D graphic,
LiteShape2 shape,
Style2D style,
double scale) |
Copyright © 1996–2019 Geotools. All rights reserved.