cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Better Handling of Node image files #30

Open dotasek opened 7 years ago

dotasek commented 7 years ago

Currently, the format of the VisualProperty for setting images is cryptic and poorly documented. Example of a valid value:

{
    "visualProperty": "NODE_CUSTOMGRAPHICS_1",
    "value": "org.cytoscape.ding.customgraphics.bitmap.URLImageCustomGraphics,18,bundle://76.0:0/images/sampleCustomGraphics/Arabidopsis_thaliana_L.png,bitmap image"
  }