Uses of Interface
org.geotools.api.style.Graphic
- 
Packages that use Graphic Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometryobjects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling org.geotools.ysld.encode Encoder for style objects as YSLD.org.geotools.ysld.parse Parser for YSLD into style objects.
- 
- 
Uses of Graphic in org.geotools.api.styleSubinterfaces of Graphic in org.geotools.api.style Modifier and Type Interface Description interfaceGraphicFillA GraphicFill is a simple interface with only a graphic but additional parameters for the GraphicFill may be provided in the future to provide more control the exact style of filling.interfaceGraphicLegendThe LegendGraphic element allow an optional explicit graphic symbolizer to do displayed in a legend for the rule.interfaceGraphicStrokeThe GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.Methods in org.geotools.api.style that return Graphic Modifier and Type Method Description GraphicStyleFactory. createDefaultGraphic()GraphicStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)GraphicStyleFactory. getDefaultGraphic()GraphicPointSymbolizer. getGraphic()Provides the graphical-symbolization parameter to use for the point geometry.GraphicTextSymbolizer. getGraphic()The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.GraphicFill. getGraphicFill()This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.GraphicStroke. getGraphicFill()This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.GraphicStroke. getGraphicStroke()This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.GraphicStyleFactory. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)Create a graphic.Methods in org.geotools.api.style with parameters of type Graphic Modifier and Type Method Description FillStyleFactory. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)PointSymbolizerStyleFactory. createPointSymbolizer(Graphic graphic, String geometryPropertyName)StrokeStyleFactory. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)creates a strokeTextSymbolizerStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)Label Shield hack, non SLD 1.1PointSymbolizerStyleFactory. pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)Creation of a PointSymbolizer to describe how geometry can be rendered as a point.voidPointSymbolizer. setGraphic(Graphic graphic)Provides the graphical-symbolization parameter to use for the point geometry.voidTextSymbolizer. setGraphic(Graphic graphic)The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.voidFill. setGraphicFill(Graphic graphicFill)This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.voidStroke.ConstantStroke. setGraphicFill(Graphic graphicFill)voidStroke. setGraphicFill(Graphic graphicFill)This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.voidStroke.ConstantStroke. setGraphicStroke(Graphic graphicStroke)voidStroke. setGraphicStroke(Graphic graphicStroke)This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.voidStyleVisitor. visit(Graphic gr)Called when accept is called on a graphicObjectTraversingStyleVisitor. visit(Graphic graphic, Object data)Called when accept is called on a graphic
- 
Uses of Graphic in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return Graphic Modifier and Type Method Description GraphicGraphicBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type Graphic Modifier and Type Method Description GraphicBuilderGraphicBuilder. reset(Graphic graphic)
- 
Uses of Graphic in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type Graphic Modifier and Type Method Description BufferedImageCustomGlyphRenderer. render(Graphic graphic, ExternalGraphic eg, Object feature, int height)djb -- addd "height" which is ignored as per API changeBufferedImageGlyphRenderer. render(Graphic graphic, ExternalGraphic eg, Object feature, int height)protected ExpressionGraphicsAwareDpiRescaleStyleVisitor. rescaleGraphicSize(Graphic gr)voidMetaBufferEstimator. visit(Graphic gr)voidOpacityFinder. visit(Graphic gr)
- 
Uses of Graphic in org.geotools.renderer.lite.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Graphic Modifier and Type Method Description voidStyleVisitorAdapter. visit(Graphic gr)
- 
Uses of Graphic in org.geotools.renderer.styleMethods in org.geotools.renderer.style with parameters of type Graphic Modifier and Type Method Description voidStyleAttributeExtractor. visit(Graphic gr)
- 
Uses of Graphic in org.geotools.stylingClasses in org.geotools.styling that implement Graphic Modifier and Type Class Description classGraphicImplDirect implementation of Graphic.static classGraphicImpl.ConstantGraphicFields in org.geotools.styling declared as Graphic Modifier and Type Field Description static GraphicGraphicImpl. DEFAULTA default Graphic instance.static GraphicGraphicImpl. NULLIndicates an absense of graphic.Methods in org.geotools.styling that return Graphic Modifier and Type Method Description GraphicStyleFactoryImpl. createDefaultGraphic()abstract GraphicAbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)GraphicStyleBuilder. createGraphic()Creates the default graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)creates a graphic objectGraphicStyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)abstract GraphicAbstractStyleFactory. getDefaultGraphic()GraphicStyleFactoryImpl. getDefaultGraphic()GraphicPointSymbolizerImpl. getGraphic()Provides the graphical-symbolization parameter to use for the point geometry.GraphicTextSymbolizerImpl. getGraphic()GraphicFillImpl. getGraphicFill()This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.GraphicStrokeImpl. getGraphicFill()This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.GraphicStrokeImpl. getGraphicStroke()This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.static GraphicSLD. graphic(PointSymbolizer sym)GraphicStyleFactoryImpl. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)Methods in org.geotools.styling with parameters of type Graphic Modifier and Type Method Description abstract FillAbstractStyleFactory. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)FillStyleBuilder. createFill(Color color, Color backgroundColor, double opacity, Graphic fill)create a fill with color, background color and opacity supplied and uses the graphic supplied for the fillFillStyleBuilder. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic fill)create a fill with color, background color and opacity supplied and uses the graphic supplied for the fillFillStyleFactoryImpl. createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)abstract PointSymbolizerAbstractStyleFactory. createPointSymbolizer(Graphic graphic, String geometryPropertyName)PointSymbolizerStyleBuilder. createPointSymbolizer(Graphic graphic)create a point symbolizerPointSymbolizerStyleBuilder. createPointSymbolizer(Graphic graphic, String geometryPropertyName)create a point symbolizerPointSymbolizerStyleFactoryImpl. createPointSymbolizer(Graphic graphic, String geometryPropertyName)RuleStyleFactoryImpl. createRule(Symbolizer[] symbolizers, Description desc, Graphic legend, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale)abstract StrokeAbstractStyleFactory. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)creates a strokeStrokeStyleFactoryImpl. createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)creates a strokeTextSymbolizerStyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)static MarkSLD. mark(Graphic graphic)Retrieves the first Mark object from the given Graphic object.PointSymbolizerStyleFactoryImpl. pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)PointSymbolizerStyleFactoryImpl2. pointSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Graphic graphic)voidPointSymbolizerImpl. setGraphic(Graphic graphic)Setter for property graphic.voidTextSymbolizerImpl. setGraphic(Graphic graphic)voidFillImpl.ConstantFill. setGraphicFill(Graphic graphicFill)voidFillImpl. setGraphicFill(Graphic graphicFill)Setter for property graphic.voidStrokeImpl. setGraphicFill(Graphic fillGraphic)This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.voidStrokeImpl. setGraphicStroke(Graphic strokeGraphic)This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.voidAbstractStyleVisitor. visit(Graphic gr)Constructors in org.geotools.styling with parameters of type Graphic Constructor Description PointSymbolizerImpl(Graphic graphic, Unit<Length> uom, String geom, String name, Description desc)RuleImpl(Symbolizer[] symbolizers, Description desc, Graphic legend, String name, Filter filter, boolean isElseFilter, double maxScale, double minScale)
- 
Uses of Graphic in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return Graphic Modifier and Type Method Description protected GraphicDuplicatingStyleVisitor. copy(Graphic graphic)Null safe graphic copyMethods in org.geotools.styling.visitor with parameters of type Graphic Modifier and Type Method Description protected GraphicDuplicatingStyleVisitor. copy(Graphic graphic)Null safe graphic copyprotected ExpressionRescaleStyleVisitor. rescaleGraphicSize(Graphic gr)voidDuplicatingStyleVisitor. visit(Graphic gr)voidRescaleStyleVisitor. visit(Graphic gr)Make graphics (such as used with PointSymbolizer) bigger
- 
Uses of Graphic in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return Graphic Modifier and Type Method Description protected GraphicSLDParser. parseGraphic(Node root)Internal parse method - made protected for unit testing
- 
Uses of Graphic in org.geotools.ysld.encodeMethods in org.geotools.ysld.encode with parameters of type Graphic Modifier and Type Method Description protected voidGraphicEncoder. encode(Graphic g)Constructors in org.geotools.ysld.encode with parameters of type Graphic Constructor Description SymbolsEncoder(Graphic g)
- 
Uses of Graphic in org.geotools.ysld.parseMethods in org.geotools.ysld.parse with parameters of type Graphic Modifier and Type Method Description protected voidGraphicParser. graphic(Graphic g)
 
-