Interface ILspEditableStyledPainter

All Superinterfaces:
ILspPainter, ILspPaintGroupsChangeListener
All Known Implementing Classes:
TLspDensityPainter, TLspLabelPainter, TLspLOSCoveragePainter, TLspShapePainter, TLspTiledWMSProxyPainter

public interface ILspEditableStyledPainter extends ILspPainter
Interface for painters that support the use and editing of an ILspStyler.
Since:
2012.0
  • Method Details

    • setStyler

      void setStyler(TLspPaintState aPaintState, ILspStyler aStyler)
      Sets the styler used by this object for the given PaintState.
      Parameters:
      aPaintState - the paint state for which to set a styler
      aStyler - the new styler for the painter