Closed GoogleCodeExporter closed 9 years ago
Sorry i didn't see the undocumented changes in the new rc3 (joinType instead of
isJoin).
The problem is, if i set the joinType to something, when exporting the graph
image i
don't see the node to be with a dotted outline (that indicates of a join).
How can i do that ?
Original comment by kunitoki
on 26 Aug 2009 at 7:39
Hi,
Sorry for the late response. Google Code emails weren't working for the last ~4 days
or so.
You should get the dotted outline if you use any joinType other than 'or'. So
for
'and', 'labelAnd' and 'tokenSetAnd' you should see the dotted line.
If you're not seeing this, let me know what kind of joinType you are using and
how
you're generating the image, and I'll see if I can reproduce it.
Original comment by plor...@gmail.com
on 31 Aug 2009 at 12:52
no i've been able to make it work as it should with joinType="and" thanx !
any way i can make some decision in the graph visualization so i can make it
look
more professional like the ones you are using on the wiki pages (different
shapes,
colours, vertical stripping, or orizontal) ?
Original comment by kunitoki
on 31 Aug 2009 at 6:54
You can use
com.googlecode.sarasvati.visual.GraphToImageMap and
com.googlecode.sarasvati.visual.ProcessToImageMap
or their corresponding Adapter classes. You can override the iconForNode to
control
what gets drawn. The OvalNodeIcon and RectangularNodeIcon classes both have
constructors that allow you specify the color.
Original comment by plor...@gmail.com
on 31 Aug 2009 at 5:13
Controlling vertical vs horizontal isn't supported yet. It's partially coded,
but
there's no good API for it yet.
Original comment by plor...@gmail.com
on 31 Aug 2009 at 5:21
Original issue reported on code.google.com by
kunitoki
on 26 Aug 2009 at 7:21