Interface ILspEditableStyledLayer

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

public interface ILspEditableStyledLayer extends ILspStyledLayer
This interface is used by layers that have an ILspStyler and allow editing of this styler.
Since:
2012.0
  • Method Details

    • setStyler

      void setStyler(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler)
      Sets the styler that is used for the given paint representation state.
      Parameters:
      aPaintRepresentationState - The paint representation state for which the styler should be set.
      aStyler - the new styler for the layer
      Throws:
      IllegalArgumentException - if aPaintRepresentationState.getPaintRepresentation() is not supported