Uses of Class
org.jrobin.graph.RrdGraphDef
-
Packages that use RrdGraphDef Package Description org.jrobin.graph JRobin graph capabilities. -
-
Uses of RrdGraphDef in org.jrobin.graph
Fields in org.jrobin.graph declared as RrdGraphDef Modifier and Type Field Description (package private) RrdGraphDef
RrdGraph. gdef
Methods in org.jrobin.graph that return RrdGraphDef Modifier and Type Method Description RrdGraphDef
RrdGraphDefTemplate. getRrdGraphDef()
Creates RrdGraphDef object which can be used to create RrdGraph object (actual JRobin graphs).Constructors in org.jrobin.graph with parameters of type RrdGraphDef Constructor Description Mapper(RrdGraphDef gdef, ImageParameters im)
RrdGraph(RrdGraphDef gdef)
Creates graph from the correspondingRrdGraphDef
object.ValueAxis(ImageParameters im, ImageWorker worker, RrdGraphDef gdef, Mapper mapper)
-