Package | Description |
---|---|
org.geotools.brewer.styling.builder | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.opengis.style |
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling.
|
Modifier and Type | Method and Description |
---|---|
GraphicLegendBuilder |
GraphicLegendBuilder.reset(GraphicLegend graphic) |
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
Graphic
A Graphic is a "graphical symbol" with an inherent shape, color(s), and possibly size.
|
interface |
GraphicLegend
Used to represent a Rule (or other construct) in a user interface or legend.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphicImpl
Direct implementation of Graphic.
|
Modifier and Type | Method and Description |
---|---|
GraphicLegend |
RuleImpl.getLegend() |
GraphicLegend |
Rule.getLegend() |
Modifier and Type | Method and Description |
---|---|
RuleImpl |
StyleFactoryImpl2.rule(String name,
Description description,
GraphicLegend legend,
double min,
double max,
List<Symbolizer> symbolizers,
Filter filter) |
Rule |
StyleFactory.rule(String name,
Description description,
GraphicLegend legend,
double min,
double max,
List<Symbolizer> symbolizers,
Filter filter)
Create a rule from the provided definition.
|
Rule |
StyleFactoryImpl.rule(String name,
Description description,
GraphicLegend legend,
double min,
double max,
List<Symbolizer> symbolizers,
Filter filter) |
void |
RuleImpl.setLegend(GraphicLegend legend) |
void |
Rule.setLegend(GraphicLegend legend) |
Modifier and Type | Method and Description |
---|---|
GraphicLegend |
Rule.getLegend()
Returns a small Graphic that could be used by the rendering engine to draw a legend window.
|
GraphicLegend |
StyleFactory.graphicLegend(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement) |
Modifier and Type | Method and Description |
---|---|
Rule |
StyleFactory.rule(String name,
Description description,
GraphicLegend legend,
double min,
double max,
List<Symbolizer> symbolizers,
Filter filter)
Create a rule from the provided definition.
|
Object |
StyleVisitor.visit(GraphicLegend graphicLegend,
Object data)
Called when accept is called on a legend graphic
|
Copyright © 1996–2019 Geotools. All rights reserved.