In my project i am reading 3d files (dwg format ) with the help of openDesign and than populating the xith Scene Graph.
The problem is i am able to read Geometric objects like Line,Circle etc but what is the best approach to display text assocaited with those objects.I’ll get the position where the text corresponding to an entity to be placed ,so does xith provide any functionality for this .
In forums their seems to be lot of discusion on this so what is the best way to go about it.
I guess its a common problem so many of you guys must have faced it , it would be really helpful if you can share your code so that i can get better understanding of this.
Thanks in advance
I don’t exactly understand your problem, but you should probably take a look at the Text2D class in the Xith toolkit (https://xith-tk.dev.java.net/)
this is smone what i want …i’ll go through the code and modify according to my requirement …thanks for the help
you’re welcome 