no, this field not exist
I dont understand why I have NullPointerException t1.getBBox() return an instance but t1.getBBox().getWidht() return NullPointerException I hope you find for me a solution. Thanks Alessandro --- In [email protected], Holger Will <[EMAIL PROTECTED]> wrote: > Hi Alessandro > > > System.out.println("t1="+((SVGOMTextElement)t1).getBBox ().getWidth()); > > just use: > getBBox().x > getBBox().y > getBBox().width > getBBox().height > > hth > Holger ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

