| Allows editing/viewing of a Style Layer Descriptor "Raster".
Here is the pretty picture:
+-+ +----------------+
Label: |x| | opacity\/|
+-+ +----------------+
Workflow:
- createControl( parent ) - set up controls
- set( raster, mode ) - provide content from SimpleStyleConfigurator
- Symbolizer values copied into fields based on mode
- fields copied into controls
- controls enabled based on mode & fields
- Listener.widgetSelected/modifyText - User performs an "edit"
- Listener.sync( SelectionEvent ) - update fields with values of controls
- fire( SelectionSevent ) - notify SimpleStyleConfigurator of change
- get( StyleBuilder ) - construct based on fields
author: mleslie since: 1.0.0 |