Uses of Interface
org.geotools.styling.Graphic

Packages that use Graphic
org.geotools.renderer.lite A simple renderer implementation.  
org.geotools.renderer.shape   
org.geotools.renderer.style Styling to be applied on Geometry objects at rendering time. 
org.geotools.styling Allows for symbolization of geospatial data.  
org.geotools.styling.visitor   
 

Uses of Graphic in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type Graphic
 void LiteRenderer.setTexture(java.awt.Graphics2D graphic, Graphic gr, Feature feature)
          Deprecated. Sets a texture on the current graphics2D
 java.awt.image.BufferedImage SVGGlyphRenderer.render(Graphic graphic, ExternalGraphic eg, Feature feature)
           
 java.awt.image.BufferedImage GlyphRenderer.render(Graphic graphic, ExternalGraphic eg, Feature feature)
           
 java.awt.image.BufferedImage CustomGlyphRenderer.render(Graphic graphic, ExternalGraphic eg, Feature feature)
           
 

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, Feature feature)
          DOCUMENT ME!
 

Uses of Graphic in org.geotools.styling
 

Classes in org.geotools.styling that implement Graphic
 class GraphicImpl
          DOCUMENT ME!
 

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 FillImpl.getGraphicFill()
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
abstract  Graphic AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
abstract  Graphic AbstractStyleFactory.getDefaultGraphic()
           
 Graphic StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleFactoryImpl.createDefaultGraphic()
           
 Graphic StyleFactoryImpl.getDefaultGraphic()
           
 Graphic PointSymbolizerImpl.getGraphic()
          Provides the graphical-symbolization parameter to use for the point geometry.
 Graphic StrokeImpl.getGraphicFill()
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 Graphic StrokeImpl.getGraphicStroke()
          This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.
 Graphic TextSymbolizerImpl.getGraphic()
           
 Graphic[] RuleImpl.getLegendGraphic()
           
 Graphic StyleBuilder.createGraphic()
          Creates the default graphic object
 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 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, Expression opacity, Expression size, Expression rotation)
          creates a graphic object
static Graphic SLD.graphic(PointSymbolizer sym)
           
 Graphic TextSymbolizer2.getGraphic()
          The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
 Graphic StyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleFactory.createDefaultGraphic()
           
 Graphic StyleFactory.getDefaultGraphic()
           
 Graphic PointSymbolizer.getGraphic()
          Provides the graphical-symbolization parameter to use for the point geometry.
 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[] Rule.getLegendGraphic()
          A set of equivalent Graphics in different formats which can be used as a legend against features stylized by the symbolizers in this rule.
 

Methods in org.geotools.styling with parameters of type Graphic
 void XMLEncoder.visit(Graphic gr)
          Deprecated.  
 void FillImpl.setGraphicFill(Graphic graphicFill)
          Setter for property graphic.
abstract  Fill AbstractStyleFactory.createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
           
abstract  PointSymbolizer AbstractStyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
           
abstract  Stroke AbstractStyleFactory.createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
          creates a stroke
 PointSymbolizer StyleFactoryImpl.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
           
 TextSymbolizer2 StyleFactoryImpl.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
           
 Stroke StyleFactoryImpl.createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
          creates a stroke
 Fill StyleFactoryImpl.createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
           
 void PointSymbolizerImpl.setGraphic(Graphic graphic)
          Setter for property graphic.
 void StrokeImpl.setGraphicFill(Graphic fillGraphic)
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 void StrokeImpl.setGraphicStroke(Graphic strokeGraphic)
          This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.
 void StyleAttributeExtractor.visit(Graphic gr)
           
 void TextSymbolizerImpl.setGraphic(Graphic graphic)
           
 void RuleImpl.addLegendGraphic(Graphic graphic)
           
 void RuleImpl.setLegendGraphic(Graphic[] graphics)
          A set of equivalent Graphics in different formats which can be used as a legend against features stylized by the symbolizers in this rule.
 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(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 fill
 PointSymbolizer StyleBuilder.createPointSymbolizer(Graphic graphic)
          create a point symbolizer
 PointSymbolizer StyleBuilder.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
          create a point symbolizer
static Mark SLD.mark(Graphic graphic)
           
 void TextSymbolizer2.setGraphic(Graphic graphic)
          The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
 TextSymbolizer2 StyleFactory2.createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, java.lang.String geometryPropertyName, Graphic graphic)
          Label Shield hack, non SLD 1.1
 Fill StyleFactory.createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
           
 PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
           
 Stroke StyleFactory.createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
          creates a stroke
 void PointSymbolizer.setGraphic(Graphic graphic)
          Provides the graphical-symbolization parameter to use for the point geometry.
 void Fill.setGraphicFill(Graphic graphicFill)
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 void Stroke.setGraphicFill(Graphic graphicFill)
          This parameter indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic to use.
 void Stroke.setGraphicStroke(Graphic graphicStroke)
          This parameter indicates that a repeated-linear-graphic graphic stroke type will be used and specifies the graphic to use.
 void Rule.setLegendGraphic(Graphic[] graphics)
          A set of equivalent Graphics in different formats which can be used as a legend against features stylized by the symbolizers in this rule.
 void StyleVisitor.visit(Graphic gr)
          Called when accept is called on a graphic
 

Uses of Graphic in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor with parameters of type Graphic
 void DuplicatorStyleVisitor.visit(Graphic gr)
           
 



Copyright © GeoTools. All Rights Reserved.