Modifier and Type | Method and Description |
---|---|
Size |
SceneObject.getSize()
The size of this
SceneObject |
Modifier and Type | Method and Description |
---|---|
protected void |
SceneObject.paintOnScene(Graphics2D g,
Point positionTopLeft,
Size size,
long elapsedTime)
Paint on scene with given size and position
|
void |
SceneObject.paintOnScene(Graphics2D g,
Size sceneSize,
long elapsedTime)
Paints this SceneObject and applies the actual
RenderingOptions . |
void |
SceneObject.setSize(Size size)
Set the size of this
SceneObject |
Modifier and Type | Method and Description |
---|---|
void |
CachedNinePatchImageSceneObject.setSize(Size size) |
Modifier and Type | Method and Description |
---|---|
Size |
SpriteSceneObject.getTileSize()
Get the size of one frame of the underlying sprite.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedLabelSceneObject.setSize(Size size) |
Modifier and Type | Method and Description |
---|---|
Size |
NinePatchImage.getNaturalSize()
Get the natural minimum size of this image.
|
Size |
NinePatchImage.getSize() |
Size |
Image.getSize()
Get the original size of the image
|
Size |
NinePatchImage.getSourceSize()
Get the source size of this image.
|
Modifier and Type | Method and Description |
---|---|
Size |
DefaultSprite.getSize() |
Copyright © 2017. All rights reserved.