C# Class Graphviz.Graph

Inheritance: IDisposable
显示文件 Open project: tomgr/graphviz-cmake Class Usage Examples

Public Methods

Method Description
GetPlugins ( API api, bool showFullPath ) : IList
Graph ( string filename ) : System
NoteChanged ( bool relayout ) : void
Render ( string format ) : Stream
Render ( string format, string filename ) : void
Save ( string filename ) : void

Private Methods

Method Description
IDisposable ( ) : void
agclose ( IntPtr file ) : void
agprotoedge ( IntPtr graph ) : IntPtr
agprotonode ( IntPtr graph ) : IntPtr
agread ( IntPtr file ) : IntPtr
agwrite ( IntPtr graph, IntPtr file ) : int
fclose ( IntPtr file ) : int
fopen ( string filename, string mode ) : IntPtr
free ( IntPtr pointer ) : void
free ( byte pointer ) : void
gvContext ( ) : IntPtr
gvFreeLayout ( IntPtr context, IntPtr graph ) : int
gvLayout ( IntPtr context, IntPtr graph, string engine ) : int
gvRenderData ( IntPtr context, IntPtr graph, string format, byte &result, uint &length ) : int
gvRenderFilename ( IntPtr context, IntPtr graph, string format, string filename ) : int
gvplugin_list ( IntPtr context, API api, string str ) : IntPtr

Method Details

GetPlugins() public static method

public static GetPlugins ( API api, bool showFullPath ) : IList
api API
showFullPath bool
return IList

Graph() public method

public Graph ( string filename ) : System
filename string
return System

NoteChanged() public method

public NoteChanged ( bool relayout ) : void
relayout bool
return void

Render() public method

public Render ( string format ) : Stream
format string
return Stream

Render() public method

public Render ( string format, string filename ) : void
format string
filename string
return void

Save() public method

public Save ( string filename ) : void
filename string
return void