net.i2p.router.web
class SummaryRenderer extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static Color |
RESTART_BAR_COLOR |
Constructor and Description |
---|
SummaryRenderer(I2PAppContext ctx,
SummaryListener lsnr) |
Modifier and Type | Method and Description |
---|---|
static void |
render(I2PAppContext ctx,
OutputStream out,
String filename)
Deprecated.
unsed
|
void |
render(OutputStream out) |
void |
render(OutputStream out,
int width,
int height,
boolean hideLegend,
boolean hideGrid,
boolean hideTitle,
boolean showEvents,
int periodCount,
boolean showCredit) |
static final Color RESTART_BAR_COLOR
public SummaryRenderer(I2PAppContext ctx, SummaryListener lsnr)
public static void render(I2PAppContext ctx, OutputStream out, String filename) throws IOException
IOException
public void render(OutputStream out) throws IOException
IOException
public void render(OutputStream out, int width, int height, boolean hideLegend, boolean hideGrid, boolean hideTitle, boolean showEvents, int periodCount, boolean showCredit) throws IOException
IOException