Table of Contents
Code Examples
You can easily create new applications based on the PathVisio code. Rajarshi Guha wrote a small test program that does nothing more than load a pathway and draw it on the screen. It's a good example of the usage of the main classes Pathway and VPathway.
See: http://blog.rguha.net/?p=394
Here is an example of how to create a simple GPML document using PathVisio code: GpmlJavaExample
An example on how to add a literature reference using PathVisio code can be found here: GpmlLiteratureExample
