Uses of Interface
com.luciad.ogc.sld.view.gxy.ILcdSLDGraphicsProvider
Package
Description
Conversion of SLD Feature Type Style model into ILcdGXYPainter/ILcdGXYLabelPainter implementations which can be used
in an ILcdGXYView.
-
Uses of ILcdSLDGraphicsProvider in com.luciad.ogc.sld.view.gxy
Modifier and TypeClassDescriptionclass
This class adapts theILcdSLDGraphicsProvider
to allow for theILcdGXYContext
to be passed to the setup and rollback methods.Modifier and TypeMethodDescriptionprotected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createFillGraphicsProvider
(TLcdSLDFill aFill, TLcdSLDContext aSLDContext) Creates aILcdSLDGraphicsProvider
that sets up a Graphics object according to the styling information contained in theTLcdSLDFill
passed.protected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createFontFillGraphicsProvider
(TLcdSLDTextSymbolizer aSLDTextSymbolizer, TLcdSLDContext aSLDContext) Creates a graphics provider that takes into account the Font and the Fill style settings of a text symbolizer.protected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider
(TLcdSLDStroke aStroke, ALcdSLDSymbolizer aSymbolizer, TLcdSLDContext aSLDContext) Creates aILcdSLDGraphicsProvider
that sets up a Graphics object according to the styling information contained in theTLcdSLDStroke
passed.protected ILcdSLDGraphicsProvider
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider
(TLcdSLDStroke aStroke, TLcdSLDContext aSLDContext) Deprecated.
TLcdSLDSymbolizerPainterFactory.createStrokeGraphicsProvider(TLcdSLDStroke, ALcdSLDSymbolizer, TLcdSLDContext)
instead of this method.