Uses of Interface
org.geotools.styling.Mark

Packages that use Mark
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.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of Mark in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type Mark
 void MetaBufferEstimator.visit(Mark mark)
           
 

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

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

Uses of Mark in org.geotools.renderer.shape
 

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

Uses of Mark in org.geotools.styling
 

Subinterfaces of Mark in org.geotools.styling
 interface TextMark
          Note: this isn't in the SLD specification.
 

Classes in org.geotools.styling that implement Mark
 class MarkImpl
          Default implementation of Mark.
 class TextMarkImpl
          DOCUMENT ME!
 

Fields in org.geotools.styling declared as Mark
static Mark[] Mark.MARKS_EMPTY
           
 

Methods in org.geotools.styling that return Mark
abstract  Mark AbstractStyleFactory.createMark()
           
 Mark StyleFactoryImpl.createMark()
           
 Mark StyleFactory.createMark()
           
 Mark StyleBuilder.createMark(Expression wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
abstract  Mark AbstractStyleFactory.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Mark StyleFactoryImpl.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Mark StyleFactory.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Mark StyleBuilder.createMark(String wellKnownName)
          create the named mark
 Mark StyleBuilder.createMark(String wellKnownName, Color fillColor)
          create a mark of the supplied color and a default outline (black)
 Mark StyleBuilder.createMark(String wellKnownName, Color fillColor, Color borderColor, double borderWidth)
          create the named mark with the colors etc supplied
 Mark StyleBuilder.createMark(String wellKnownName, Color borderColor, double borderWidth)
          create a mark with default fill (50% gray) and the supplied outline
 Mark StyleBuilder.createMark(String wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
abstract  Mark AbstractStyleFactory.getCircleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getCircleMark()
           
 Mark StyleFactory.getCircleMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getCrossMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getCrossMark()
           
 Mark StyleFactory.getCrossMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getDefaultMark()
           
 Mark StyleFactoryImpl.getDefaultMark()
           
 Mark StyleFactory.getDefaultMark()
           
 Mark[] GraphicImpl.getMarks()
          Provides a list of suitable marks which can be used to represent this graphic.
 Mark[] Graphic.getMarks()
          Deprecated. Please use graphicalSymbols()
abstract  Mark AbstractStyleFactory.getSquareMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getSquareMark()
           
 Mark StyleFactory.getSquareMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getStarMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getStarMark()
           
 Mark StyleFactory.getStarMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getTriangleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getTriangleMark()
           
 Mark StyleFactory.getTriangleMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getXMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getXMark()
           
 Mark StyleFactory.getXMark()
          Convinence method for obtaining a mark of a fixed shape
static Mark SLD.mark(Graphic graphic)
           
static Mark SLD.mark(PointSymbolizer sym)
           
static Mark SLD.pointMark(Style style)
           
 

Methods in org.geotools.styling with parameters of type Mark
 void GraphicImpl.addMark(Mark mark)
           
 void Graphic.addMark(Mark mark)
          Deprecated. symbolizers and underneath classes will be immutable in 2.6.x
 Graphic StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)
          creates a graphic object
abstract  Graphic AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
          creates a graphic object
 Graphic StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, 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
 void GraphicImpl.setMarks(Mark[] marks)
           
 void Graphic.setMarks(Mark[] marks)
          Deprecated. symbolizers and underneath classes will be immutable in 2.6.x
static int SLD.size(Mark mark)
           
 void StyleAttributeExtractor.visit(Mark mark)
           
 void StyleVisitor.visit(Mark mark)
          Called when accept is called on a mark
static String SLD.wellKnownName(Mark mark)
           
 

Uses of Mark in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return Mark
protected  Mark DuplicatingStyleVisitor.copy(Mark mark)
           
 

Methods in org.geotools.styling.visitor with parameters of type Mark
protected  Mark DuplicatingStyleVisitor.copy(Mark mark)
           
 void DuplicatingStyleVisitor.visit(Mark mark)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.