Otawa  0.10
otawa::display::DefaultDecorator< G > Class Template Reference

Default decorator that just output the given edges and vertices. More...

#include <otawa/display/GenDrawer.h>

Static Public Member Functions

static void decorate (const G &graph, Output &caption, TextStyle &text, FillStyle &fill)
 
static void decorate (const G &graph, const typename G::Vertex vertex, Output &content, ShapeStyle &style)
 
static void decorate (const G &graph, const typename G::Edge edge, Output &label, TextStyle &text, LineStyle &line)
 

Detailed Description

template<class G>
class otawa::display::DefaultDecorator< G >

Default decorator that just output the given edges and vertices.

This class implements the otawa::display::Decorator concept.

Parameters
GType of the graph.

Member Function Documentation

template<class G >
static void otawa::display::DefaultDecorator< G >::decorate ( const G &  graph,
Output caption,
TextStyle text,
FillStyle fill 
)
inlinestatic
template<class G >
static void otawa::display::DefaultDecorator< G >::decorate ( const G &  graph,
const typename G::Vertex  vertex,
Output content,
ShapeStyle style 
)
inlinestatic
template<class G >
static void otawa::display::DefaultDecorator< G >::decorate ( const G &  graph,
const typename G::Edge  edge,
Output label,
TextStyle text,
LineStyle line 
)
inlinestatic

References otawa::cfgio::edge().


The documentation for this class was generated from the following file: