Share

the prefuse visualization toolkit

Subscribe

LabelRenderer for visualtable?

  1. 2009-11-02 17:54:47 UTC

    Sorry I'm new to prefuse. Is it possible to use a labelrenderer for a visualtable to show images ? like it's working for a graph with nodes ?

    Graph gr

    Like this is done for a graph ?

    gr.addColumn("path", String.class); ((LabelRenderer)drf.getDefaultRenderer()).setImageField("path");

    Node node = gr.addNode(); node.set("path", path.get(i)); path.add("img.jpg");

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.