Uses of Interface
org.geotools.styling.Mark

Packages that use Mark
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data.  
org.geotools.styling.visitor   
 

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 spec
 

Classes in org.geotools.styling that implement Mark
 class MarkImpl
          DOCUMENT ME!
 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(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
abstract  Mark AbstractStyleFactory.getCircleMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getXMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getStarMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getSquareMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getCrossMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.getTriangleMark()
          Convinence method for obtaining a mark of a fixed shape
abstract  Mark AbstractStyleFactory.createMark()
           
abstract  Mark AbstractStyleFactory.getDefaultMark()
           
 Mark StyleFactoryImpl.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Mark StyleFactoryImpl.getSquareMark()
           
 Mark StyleFactoryImpl.getCircleMark()
           
 Mark StyleFactoryImpl.getCrossMark()
           
 Mark StyleFactoryImpl.getXMark()
           
 Mark StyleFactoryImpl.getTriangleMark()
           
 Mark StyleFactoryImpl.getStarMark()
           
 Mark StyleFactoryImpl.createMark()
           
 Mark StyleFactoryImpl.getDefaultMark()
           
 Mark[] GraphicImpl.getMarks()
          Provides a list of suitable marks which can be used to represent this graphic.
 Mark StyleBuilder.createMark(java.lang.String wellKnownName)
          create the named mark
 Mark StyleBuilder.createMark(java.lang.String wellKnownName, java.awt.Color fillColor, java.awt.Color borderColor, double borderWidth)
          create the named mark with the colors etc supplied
 Mark StyleBuilder.createMark(java.lang.String wellKnownName, java.awt.Color borderColor, double borderWidth)
          create a mark with default fill (50% gray) and the supplied outline
 Mark StyleBuilder.createMark(java.lang.String wellKnownName, java.awt.Color fillColor)
          create a mark of the supplied color and a default outline (black)
 Mark StyleBuilder.createMark(java.lang.String wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
 Mark StyleBuilder.createMark(Expression wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
static Mark SLD.pointMark(Style style)
           
static Mark SLD.mark(PointSymbolizer sym)
           
static Mark SLD.mark(Graphic graphic)
           
 Mark StyleFactory.createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
           
 Mark StyleFactory.getCircleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getXMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getStarMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getSquareMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getCrossMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getTriangleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.createMark()
           
 Mark StyleFactory.getDefaultMark()
           
 Mark[] Graphic.getMarks()
          Provides a list of suitable marks which can be used to represent this graphic.
 

Methods in org.geotools.styling with parameters of type Mark
 void XMLEncoder.visit(Mark mark)
          Deprecated.  
abstract  Graphic AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 void StyleAttributeExtractor.visit(Mark mark)
           
 void GraphicImpl.setMarks(Mark[] marks)
           
 void GraphicImpl.addMark(Mark mark)
           
 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 int SLD.size(Mark mark)
           
static java.lang.String SLD.wellKnownName(Mark mark)
           
 Graphic StyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 void Graphic.setMarks(Mark[] marks)
           
 void Graphic.addMark(Mark mark)
           
 void StyleVisitor.visit(Mark mark)
          Called when accept is called on a mark
 

Uses of Mark in org.geotools.styling.visitor
 

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



Copyright © GeoTools. All Rights Reserved.