| Package | Description |
|---|---|
| net.i2p.router.web |
The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war.
|
| Modifier and Type | Method and Description |
|---|---|
List<GraphListener> |
GraphGenerator.getListeners()
List of GraphListener instances
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRenderer.render(OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int endp,
boolean showCredit,
GraphListener lsnr2,
String titleOverride)
Single or two-data-source graph.
|
void |
GraphListener.renderPng(OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int end,
boolean showCredit,
GraphListener lsnr2,
String titleOverride)
Single or two-data-source graph.
|
| Constructor and Description |
|---|
GraphRenderer(I2PAppContext ctx,
GraphListener lsnr) |