Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic GetNodesAt? (Read 3565 times)
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
GetNodesAt?
May 21st, 2007 at 9:55am
Print Post  
Hi,

The FlowChart has a getNodeAt method to give back the topmost node.

Is there anything similar to get a collection of nodes at a point (when nodes overlap)? We could then use the ZOrder to find out the whichever node we need?

Thanks,
Praveen
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: GetNodesAt?
Reply #1 - May 21st, 2007 at 11:28am
Print Post  
Hi,

This version of the applet adds a

NodeList getNodesAt(Point2D point)

method to the FlowChart class:

http://mindfusion.org/_temp/JDiagram.jar

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint