| Package | Description |
|---|---|
| net.avh4.framework.uilayer | |
| net.avh4.framework.uilayer.scene |
| Modifier and Type | Method and Description |
|---|---|
Image |
UILayerService.loadImageFile(String filename) |
static Image |
UILayer.loadImageFile(String filename) |
Image |
UILayerService.loadImageResource(String resourceName) |
static Image |
UILayer.loadImageResource(String resourceName) |
| Modifier and Type | Field and Description |
|---|---|
protected Image |
SceneImage.image |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GraphicsOperations.drawImage(Image image,
double destLeftX,
double destTopY,
double destRightX,
double destBottomY,
int sourceLeftX,
int sourceTopY,
int sourceRightX,
int sourceBottomY) |
void |
GraphicsOperations.drawImage(Image image,
net.avh4.math.geometry.Rect bounds) |
void |
GraphicsOperations.drawImage(Image image,
net.avh4.math.geometry.Rect bounds,
net.avh4.math.geometry.Rect sourceClip) |
void |
SceneImage.setImage(Image image) |
| Constructor and Description |
|---|
SceneImage(Image image) |
SceneImage(Image image,
int clipX,
int clipY,
int clipWidth,
int clipHeight) |
Copyright © 2013. All Rights Reserved.