Uses of Class
org.rrd4j.graph.ImageWorker
-
Packages that use ImageWorker Package Description net.i2p.rrd4j SVG renderer and adapter for rrd4j.org.rrd4j.graph RRD4J graph capabilities. -
-
Uses of ImageWorker in net.i2p.rrd4j
Subclasses of ImageWorker in net.i2p.rrd4j Modifier and Type Class Description class
SimpleSVGImageWorker
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.graph Modifier and Type Class Description (package private) class
BufferedImageWorker
Fields in org.rrd4j.graph declared as ImageWorker Modifier and Type Field Description (package private) ImageWorker
RrdGraphGenerator. worker
Constructors in org.rrd4j.graph with parameters of type ImageWorker Constructor Description RrdGraph(RrdGraphDef gdef, ImageWorker worker)
Create graph from a custom image workerRrdGraphGenerator(RrdGraphDef gdef, ImageWorker worker, DataProcessor dproc)
TimeAxis(RrdGraph rrdGraph, ImageWorker worker)
Used for testsValueAxis(RrdGraph rrdGraph, ImageWorker worker)
Used for testsValueAxisLogarithmic(RrdGraphGenerator rrdGraph, ImageWorker worker, Locale locale)
ValueAxisLogarithmic(RrdGraph rrdGraph, ImageWorker worker, Locale locale)
Used for testsValueAxisMrtg(RrdGraph rrdGraph, ImageWorker worker)
Used for tests
-