forked from jabbalaci/graphviz-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (38 loc) · 1.51 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
GraphViz Java API
=================
Author: Laszlo Szathmary ([email protected])
Date: 2003--2014
License: GPL 2 or Apache 2
Home page: ...
GitHub: https://github.com/jabbalaci/graphviz-java-api
With this Java class you can simply call dot from your Java programs.
It is made to facilitate the usage of GraphViz [1] in your Java programs.
[1] http://www.research.att.com/sw/tools/graphviz/download.html
Example
-------
Check out the file Proba.java to see how to use this simple API.
History
-------
0.6 Nov. 28, 2013 Representation type can be specified (dot, neato, fdp, sfdp, twopi, circo)
(patch of Olivier Duplouy)
0.5.1 Mar. 18, 2013 Mac support (patch of Juan Hoyos)
0.5 Apr. 24, 2012 OS detection, start subgraph, read config file
(patch of Abdur Rahman)
0.4.5 Apr. 16, 2011 Image dpi can be changed (patch of Peter Mueller).
Apr. 10, 2011 Moving to GitHub.
0.4 Feb. 5, 2011 Patch of Keheliya Gallaba is added. Now you can
specify the type of the output file:
gif, dot, fig, pdf, ps, svg, png, etc.
0.3 Nov. 29, 2010 Windows support (only took 7 years :))
+ ability to read DOT source from a file
0.2 July 22, 2010 simple bug fix
0.1 Dec. 4, 2003 first release
Contributors
------------
Thanks to these people for their contributions:
Mike Chenault
Keheliya Gallaba
Peter Mueller
Abdur Rahman
Juan Hoyos
Olivier Duplouy