|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicFill | |
---|---|
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. |
Uses of GraphicFill in org.geotools.styling |
---|
Subinterfaces of GraphicFill in org.geotools.styling | |
---|---|
interface |
Graphic
A Graphic is a "graphical symbol" with an inherent shape, color(s), and possibly size. |
Classes in org.geotools.styling that implement GraphicFill | |
---|---|
class |
GraphicImpl
Direct implementation of Graphic. |
Methods in org.geotools.styling with parameters of type GraphicFill | |
---|---|
Fill |
StyleFactoryImpl.fill(GraphicFill fill,
Expression color,
Expression opacity)
|
FillImpl |
StyleFactoryImpl2.fill(GraphicFill graphicFill,
Expression color,
Expression opacity)
|
Fill |
StyleFactory.fill(GraphicFill fill,
Expression color,
Expression opacity)
|
Stroke |
StyleFactoryImpl.stroke(GraphicFill fill,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
StrokeImpl |
StyleFactoryImpl2.stroke(GraphicFill fill,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
Stroke |
StyleFactory.stroke(GraphicFill fill,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
Uses of GraphicFill in org.opengis.style |
---|
Methods in org.opengis.style that return GraphicFill | |
---|---|
GraphicFill |
Fill.getGraphicFill()
If this object is to be filled with tiled copies of an image, then returns a non-null Graphic that indicates what image should be drawn. |
GraphicFill |
Stroke.getGraphicFill()
If non-null, indicates that line should be drawn by tiling the (thin) area of the line with the given graphic. |
GraphicFill |
StyleFactory.graphicFill(List<GraphicalSymbol> symbols,
Expression opacity,
Expression size,
Expression rotation,
AnchorPoint anchorPoint,
Displacement displacement)
|
Methods in org.opengis.style with parameters of type GraphicFill | |
---|---|
Fill |
StyleFactory.fill(GraphicFill fill,
Expression color,
Expression opacity)
Create fill. |
Stroke |
StyleFactory.stroke(GraphicFill fill,
Expression color,
Expression opacity,
Expression width,
Expression join,
Expression cap,
float[] dashes,
Expression offset)
|
Object |
StyleVisitor.visit(GraphicFill graphicFill,
Object data)
Called when accept is called on a graphic fill |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |