public static interface RrdGraphDef.ImageSource| Modifier and Type | Method and Description |
|---|---|
BufferedImage | apply(int w,
int h)A image of the required size that will be applied. |
BufferedImage apply(int w, int h) throws IOException
w - the width of the requested imageh - the high of the requested imageIOException - if an error occurs during image reading or generation