Re: VisibleBounds

2014-06-11 Thread Jeff Martin
Okay - here's the jira (and a blog): Jira: Node could use a getVisibleBounds() method Blog: Getting the Visible Bounds of a Node jeff On Jun 11, 2014, at 9:37 AM, Stephen F Northover wrote: > This seems like a good enhancement request. Please enter a JIRA for it. > > Stev

Re: VisibleBounds

2014-06-11 Thread Stephen F Northover
This seems like a good enhancement request. Please enter a JIRA for it. Steve On 2014-06-11, 10:17 AM, Jeff Martin wrote: Below is my poor man's getVisibleBounds. I'm using this so that my custom text pane only needs to add child nodes for lines of text that are visible - similar to how List

Re: VisibleBounds

2014-06-11 Thread Jeff Martin
Below is my poor man's getVisibleBounds. I'm using this so that my custom text pane only needs to add child nodes for lines of text that are visible - similar to how ListView and friends only add cell nodes for visible items. I hope I'm on the right track - I was surprised that my web search for