Uses of Interface
org.geotools.styling.Graphic

Packages that use Graphic
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 Graphic in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type Graphic
 java.awt.image.BufferedImage CustomGlyphRenderer.render(Graphic graphic, ExternalGraphic eg, java.lang.Object feature, int height)
          djb -- addd "height" which is ignored as per API change
 java.awt.image.BufferedImage GlyphRenderer.render(Graphic graphic, ExternalGraphic eg, java.lang.Object feature, int height)
           
 void MetaBufferEstimator.visit(Graphic gr)
           
 

Uses of Graphic in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Graphic
 void StyleVisitorAdapter.visit(Graphic gr)
           
 

Uses of Graphic in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type Graphic
 void OpacityFinder.visit(Graphic gr)
           
 

Uses of Graphic in org.geotools.renderer.style
 

Methods in org.geotools.renderer.style with parameters of type Graphic
 java.awt.TexturePaint SLDStyleFactory.getTexturePaint(Graphic gr, java.lang.Object feature)
          DOCUMENT ME!
 

Uses of Graphic in org.geotools.styling
 

Fields in org.geotools.styling declared as Graphic
static Graphic Graphic.DEFAULT
          A default Graphic instance.
static Graphic Graphic.NULL
          Indicates an absense of graphic.
 

Methods in org.geotools.styling that return Graphic
 Graphic StyleFactoryImpl.createDefaultGraphic()
           
 Graphic StyleFactory.createDefaultGraphic()
           
 Graphic StyleBuilder.createGraphic()
          Creates the default graphic object
 Graphic StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)
          creates a graphic object
 Graphic StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
          creates a graphic object
 Graphic StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
abstract  Graphic AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
 Graphic StyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
 Graphic StyleBuilder.createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)
          creates a graphic object
 Graphic StyleBuilder.createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)
          creates a graphic object
 Graphic StyleFactoryImpl.getDefaultGraphic()
           
abstract  Graphic AbstractStyleFactory.getDefaultGraphic()
           
 Graphic StyleFactory.getDefaultGraphic()
           
 Graphic TextSymbolizerImpl.getGraphic()
           
 Graphic PointSymbolizer.getGraphic()
          Provides the graphical-symbolization parameter to use for the point geometry.
 Graphic TextSymbolizer2.getGraphic()
          The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
 Graphic FillImpl.getGraphicFill()
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 Graphic Fill.getGraphicFill()
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 Graphic Stroke.getGraphicFill()
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 Graphic Stroke.getGraphicStroke()
          This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.
 Graphic[] RuleImpl.getLegendGraphic()
           
 Graphic[] Rule.getLegendGraphic()
          Deprecated. Please use getLegend
 Graphic StyleFactoryImpl.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)
           
 Graphic StyleFactory.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)
           
static Graphic SLD.graphic(PointSymbolizer sym)
           
 Graphic StyleFactoryImpl.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)
           
 Graphic StyleFactory.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)
           
 Graphic StyleFactoryImpl.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)
           
 Graphic StyleFactory.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)
           
protected  Graphic SLDParser.parseGraphic(org.w3c.dom.Node root)
          Internal parse method - made protected for unit testing
 

Methods in org.geotools.styling with parameters of type Graphic
 void RuleImpl.addLegendGraphic(Graphic graphic)
          Deprecated. 
 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(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)
           
 PointSymbolizer StyleBuilder.createPointSymbolizer(Graphic graphic)
          create a point symbolizer
 PointSymbolizer StyleBuilder.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
          create a point symbolizer
 PointSymbolizer StyleFactoryImpl.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
           
abstract  PointSymbolizer AbstractStyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
           
 PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
           
 Rule StyleFactoryImpl.createRule(Symbolizer[] symbolizers, org.opengis.style.Description desc, Graphic[] legends, java.lang.String name, org.opengis.filter.Filter filter, boolean isElseFilter, double maxScale, double minScale)
           
 Stroke StyleFactoryImpl.createStroke(org.opengis.filter.expression.Expression color, org.opengis.filter.expression.Expression width, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression lineJoin, org.opengis.filter.expression.Expression lineCap, float[] dashArray, org.opengis.filter.expression.Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
          creates a stroke
abstract  Stroke AbstractStyleFactory.createStroke(org.opengis.filter.expression.Expression color, org.opengis.filter.expression.Expression width, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression lineJoin, org.opengis.filter.expression.Expression lineCap, float[] dashArray, org.opengis.filter.expression.Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
          creates a stroke
 Stroke StyleFactory.createStroke(org.opengis.filter.expression.Expression color, org.opengis.filter.expression.Expression width, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression lineJoin, org.opengis.filter.expression.Expression lineCap, float[] dashArray, org.opengis.filter.expression.Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
          creates a stroke
 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 Mark SLD.mark(Graphic graphic)
          Retrieves the first Mark object from the given Graphic object.
 void TextSymbolizerImpl.setGraphic(Graphic graphic)
           
 void TextSymbolizer2.setGraphic(Graphic graphic)
          The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
 void RuleImpl.setLegendGraphic(Graphic[] graphics)
          Deprecated. 
 void Rule.setLegendGraphic(Graphic[] graphics)
          Deprecated. Please use setLegend
 void StyleAttributeExtractor.visit(Graphic gr)
           
 void StyleVisitor.visit(Graphic gr)
          Called when accept is called on a graphic
 

Constructors in org.geotools.styling with parameters of type Graphic
PointSymbolizerImpl(Graphic graphic, javax.measure.unit.Unit<javax.measure.quantity.Length> uom, java.lang.String geom, java.lang.String name, Description desc)
           
RuleImpl(Symbolizer[] symbolizers, org.opengis.style.Description desc, Graphic[] legends, java.lang.String name, org.opengis.filter.Filter filter, boolean isElseFilter, double maxScale, double minScale)
           
 

Uses of Graphic in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return Graphic
 Graphic GraphicBuilder.build()
           
 

Uses of Graphic in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return Graphic
protected  Graphic DuplicatingStyleVisitor.copy(Graphic graphic)
          Null safe graphic copy
 

Methods in org.geotools.styling.visitor with parameters of type Graphic
protected  Graphic DuplicatingStyleVisitor.copy(Graphic graphic)
          Null safe graphic copy
 void DuplicatingStyleVisitor.visit(Graphic gr)
           
 void RescaleStyleVisitor.visit(Graphic gr)
          Make graphics (such as used with PointSymbolizer) bigger
 



Copyright © 1996-2010 Geotools. All Rights Reserved.