Modifier and Type | Method and Description |
---|---|
boolean |
SceneObject.collides(SceneObject obj)
Check, if both
SceneObject s 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
SceneObject is completely covered by this
SceneObject . |
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 |
CachedNinePatchImageSceneObject
A cahced version of the
NinePatchImageSceneObject . |
class |
ImageSceneObject
A
SceneObject that consists of an image. |
class |
NinePatchImageSceneObject
This class fetches a
NinePatchImage and puts it in the SceneObject context. |
Modifier and Type | Class and Description |
---|---|
class |
Sprite2DSceneObject
Animates a sprite.
|
class |
SpriteSceneObject
Animates a sprite.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedLabelSceneObject
LabelSceneObject that draws the text on a cached BufferedImage . |
class |
LabelSceneObject
A
SceneObject that represents a label for displaying text. |
Copyright © 2017. All rights reserved.