Package | Description |
---|---|
com.thepattybeastlabs.core | |
com.thepattybeastlabs.core.graphics | |
com.thepattybeastlabs.core.resource |
Modifier and Type | Method and Description |
---|---|
Image |
CoreFont.getImage() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.drawImage(Image image,
float x,
float y,
float width,
float height) |
void |
Graphics.drawImage(Image image,
float x,
float y,
float width,
float height,
float imgX,
float imgY,
float imgWidth,
float imgHeight) |
Modifier and Type | Method and Description |
---|---|
void |
Graphics11.drawImage(Image image,
float x,
float y,
float width,
float height) |
void |
BasicGraphics.drawImage(Image image,
float x,
float y,
float width,
float height) |
void |
Graphics11.drawImage(Image image,
float x,
float y,
float width,
float height,
float imgX,
float imgY,
float imgWidth,
float imgHeight) |
void |
BasicGraphics.drawImage(Image image,
float x,
float y,
float width,
float height,
float imgX,
float imgY,
float imgWidth,
float imgHeight) |
Modifier and Type | Field and Description |
---|---|
static ResourceList<Image> |
Image.list |