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 | Description |
---|---|---|
List<SummaryListener> |
StatSummarizer.getListeners() |
List of SummaryListener instances
|
Modifier and Type | Method | Description |
---|---|---|
void |
SummaryRenderer.render(OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int endp,
boolean showCredit,
SummaryListener lsnr2,
String titleOverride) |
Single or two-data-source graph.
|
void |
SummaryListener.renderPng(OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
int end,
boolean showCredit,
SummaryListener lsnr2,
String titleOverride) |
Single or two-data-source graph.
|
Constructor | Description |
---|---|
SummaryRenderer(I2PAppContext ctx,
SummaryListener lsnr) |