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
ManagercreateServiceParameters in interface ManagerserviceName - 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
ManagerService based on the given parameters.getService in interface Managerparameters - of the Service to createServiceServiceException - if there is an error creating the Service, or the parameters
are not validpublic ColorTableSelectorPanel createColorTableSelectorPanel()
createColorTableSelectorPanel in interface RasterSwingLegendManagerpublic CreateColorTablePanel createCreateColorTablePanel()
createCreateColorTablePanel in interface RasterSwingLegendManagerpublic ColorTableEditorPanel createColorTableEditorPanel()
createColorTableEditorPanel in interface RasterSwingLegendManager