Smart JGraph - Functional Features

  • Powerful auto-layout causes the drill down to happen automatically. Programmatically or manually expand/collapse view objects to explore more information about the objects.
  • Search the objects in the view in order to explore deep into the hierarchy in order to explore them
  • Edit, delete, modify objects dynamically based on data changes in client as well as server side
  • Control user interaction with view objects using JGraph provided mouse controller and search APIs
  • Customize the default behavior of the JGraph data objects to fit with your requirement, by adding more attributes, re-creating, and re-arranging the view elements
  • Plug-in your own custom layout with the view in order to control the objects orientation and update behavior in the view
  • Objects in the view are presented as nodes and edges
  • Once the nodes are created, the edges can be automatically created by specifying the source and destination nodes of the edge
  • Customize objects such as text (font, background, foreground, stroke), edge (foreground, background, stroke), tool tip, and icons (create composite icon using icon files or URLs).