Hi Bryan.

Thompson, Bryan B.:
> I am exploring the notion that I could use batik to support a graph layout
> algorithm based on minimizing constraint error.  Notionally, I would like to
> define reusable graphical patterns and apply them to sections of a directed
> graph based on characteristics associated with the nodes and edges of that
> graph.  At the moment I am thinking in terms of RDF descriptions of the
> directed graph, but I am also interested in visualizing UML using a similar
> approach.

I am currently working on a project to incorporate one-way constraints
into SVG, in particular, into Batik.  You can have a read about the
project here:

  http://www.csse.monash.edu.au/~clm/csvg/

One of the aims of the project is to be able to embed complex layout
logic inside the document itself, by having attributes be evaluated
expressions.  One way constraints are probably not good enough for your
iterative methods, but the project may be of interest to you anyway.
The project isn't nearly complete yet, and probably won't be for a good
few months.

Of course, though, writing a program which used Batik to display an SVG
document tree that you generated would work quite well.

Cameron

-- 
Cameron McCormack
  // [EMAIL PROTECTED]
  // http://www.csse.monash.edu.au/~clm/
  // icq 26955922

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to