Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Drawing a diagram with SmartGWT

    Hi,

    Does anyone have suggestions for drawing a diagram in a SmartGWT app? My app needs to visually depict elements as icons and relationships between elements as lines connecting the icons. The elements should be organized in a reasonable layout by default, and the user should be able to drag them around the screen (maintaining all of the relationship lines).

    Is there a library that provides diagramming tools like this? Otherwise, how would you solve this problem? The SmartGWT Showcase includes an example that could perhaps be extended for this - "Basics:Components:Layer". Does that make sense?

    Thanks.

    -- Joe

    #2
    Try the GFX portion of tatami - http://code.google.com/p/tatami/

    It provides vector graphics capabilities including placing icons and drawing lines between them.

    Comment

    Working...
    X