| Package | Description |
|---|---|
| org.cell2d.space |
| Modifier and Type | Method and Description |
|---|---|
Viewport<T,U> |
SpaceState.getViewport(int id)
Returns the Viewport that is assigned to this SpaceState with the
specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpaceObject.isVisible(Viewport viewport)
Returns whether any part of this SpaceObject's rectangular bounding box
is visible through the specified Viewport.
|
boolean |
SpaceState.setViewport(int id,
Viewport<T,U> viewport)
Sets the Viewport that is assigned to this SpaceState with the specified
ID to the specified Viewport, if it is not already assigned to a
SpaceState.
|