public class DefaultRasterSwingLegendManager extends java.lang.Object implements RasterSwingLegendManager
Constructor and Description |
---|
DefaultRasterSwingLegendManager() |
Modifier and Type | Method and Description |
---|---|
ColorTableEditorPanel |
createColorTableEditorPanel() |
ColorTableSelectorPanel |
createColorTableSelectorPanel() |
CreateColorTablePanel |
createCreateColorTablePanel() |
DynObject |
createServiceParameters(java.lang.String serviceName)
Creates a new object to contain service parameters values.
|
Service |
getService(DynObject parameters)
Creates a new
Service based on the given parameters. |
public DynObject createServiceParameters(java.lang.String serviceName) throws ServiceException
Manager
createServiceParameters
in interface Manager
serviceName
- the name of the service whose parameters have to be createdServiceException
- if there is not any service registered with the given namepublic Service getService(DynObject parameters) throws ServiceException
Manager
Service
based on the given parameters.getService
in interface Manager
parameters
- of the Service
to createService
ServiceException
- if there is an error creating the Service, or the parameters
are not validpublic ColorTableSelectorPanel createColorTableSelectorPanel()
createColorTableSelectorPanel
in interface RasterSwingLegendManager
public CreateColorTablePanel createCreateColorTablePanel()
createCreateColorTablePanel
in interface RasterSwingLegendManager
public ColorTableEditorPanel createColorTableEditorPanel()
createColorTableEditorPanel
in interface RasterSwingLegendManager