Uses of Class
pascal.taie.util.graph.DotAttributes
Packages that use DotAttributes
-
Uses of DotAttributes in pascal.taie.util.graph
Methods in pascal.taie.util.graph that return DotAttributesMethods in pascal.taie.util.graph with parameters of type DotAttributesModifier and TypeMethodDescriptionDotDumper.setGlobalEdgeAttributes
(DotAttributes attrs) DotDumper.setGlobalNodeAttributes
(DotAttributes attrs) Method parameters in pascal.taie.util.graph with type arguments of type DotAttributesModifier and TypeMethodDescriptionDotDumper.setEdgeAttributer
(Function<Edge<N>, DotAttributes> edgeAttributer) DotDumper.setNodeAttributer
(Function<N, DotAttributes> nodeAttributer)