|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fill | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
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. |
Uses of Fill in org.geotools.styling |
---|
Subinterfaces of Fill in org.geotools.styling | |
---|---|
interface |
Fill
The Fill object encapsulates the graphical-symbolization parameters for areas of geometries. |
Classes in org.geotools.styling that implement Fill | |
---|---|
class |
FillImpl
|
Methods in org.geotools.styling with parameters of type Fill | |
---|---|
Halo |
StyleFactoryImpl.halo(Fill fill,
Expression radius)
|
HaloImpl |
StyleFactoryImpl2.halo(Fill fill,
Expression radius)
|
Halo |
StyleFactory.halo(Fill fill,
Expression radius)
|
Mark |
StyleFactoryImpl.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
MarkImpl |
StyleFactoryImpl2.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
MarkImpl |
StyleFactoryImpl.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
MarkImpl |
StyleFactoryImpl2.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
PolygonSymbolizer |
StyleFactoryImpl.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
PolygonSymbolizerImpl |
StyleFactoryImpl2.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
void |
TextSymbolizerImpl.setFill(Fill fill)
Setter for property fill. |
void |
HaloImpl.setFill(Fill fill)
Setter for property fill. |
void |
MarkImpl.setFill(Fill fill)
Setter for property fill. |
void |
PolygonSymbolizerImpl.setFill(Fill fill)
Sets the graphical-symbolization parameter to use to fill the area of the geometry. |
void |
Halo.setFill(Fill fill)
The fill (color) of the halo |
void |
PolygonSymbolizer.setFill(Fill fill)
Provides the graphical-symbolization parameter to use to fill the area of the geometry. |
void |
TextSymbolizer.setFill(Fill fill)
Sets the object that indicates how the text will be filled. |
void |
Mark.setFill(Fill fill)
This parameter defines which fill style to use when rendering the Mark. |
TextSymbolizer |
StyleFactoryImpl.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
|
TextSymbolizerImpl |
StyleFactoryImpl2.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
|
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed. |
Uses of Fill in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder with parameters of type Fill | |
---|---|
FillBuilder |
FillBuilder.reset(Fill original)
|
Uses of Fill in org.opengis.style |
---|
Methods in org.opengis.style that return Fill | |
---|---|
Fill |
StyleFactory.fill(GraphicFill fill,
Expression color,
Expression opacity)
Create fill. |
Fill |
Halo.getFill()
Returns the object that indicates how the halo area around the text should be filled. |
Fill |
PolygonSymbolizer.getFill()
Returns the object that holds the information about how the interior of polygons should be filled. |
Fill |
TextSymbolizer.getFill()
Returns the object that indicates how the text will be filled. |
Fill |
Mark.getFill()
Returns the object that indicates how the mark should be filled. |
Methods in org.opengis.style with parameters of type Fill | |
---|---|
Halo |
StyleFactory.halo(Fill fill,
Expression radius)
|
Mark |
StyleFactory.mark(Expression wellKnownName,
Fill fill,
Stroke stroke)
|
Mark |
StyleFactory.mark(ExternalMark externalMark,
Fill fill,
Stroke stroke)
|
PolygonSymbolizer |
StyleFactory.polygonSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Stroke stroke,
Fill fill,
Displacement displacement,
Expression offset)
|
TextSymbolizer |
StyleFactory.textSymbolizer(String name,
Expression geometry,
Description description,
Unit<?> unit,
Expression label,
Font font,
LabelPlacement placement,
Halo halo,
Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed. |
Object |
StyleVisitor.visit(Fill fill,
Object data)
Called when accept is called on a fill |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |