public class ItemBoundable extends Object implements Boundable, Serializable
| Constructor and Description |
|---|
ItemBoundable(Object bounds,
Object item) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Object |
getItem() |
public Object getBounds()
Boundablepublic Object getItem()
Copyright © 2024. All rights reserved.