|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fill | |
---|---|
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
org.geotools.renderer.shape | |
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.builder | |
org.geotools.styling.visitor |
Uses of Fill in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite with parameters of type Fill | |
---|---|
void |
MetaBufferEstimator.visit(Fill fill)
|
Uses of Fill in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Fill | |
---|---|
void |
StyleVisitorAdapter.visit(Fill fill)
|
Uses of Fill in org.geotools.renderer.shape |
---|
Methods in org.geotools.renderer.shape with parameters of type Fill | |
---|---|
void |
OpacityFinder.visit(Fill fill)
|
Uses of Fill in org.geotools.renderer.style |
---|
Methods in org.geotools.renderer.style with parameters of type Fill | |
---|---|
protected java.awt.Composite |
SLDStyleFactory.getComposite(Fill fill,
java.lang.Object feature)
Computes the Composite equivalent to the opacity in the SLD Fill |
protected java.awt.Paint |
SLDStyleFactory.getPaint(Fill fill,
java.lang.Object feature)
|
Uses of Fill in org.geotools.styling |
---|
Fields in org.geotools.styling declared as Fill | |
---|---|
static Fill |
Fill.DEFAULT
|
static Fill |
Fill.NULL
|
Methods in org.geotools.styling that return Fill | |
---|---|
Fill |
StyleBuilder.createFill()
create a default fill 50% gray |
Fill |
StyleBuilder.createFill(java.awt.Color fillColor)
create a fill of color |
Fill |
StyleBuilder.createFill(java.awt.Color color,
java.awt.Color backgroundColor,
double opacity,
Graphic fill)
create a fill with color, background color and opacity supplied and uses the graphic supplied for the fill |
Fill |
StyleBuilder.createFill(java.awt.Color fillColor,
double opacity)
create a fill with the supplied color and opacity |
Fill |
StyleBuilder.createFill(org.opengis.filter.expression.Expression fillColor)
create a fill of color |
Fill |
StyleFactoryImpl.createFill(org.opengis.filter.expression.Expression color)
|
abstract Fill |
AbstractStyleFactory.createFill(org.opengis.filter.expression.Expression color)
|
Fill |
StyleFactory.createFill(org.opengis.filter.expression.Expression color)
|
Fill |
StyleBuilder.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression opacity)
create a fill with the supplied color and opacity |
Fill |
StyleFactoryImpl.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression opacity)
|
abstract Fill |
AbstractStyleFactory.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression opacity)
|
Fill |
StyleFactory.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression opacity)
|
Fill |
StyleBuilder.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression backgroundColor,
org.opengis.filter.expression.Expression opacity,
Graphic fill)
create a fill with color, background color and opacity supplied and uses the graphic supplied for the fill |
Fill |
StyleFactoryImpl.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression backgroundColor,
org.opengis.filter.expression.Expression opacity,
Graphic graphicFill)
|
abstract Fill |
AbstractStyleFactory.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression backgroundColor,
org.opengis.filter.expression.Expression opacity,
Graphic graphicFill)
|
Fill |
StyleFactory.createFill(org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression backgroundColor,
org.opengis.filter.expression.Expression opacity,
Graphic graphicFill)
|
Fill |
StyleFactoryImpl.fill(org.opengis.style.GraphicFill fill,
org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression opacity)
|
Fill |
StyleFactory.fill(org.opengis.style.GraphicFill fill,
org.opengis.filter.expression.Expression color,
org.opengis.filter.expression.Expression opacity)
|
static Fill |
SLD.fill(PointSymbolizer sym)
Retrieves the Fill from a PointSymbolizer. |
static Fill |
SLD.fill(PolygonSymbolizer sym)
Retrieves the Fill from a PolygonSymbolizer. |
Fill |
StyleFactoryImpl.getDefaultFill()
|
abstract Fill |
AbstractStyleFactory.getDefaultFill()
|
Fill |
StyleFactory.getDefaultFill()
|
Fill |
PolygonSymbolizerImpl.getFill()
Provides the graphical-symbolization parameter to use to fill the area of the geometry. |
Fill |
PolygonSymbolizer.getFill()
Provides the graphical-symbolization parameter to use to fill the area of the geometry. |
Fill |
TextSymbolizer.getFill()
Returns the object that indicates how the text will be filled. |
Fill |
Mark.getFill()
This parameter defines which fill style to use when rendering the Mark. |
Fill |
Halo.getFill()
The fill (color) of the halo |
protected Fill |
SLDParser.parseFill(org.w3c.dom.Node root)
Internal parse method - made protected for unit testing |
Methods in org.geotools.styling with parameters of type Fill | |
---|---|
static java.awt.Color |
SLD.color(Fill fill)
Retrieve the color of a fill object |
Halo |
StyleBuilder.createHalo(Fill fill,
double radius)
wrapper round StyleFactory method to create halo |
Halo |
StyleBuilder.createHalo(Fill fill,
org.opengis.filter.expression.Expression radius)
wrapper round StyleFactory method to create halo |
Halo |
StyleFactoryImpl.createHalo(Fill fill,
org.opengis.filter.expression.Expression radius)
|
abstract Halo |
AbstractStyleFactory.createHalo(Fill fill,
org.opengis.filter.expression.Expression radius)
|
Halo |
StyleFactory.createHalo(Fill fill,
org.opengis.filter.expression.Expression radius)
|
Mark |
StyleBuilder.createMark(org.opengis.filter.expression.Expression wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke |
Mark |
StyleFactoryImpl.createMark(org.opengis.filter.expression.Expression wellKnownName,
Stroke stroke,
Fill fill,
org.opengis.filter.expression.Expression size,
org.opengis.filter.expression.Expression rotation)
|
abstract Mark |
AbstractStyleFactory.createMark(org.opengis.filter.expression.Expression wellKnownName,
Stroke stroke,
Fill fill,
org.opengis.filter.expression.Expression size,
org.opengis.filter.expression.Expression rotation)
|
Mark |
StyleFactory.createMark(org.opengis.filter.expression.Expression wellKnownName,
Stroke stroke,
Fill fill,
org.opengis.filter.expression.Expression size,
org.opengis.filter.expression.Expression rotation)
|
Mark |
StyleBuilder.createMark(java.lang.String wellKnownName,
Fill fill,
Stroke stroke)
create a mark with the supplied fill and stroke |
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill)
create a polygon symbolizer |
PolygonSymbolizer |
StyleBuilder.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
create a polygon symbolizer |
PolygonSymbolizer |
StyleFactoryImpl.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
|
abstract PolygonSymbolizer |
AbstractStyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
|
PolygonSymbolizer |
StyleFactory.createPolygonSymbolizer(Stroke stroke,
Fill fill,
java.lang.String geometryPropertyName)
|
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
org.opengis.filter.expression.Expression label,
LabelPlacement labelPlacement,
java.lang.String geometryPropertyName)
create a text symbolizer |
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
org.opengis.filter.expression.Expression label,
LabelPlacement labelPlacement,
java.lang.String geometryPropertyName)
|
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
org.opengis.filter.expression.Expression label,
LabelPlacement labelPlacement,
java.lang.String geometryPropertyName)
|
TextSymbolizer |
StyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
org.opengis.filter.expression.Expression label,
LabelPlacement labelPlacement,
java.lang.String geometryPropertyName)
|
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
org.opengis.filter.expression.Expression label,
LabelPlacement labelPlacement,
java.lang.String geometryPropertyName,
Graphic graphic)
|
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
org.opengis.filter.expression.Expression label,
LabelPlacement labelPlacement,
java.lang.String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1 |
static double |
SLD.opacity(Fill fill)
Retrieve the opacity from the provided fill; or return the default. |
void |
StyleAttributeExtractor.visit(Fill fill)
|
void |
StyleVisitor.visit(Fill fill)
Called when accept is called on a fill |
Constructors in org.geotools.styling with parameters of type Fill | |
---|---|
BasicPolygonStyle(Fill fill,
Stroke stroke)
|
|
PolygonSymbolizerImpl(Stroke stroke,
Fill fill,
Displacement disp,
org.opengis.filter.expression.Expression offset,
javax.measure.unit.Unit<javax.measure.quantity.Length> uom,
java.lang.String geom,
java.lang.String name,
Description desc)
|
Uses of Fill in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder that return Fill | |
---|---|
Fill |
FillBuilder.build()
Build Fill as defined; FillBuilder will be reset after this use. |
Uses of Fill in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return Fill | |
---|---|
protected Fill |
DuplicatingStyleVisitor.copy(Fill fill)
Null safe fill copy |
Methods in org.geotools.styling.visitor with parameters of type Fill | |
---|---|
protected Fill |
DuplicatingStyleVisitor.copy(Fill fill)
Null safe fill copy |
void |
DuplicatingStyleVisitor.visit(Fill fill)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |