public class GraphicLegendBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected static FilterFactory2 |
FF |
protected AbstractSLDBuilder<?> |
parent |
protected StyleFactory |
sf |
protected boolean |
unset |
Constructor and Description |
---|
GraphicLegendBuilder() |
GraphicLegendBuilder(AbstractStyleBuilder<?> parent) |
protected StyleFactory sf
protected AbstractSLDBuilder<?> parent
protected static final FilterFactory2 FF
protected boolean unset
public GraphicLegendBuilder()
public GraphicLegendBuilder(AbstractStyleBuilder<?> parent)
public GraphicLegend build()
Builder
public AnchorPointBuilder anchor()
public DisplacementBuilder displacement()
public GraphicLegendBuilder opacity(Expression opacity)
public GraphicLegendBuilder opacity(double opacity)
public GraphicLegendBuilder opacity(String cqlExpression)
public GraphicLegendBuilder size(Expression size)
public GraphicLegendBuilder size(double size)
public GraphicLegendBuilder size(String cqlExpression)
public GraphicLegendBuilder rotation(Expression rotation)
public GraphicLegendBuilder rotation(double rotation)
public GraphicLegendBuilder rotation(String cqlExpression)
public GraphicLegendBuilder reset()
Builder
public GraphicLegendBuilder reset(GraphicLegend graphic)
public GraphicLegendBuilder unset()
Builder
null
.
This method allows a Builder to be used as a placeholder; in its unset state the build()
method will produce null
. If any of the builder methods are used the builder
will produce a result.
unset
in interface Builder<GraphicLegend>
null
protected void buildStyleInternal(StyleBuilder sb)
public GraphicLegendBuilder reset(GraphicLegend original)
Builder
protected Expression literal(Object literal)
protected Expression property(String name)
protected Expression cqlExpression(String cql)
protected void buildSLDInternal(StyledLayerDescriptorBuilder sb)
public Style buildStyle()
public Object buildRoot()
protected void init(Builder<T> other)
public StyledLayerDescriptor buildSLD()
Copyright © 1996–2019 Geotools. All rights reserved.