| net.refractions.udig.style.internal.StyleManager
All known Subclasses: net.refractions.udig.style.ui.StyleView,
StyleManager | public interface StyleManager (Code) | | Apply/Cancel styled edit and provider of StyleConfigurators.
Responsibilities:
- Process extention point to acquire StyleConfigurator instances
- Provided the concept of a current layer
author: jdeolive since: 0.6 |
getCurrentLayer | public Layer getCurrentLayer()(Code) | | Layer the StyleManager is focused on.
Layer being edited |
setCurrentLayer | public void setCurrentLayer(Layer layer)(Code) | | Focus the StyleManager on the provided layer
Parameters: layer - |
|
|