bsanghvi's picture

Complete Pipeline

I implemented the Complete Pipeline task for OpenBiomind-GUI. Following is the snapshot of the wizard:

bsanghvi's picture

Converting Graphviz dot file to image file using dot utility

OpenBiomind generates a Graphviz dot file as an output of GraphFeatures task. In the GUI, we thought to provide a image of the graph too. This was simply achieved using the dot utility provided by Graphviz.

Following snippet shows a sample usage (working example can be seen in this snippet was modified from revision 46 of GraphFeaturesWizard):

// final String graphvizDotUtilityPath = …
// final String imageType = … // “png”, “gif”, or other supported type
// final String sourceDotFilePath = …

bsanghvi's picture

Converting Graphviz dot file to image file using dot utility

OpenBiomind generates a Graphviz dot file as an output of GraphFeatures task. In the GUI, we thought to provide a image of the graph too. This was simply achieved using the dot utility provided by Graphviz.

Following snippet shows a sample usage (working example can be seen in this snippet was modified from revision 46 of GraphFeaturesWizard):

// final String graphvizDotUtilityPath = …
// final String imageType = … // “png”, “gif”, or other supported type
// final String sourceDotFilePath = …

bsanghvi's picture

Converting Graphviz dot file to image file using dot utility

OpenBiomind generates a Graphviz dot file as an output of GraphFeatures task. In the GUI, we thought to provide a image of the graph too. This was simply achieved using the dot utility provided by Graphviz.

Following snippet shows a sample usage (working example can be seen in this snippet was modified from revision 46 of GraphFeaturesWizard):

// final String graphvizDotUtilityPath = …
// final String imageType = … // “png”, “gif”, or other supported type
// final String sourceDotFilePath = …

bsanghvi's picture

I implemented the Graph Features task for OpenBiomind-GUI. Following is...

I implemented the Graph Features task for OpenBiomind-GUI. Following is the snapshot of the wizard:

bsanghvi's picture

Graph Features

I implemented the Graph Features task for OpenBiomind-GUI. Following is the snapshot of the wizard:

bsanghvi's picture

Graph Features

I implemented the Graph Features task for OpenBiomind-GUI. Following is the snapshot of the wizard:

bsanghvi's picture

Preference Dialog

Here is the preference dialog of the application.

bsanghvi's picture

Preference Dialog

Here is the preference dialog of the application:

bsanghvi's picture

Image Editor

I implemented an Image Editor to display the generated image. I needed that for View Clusters task. Found a good amount of help from Snippet 48 of SWT Snippets. Following is the snapshot of the workbench after opening the image file:

Syndicate content