Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.renderer.lite.gridcoverage2d |
SLD 1.0 and SE RasterSymbolizer support classes
|
org.geotools.renderer.style |
Styling to be applied on
org.geotools.renderer.geom.Geometry objects at rendering time. |
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.geotools.styling.visitor | |
org.geotools.xml.styling |
Modifier and Type | Method and Description |
---|---|
Halo |
HaloBuilder.build() |
Modifier and Type | Method and Description |
---|---|
void |
OpacityFinder.visit(Halo halo) |
void |
MetaBufferEstimator.visit(Halo halo) |
Modifier and Type | Method and Description |
---|---|
void |
StyleVisitorAdapter.visit(Halo halo) |
Modifier and Type | Method and Description |
---|---|
void |
StyleAttributeExtractor.visit(Halo halo) |
Modifier and Type | Method and Description |
---|---|
Halo |
StyleBuilder.createHalo()
wrapper round StyleFactory method to create default halo
|
Halo |
StyleBuilder.createHalo(Color color,
double radius)
wrapper round StyleFactory method to create halo
|
Halo |
StyleBuilder.createHalo(Color color,
double opacity,
double radius)
wrapper round StyleFactory method to create halo
|
Halo |
StyleBuilder.createHalo(Fill fill,
double radius)
wrapper round StyleFactory method to create halo
|
Halo |
StyleFactory.createHalo(Fill fill,
Expression radius) |
Halo |
StyleBuilder.createHalo(Fill fill,
Expression radius)
wrapper round StyleFactory method to create halo
|
abstract Halo |
AbstractStyleFactory.createHalo(Fill fill,
Expression radius) |
Halo |
StyleFactoryImpl.createHalo(Fill fill,
Expression radius) |
Halo |
TextSymbolizer.getHalo()
A halo fills an extended area outside the glyphs of a rendered text label to make the label
easier to read over a background.
|
Halo |
StyleFactory.halo(Fill fill,
Expression radius) |
Halo |
StyleFactoryImpl.halo(Fill fill,
Expression radius) |
Modifier and Type | Method and Description |
---|---|
TextSymbolizer |
StyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
create a text symbolizer
|
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName) |
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1
|
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic) |
void |
StyleVisitor.visit(Halo halo)
Called when accept is called on a halo
|
void |
AbstractStyleVisitor.visit(Halo halo) |
Modifier and Type | Method and Description |
---|---|
protected Halo |
DuplicatingStyleVisitor.copy(Halo halo)
Null safe copy of halo.
|
Modifier and Type | Method and Description |
---|---|
protected Halo |
DuplicatingStyleVisitor.copy(Halo halo)
Null safe copy of halo.
|
void |
DuplicatingStyleVisitor.visit(Halo halo) |
Modifier and Type | Method and Description |
---|---|
protected Halo |
SLDParser.parseHalo(Node root)
Internal parse method - made protected for unit testing
|
Copyright © 1996–2019 Geotools. All rights reserved.