Methods in org.geotools.styling that return GraphicImpl |
GraphicImpl |
PointSymbolizerImpl.getGraphic()
Provides the graphical-symbolization parameter to use for the point
geometry. |
GraphicImpl |
StrokeImpl.getGraphicFill()
This parameter indicates that a stipple-fill repeated graphic will be
used and specifies the fill graphic to use. |
GraphicImpl |
StrokeImpl.getGraphicStroke()
This parameter indicates that a repeated-linear-graphic graphic stroke
type will be used and specifies the graphic to use. |
GraphicImpl |
StyleFactoryImpl2.graphic(java.util.List<org.opengis.style.GraphicalSymbol> symbols,
org.opengis.filter.expression.Expression opacity,
org.opengis.filter.expression.Expression size,
org.opengis.filter.expression.Expression rotation,
org.opengis.style.AnchorPoint anchor,
org.opengis.style.Displacement disp)
|
GraphicImpl |
StyleFactoryImpl2.graphicFill(java.util.List<org.opengis.style.GraphicalSymbol> symbols,
org.opengis.filter.expression.Expression opacity,
org.opengis.filter.expression.Expression size,
org.opengis.filter.expression.Expression rotation,
org.opengis.style.AnchorPoint anchorPoint,
org.opengis.style.Displacement displacement)
|
GraphicImpl |
StyleFactoryImpl2.graphicLegend(java.util.List<org.opengis.style.GraphicalSymbol> symbols,
org.opengis.filter.expression.Expression opacity,
org.opengis.filter.expression.Expression size,
org.opengis.filter.expression.Expression rotation,
org.opengis.style.AnchorPoint anchorPoint,
org.opengis.style.Displacement displacement)
|
GraphicImpl |
StyleFactoryImpl2.graphicStroke(java.util.List<org.opengis.style.GraphicalSymbol> symbols,
org.opengis.filter.expression.Expression opacity,
org.opengis.filter.expression.Expression size,
org.opengis.filter.expression.Expression rotation,
org.opengis.style.AnchorPoint anchorPoint,
org.opengis.style.Displacement displacement,
org.opengis.filter.expression.Expression initialGap,
org.opengis.filter.expression.Expression gap)
|