Uses of Enum Class
ca.uqac.lif.cep.graphviz.CallGraphviz.Renderer
Packages that use CallGraphviz.Renderer
Package
Description
Create and update graphs and display them using Graphviz.
-
Uses of CallGraphviz.Renderer in ca.uqac.lif.cep.graphviz
Methods in ca.uqac.lif.cep.graphviz that return CallGraphviz.RendererModifier and TypeMethodDescriptionstatic CallGraphviz.RendererReturns the enum constant of this class with the specified name.static CallGraphviz.Renderer[]CallGraphviz.Renderer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uqac.lif.cep.graphviz with parameters of type CallGraphviz.RendererModifier and TypeMethodDescriptionCallGraphviz.use(CallGraphviz.Renderer r) Tells the processor to use a specific rendering program to generate the picture.