Packages
libgvc
Gvc
Context
Context
free_layout
layout
layout_jobs
parse_args
render
render_data
render_filename
render_jobs
Context
Object Hierarchy:
Gvc.Context
Gvc.Context
Gvc.Context
Description:
[
Compact
]
[
CCode
( cname =
"GVC_t"
, free_function =
"gvFreeContext"
) ]
public
class
Context
Namespace:
Gvc
Package:
libgvc
Content:
Creation methods:
public
Context
()
Methods:
public
int
free_layout
(
Graph
graph)
public
int
layout
(
Graph
graph,
string
layout_engine)
public
int
layout_jobs
(
Graph
graph)
public
int
parse_args
(
string
[] argv)
public
int
render
(
Graph
graph,
string
file_type,
FileStream
? file)
public
int
render_data
(
Graph
graph,
string
file_type,
out
uint8
[] output_data)
public
int
render_filename
(
Graph
graph,
string
file_type,
string
filename)
public
int
render_jobs
(
Graph
graph)