Interface ILspStyledLayer

All Superinterfaces:
ILcdLayer, ILcdPropertyChangeSource, ILcdSelection<Object>, ILspLayer, Serializable
All Known Subinterfaces:
ILspEditableStyledLayer, ILspImageProjectionLayer, ILspInteractivePaintableLayer
All Known Implementing Classes:
TLspGXYLayerAdapter, TLspGXYLayerTreeNodeAdapter, TLspLayer, TLspLayerTreeNode, TLspRasterLayer

public interface ILspStyledLayer extends ILspLayer
This interface is used by layers that have an ILspStyler.
Since:
2012.0
  • Method Details

    • getStyler

      ILspStyler getStyler(TLspPaintRepresentationState aPaintRepresentationState)
      Returns the styler that is used for the given paint representation state.
      Parameters:
      aPaintRepresentationState - the paint representation state for which the styler should be retrieved
      Returns:
      the styler used for the given paint representation state
      Throws:
      IllegalArgumentException - if aPaintRepresentationState.getPaintRepresentation() is not supported