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) RrdGraphDefRrdGraph. gdefMethods in org.jrobin.graph that return RrdGraphDef Modifier and Type Method Description RrdGraphDefRrdGraphDefTemplate. 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 correspondingRrdGraphDefobject.ValueAxis(ImageParameters im, ImageWorker worker, RrdGraphDef gdef, Mapper mapper)
-