AbstractNode
, ItemBoundable
public interface Boundable
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getBounds() |
Returns a representation of space that encloses this Boundable, preferably
not much bigger than this Boundable's boundary yet fast to test for intersection
with the bounds of other Boundables.
|
java.lang.Object getBounds()
Copyright © 2018. All rights reserved.