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.builder   
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
          Deprecated. Please use a ExternalMark.getMarkIndex() to pick out a character from a true type font
 

Classes in org.geotools.styling that implement 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
 Mark StyleFactoryImpl.createMark()
           
abstract  Mark AbstractStyleFactory.createMark()
           
 Mark StyleFactory.createMark()
           
 Mark StyleBuilder.createMark(org.opengis.filter.expression.Expression wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
 Mark StyleFactoryImpl.createMark(org.opengis.filter.expression.Expression wellKnownName, Stroke stroke, Fill fill, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
abstract  Mark AbstractStyleFactory.createMark(org.opengis.filter.expression.Expression wellKnownName, Stroke stroke, Fill fill, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
 Mark StyleFactory.createMark(org.opengis.filter.expression.Expression wellKnownName, Stroke stroke, Fill fill, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
 Mark StyleBuilder.createMark(java.lang.String wellKnownName)
          create the named mark
 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, 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, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
 Mark StyleFactoryImpl.getCircleMark()
           
abstract  Mark AbstractStyleFactory.getCircleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getCircleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getCrossMark()
           
abstract  Mark AbstractStyleFactory.getCrossMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getCrossMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getDefaultMark()
           
abstract  Mark AbstractStyleFactory.getDefaultMark()
           
 Mark StyleFactory.getDefaultMark()
           
 Mark[] GraphicImpl.getMarks()
          Deprecated. 
 Mark[] Graphic.getMarks()
          Deprecated. Please use graphicalSymbols()
 Mark StyleFactoryImpl.getSquareMark()
           
abstract  Mark AbstractStyleFactory.getSquareMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getSquareMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getStarMark()
           
abstract  Mark AbstractStyleFactory.getStarMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getStarMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getTriangleMark()
           
abstract  Mark AbstractStyleFactory.getTriangleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getTriangleMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.getXMark()
           
abstract  Mark AbstractStyleFactory.getXMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactory.getXMark()
          Convinence method for obtaining a mark of a fixed shape
 Mark StyleFactoryImpl.mark(org.opengis.filter.expression.Expression wellKnownName, org.opengis.style.Fill fill, org.opengis.style.Stroke stroke)
           
 Mark StyleFactory.mark(org.opengis.filter.expression.Expression wellKnownName, org.opengis.style.Fill fill, org.opengis.style.Stroke stroke)
           
 Mark StyleFactory.mark(org.opengis.style.ExternalMark externalMark, org.opengis.style.Fill fill, org.opengis.style.Stroke stroke)
           
static Mark SLD.mark(Graphic graphic)
          Retrieves the first Mark object from the given Graphic object.
static Mark SLD.mark(PointSymbolizer sym)
          Retrieves the first Mark used in a PointSymbolizer object.
protected  Mark SLDParser.parseMark(org.w3c.dom.Node root)
          Internal parse method - made protected for unit testing
static Mark SLD.pointMark(Style style)
          Retrieves the first Mark used in a Style object.
 

Methods in org.geotools.styling with parameters of type Mark
 void GraphicImpl.addMark(Mark mark)
          Deprecated. 
 void Graphic.addMark(Mark mark)
          Deprecated. Please use grpahicSymbols().add( Mark )
 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
 void GraphicImpl.setMarks(Mark[] marks)
          Deprecated. 
 void Graphic.setMarks(Mark[] marks)
          Deprecated. Please use graphicSymbols().addAll()
static int SLD.size(Mark mark)
          Retrieve the size of a Mark object
 void StyleAttributeExtractor.visit(Mark mark)
           
 void StyleVisitor.visit(Mark mark)
          Called when accept is called on a mark
static java.lang.String SLD.wellKnownName(Mark mark)
          Retrieves the "well known name" of a Mark object.
 

Uses of Mark in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return Mark
 Mark MarkBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type Mark
 MarkBuilder<P> MarkBuilder.reset(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-2010 Geotools. All Rights Reserved.