public interface MapPrinterFactory
| Modifier and Type | Method and Description |
|---|---|
MapPrinter |
create(java.lang.String app)
Creates the appropriate map printer.
|
java.util.Set<java.lang.String> |
getAppIds()
Return the set of app ids that are available.
|
MapPrinter create(java.lang.String app) throws NoSuchAppException
app - an identifier that controls which configuration to use.NoSuchAppExceptionjava.util.Set<java.lang.String> getAppIds()