| Package | Description |
|---|---|
| org.rrd4j.graph | RRD4J graph capabilities. |
| Modifier and Type | Field and Description |
|---|---|
(package private) RrdGraphDef.ImageSource | RrdGraphDef.backgroundImageBackground image to render behind the graph. |
(package private) RrdGraphDef.ImageSource | RrdGraphDef.canvasImageCanvas background image rendered under the plot. |
(package private) RrdGraphDef.ImageSource | RrdGraphDef.overlayImageOverlay image rendered on top of the completed graph. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void | ImageWorker.loadImage(RrdGraphDef.ImageSource imageSource,
int x,
int y,
int w,
int h)Load and draw an image from the given source. |
void | RrdGraphDef.setBackgroundImage(RrdGraphDef.ImageSource backgroundImage)Sets background image. |
void | RrdGraphDef.setCanvasImage(RrdGraphDef.ImageSource canvasImageSource)Sets canvas background image. |
void | RrdGraphDef.setOverlayImage(RrdGraphDef.ImageSource overlayImageSource)Sets overlay image. |