Uses of Class
org.rrd4j.graph.RrdGraphDef
-
Packages that use RrdGraphDef Package Description org.rrd4j.graph RRD4J graph capabilities. -
-
Uses of RrdGraphDef in org.rrd4j.graph
Fields in org.rrd4j.graph declared as RrdGraphDef Modifier and Type Field Description (package private) RrdGraphDef
RrdGraph. gdef
(package private) RrdGraphDef
RrdGraphGenerator. gdef
Methods in org.rrd4j.graph with parameters of type RrdGraphDef Modifier and Type Method Description BufferedImageWorker.Builder
BufferedImageWorker.Builder. setGdef(RrdGraphDef gdef)
Constructors in org.rrd4j.graph with parameters of type RrdGraphDef Constructor Description Mapper(RrdGraphDef gdef, ImageParameters im)
RrdGraph(RrdGraphDef gdef)
Creates graph from the correspondingRrdGraphDef
object.RrdGraph(RrdGraphDef gdef, ImageWriter writer, ImageWriteParam param)
Creates graph from the correspondingRrdGraphDef
object.RrdGraph(RrdGraphDef gdef, ImageWorker worker)
Create graph from a custom image workerRrdGraphGenerator(RrdGraphDef gdef, ImageWorker worker, DataProcessor dproc)
-