| Package | Description |
|---|---|
| com.io7m.jptbox.core |
Core types and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPTextImage
The default implementation of the
JPTextImageType interface. |
| Modifier and Type | Method and Description |
|---|---|
static JPTextImageType |
JPTextImage.create(int width,
int height)
Create a new image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPTextBoxDrawingType.drawBox(JPTextImageType image,
int base_x,
int base_y,
int width,
int height)
Draw a box.
|
void |
JPTextBoxDrawing.drawBox(JPTextImageType image,
int base_x,
int base_y,
int width,
int height) |
void |
JPTextBoxDrawingType.drawBoxSilent(JPTextImageType image,
int base_x,
int base_y,
int width,
int height)
Draw a box without raising any exceptions if any part of the box is outside
of the image.
|
void |
JPTextBoxDrawing.drawBoxSilent(JPTextImageType image,
int base_x,
int base_y,
int width,
int height) |
static String |
JPTextImages.show(JPTextImageType image)
Convert the given image to a string.
|
Copyright © 2016 <code@io7m.com> http://io7m.com