Graph package custom NodeRealizer
Hi
i want to create a custom NodeRealizer
i look at yFiles docs and saw they extend other Realizer
openapi provides them to me only as interfaces
is there another way to create my own than creating an adapter and just change the methods i want ?
--
well, creating an adapter didn't work, i get an exception that class a.j.nc is not an interface
what do i do ?
Message was edited by:
Aviram Segal
请先登录再写评论。
hi,
what are your node and edge objects? have you generated properly equals and
hashCode methods(try alt-ins to generate this methods)?
Serega
the problem was that i was disposing the builder
but what do i do with the realizer ?