| Package | Description |
|---|---|
| de.bright_side.lgf.base | |
| de.bright_side.lgf.model | |
| de.bright_side.lgf.util | |
| de.bright_side.lgf.view |
| Modifier and Type | Method and Description |
|---|---|
LImage |
LPlatform.createImageFromColorMap(Map<LVector,LColor> colorsMap,
LVector size,
LColor defaultColor) |
LImage |
LPlatform.getImage(LImageResource imageResource) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,LImage> |
LPlatform.getIdToImageMap() |
| Modifier and Type | Method and Description |
|---|---|
LImage |
LObject.getImage() |
LImage |
LAnimationFrame.getImage() |
| Modifier and Type | Method and Description |
|---|---|
void |
LObject.setImage(LImage image) |
void |
LAnimationFrame.setImage(LImage image) |
| Constructor and Description |
|---|
LAnimationFrame(LImage image,
double durationInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LUtil.setResourceReferences(List<LObject> objects,
Map<String,LImage> images,
Map<String,LFont> fonts) |
static void |
LUtil.setResourceReferences(LObject object,
Map<String,LImage> images,
Map<String,LFont> fonts) |
| Modifier and Type | Method and Description |
|---|---|
void |
LCanvas.drawImageCentered(LVector pos,
LVector size,
LImage image,
double rotation,
boolean considerCameraPos) |
Copyright © 2019 Philip Heyse. All rights reserved.