Uses of Interface
com.luciad.ogc.sld.view.gxy.ILcdSLDGraphicsProvider
Packages that use 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
Classes in com.luciad.ogc.sld.view.gxy that implement ILcdSLDGraphicsProviderModifier and TypeClassDescriptionclass
This class adapts theILcdSLDGraphicsProvider
to allow for theILcdGXYContext
to be passed to the setup and rollback methods.Methods in com.luciad.ogc.sld.view.gxy that return ILcdSLDGraphicsProviderModifier 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.