public class MapMaker extends Object
Constructor and Description |
---|
MapMaker() |
MapMaker(RouterContext ctx) |
Modifier and Type | Method and Description |
---|---|
String |
render(int mode) |
String |
render(int mode,
ObjectCounterUnsafe<String> countries) |
boolean |
render(int mode,
OutputStream out) |
public MapMaker()
public MapMaker(RouterContext ctx)
public boolean render(int mode, OutputStream out) throws IOException
mode
- bitmask, 0 for default, see MODE definitions aboveIOException
public String render(int mode) throws IOException
mode
- see aboveIOException
public String render(int mode, ObjectCounterUnsafe<String> countries) throws IOException
mode
- see aboveIOException