Uses of Class
org.rrd4j.graph.ImageWorker
Packages that use ImageWorker
Package
Description
SVG renderer and adapter for rrd4j.
RRD4J graph capabilities.
-
Uses of ImageWorker in net.i2p.rrd4j
Subclasses of ImageWorker in net.i2p.rrd4jModifier and TypeClassDescriptionclass
rrd4j adapter for SimpleSVGGraphics2D Requires: rrd4j 3.10 or higher Ref: https://github.com/rrd4j/rrd4j/issues/165 Usage: No ImageIO/BufferedImage/ImageWriter required! -
Uses of ImageWorker in org.rrd4j.graph
Subclasses of ImageWorker in org.rrd4j.graphFields in org.rrd4j.graph declared as ImageWorkerConstructors in org.rrd4j.graph with parameters of type ImageWorkerModifierConstructorDescriptionRrdGraph
(RrdGraphDef gdef, ImageWorker worker) Create graph from a custom image worker(package private)
RrdGraphGenerator
(RrdGraphDef gdef, ImageWorker worker, DataProcessor dproc) (package private)
TimeAxis
(RrdGraph rrdGraph, ImageWorker worker) Used for tests(package private)
ValueAxis
(RrdGraph rrdGraph, ImageWorker worker) Used for tests(package private)
ValueAxisLogarithmic
(RrdGraphGenerator rrdGraph, ImageWorker worker, Locale locale) (package private)
ValueAxisLogarithmic
(RrdGraph rrdGraph, ImageWorker worker, Locale locale) Used for tests(package private)
ValueAxisMrtg
(RrdGraph rrdGraph, ImageWorker worker) Used for tests