Search
Diagram.getEnableSpatialIndex Method
See Also
 

Gets whether to index item positions for faster hit-testing and viewport clipping queries.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getEnableSpatialIndex ()

 Return Value

true to enable spatial indexing, or false otherwise. The default value is false.

 See Also