| Modifier and Type | Method and Description | 
|---|---|
| boolean | SceneObject. collides(SceneObject obj)Check, if both  SceneObjects collide. | 
| Rectangle | SceneObject. collidesBoundingBox(SceneObject obj)Check collision with bounding box algorithm. | 
| boolean | SceneObject. collidesExactly(SceneObject obj,
               Rectangle intersection)Check exactly if a collision is present. | 
| boolean | SceneObject. consumes(SceneObject obj)Check, if the given  SceneObjectis completely covered by thisSceneObject. | 
| boolean | SceneObject. consumesBoundingBox(SceneObject obj)Tests overlapping with bounding box. | 
| boolean | SceneObject. consumesExactly(SceneObject obj)Exactly check overlapping. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachedNinePatchImageSceneObjectA cahced version of the  NinePatchImageSceneObject. | 
| class  | ImageSceneObjectA  SceneObjectthat consists of an image. | 
| class  | NinePatchImageSceneObjectThis class fetches a  NinePatchImageand puts it in theSceneObjectcontext. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Sprite2DSceneObjectAnimates a sprite. | 
| class  | SpriteSceneObjectAnimates a sprite. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachedLabelSceneObjectLabelSceneObjectthat draws the text on a cachedBufferedImage. | 
| class  | LabelSceneObjectA  SceneObjectthat represents a label for displaying text. | 
Copyright © 2017. All rights reserved.