public class EPSRenderer extends ImageRenderer
| Modifier and Type | Field and Description |
|---|---|
static boolean |
COMPRESS_EPS
Whether to compress EPS output.
|
allowAlpha, g, img| Constructor and Description |
|---|
EPSRenderer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileSuffix()
Returns the file suffix to use for the rendered image.
|
void |
render(java.util.Properties headers,
BootStats bootStats,
java.io.OutputStream os)
Render the chart.
|
public static final boolean COMPRESS_EPS
public void render(java.util.Properties headers,
BootStats bootStats,
java.io.OutputStream os)
throws java.io.IOException
ImageRendererrender in class ImageRendererheaders - header properties to include in the title bannerbootStats - boot statisticsos - the output stream to write tjava.io.IOException - if an I/O error occurspublic java.lang.String getFileSuffix()
RenderergetFileSuffix in class ImageRenderer