Index
All Classes and Interfaces|All Packages
C
- com.io7m.jptbox.core - package com.io7m.jptbox.core
-
Core types and functions.
- create(int, int) - Static method in class com.io7m.jptbox.core.JPTextImage
-
Create a new image.
D
- drawBox(JPTextImageType, int, int, int, int) - Method in class com.io7m.jptbox.core.JPTextBoxDrawing
- drawBox(JPTextImageType, int, int, int, int) - Method in interface com.io7m.jptbox.core.JPTextBoxDrawingType
-
Draw a box.
- drawBoxSilent(JPTextImageType, int, int, int, int) - Method in class com.io7m.jptbox.core.JPTextBoxDrawing
- drawBoxSilent(JPTextImageType, int, int, int, int) - Method in interface com.io7m.jptbox.core.JPTextBoxDrawingType
-
Draw a box without raising any exceptions if any part of the box is outside of the image.
E
- EXISTS_BOTTOM_LEFT_CORNER - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from └
- EXISTS_BOTTOM_RIGHT_CORNER - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ┘
- EXISTS_CROSS - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ┼
- EXISTS_HORIZONTAL - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ─
- EXISTS_JUNCTION_DOWN - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ┬
- EXISTS_JUNCTION_LEFT - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ┤
- EXISTS_JUNCTION_RIGHT - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ├
- EXISTS_JUNCTION_UP - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ┴
- EXISTS_TOP_LEFT_CORNER - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ┌
- EXISTS_TOP_RIGHT_CORNER - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from ┐
- EXISTS_VERTICAL - Static variable in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Mappings from │
G
- get() - Static method in class com.io7m.jptbox.core.JPTextBoxDrawing
- get(int, int) - Method in class com.io7m.jptbox.core.JPTextImage
- get(int, int) - Method in interface com.io7m.jptbox.core.JPTextImageType
-
Retrieve a character in the image.
- getSilent(int, int, int) - Method in class com.io7m.jptbox.core.JPTextImage
- getSilent(int, int, int) - Method in interface com.io7m.jptbox.core.JPTextImageType
-
Retrieve a character in the image.
H
- height() - Method in class com.io7m.jptbox.core.JPTextImage
- height() - Method in interface com.io7m.jptbox.core.JPTextImageType
I
- isInside(int, int) - Method in class com.io7m.jptbox.core.JPTextImage
- isInside(int, int) - Method in interface com.io7m.jptbox.core.JPTextImageType
J
- JPTextBoxDrawing - Class in com.io7m.jptbox.core
-
The default implementation of the
JPTextBoxDrawingTypeinterface. - JPTextBoxDrawingType - Interface in com.io7m.jptbox.core
-
A box drawing interface.
- JPTextBoxLightMaps - Class in com.io7m.jptbox.core
-
Maps used to merge characters when drawing boxes.
- JPTextImage - Class in com.io7m.jptbox.core
-
The default implementation of the
JPTextImageTypeinterface. - JPTextImages - Class in com.io7m.jptbox.core
-
Functions over text images.
- JPTextImageType - Interface in com.io7m.jptbox.core
-
The type of text images.
M
- mergeCharacter(int, int) - Static method in class com.io7m.jptbox.core.JPTextBoxLightMaps
-
Merge the new character with the existing character.
P
- put(int, int, int) - Method in class com.io7m.jptbox.core.JPTextImage
- put(int, int, int) - Method in interface com.io7m.jptbox.core.JPTextImageType
-
Set the character at
(x, y)tovalue - putSilent(int, int, int) - Method in class com.io7m.jptbox.core.JPTextImage
- putSilent(int, int, int) - Method in interface com.io7m.jptbox.core.JPTextImageType
-
Set the character at
(x, y)tovalue.
S
- show(JPTextImageType) - Static method in class com.io7m.jptbox.core.JPTextImages
-
Convert the given image to a string.
W
- width() - Method in class com.io7m.jptbox.core.JPTextImage
- width() - Method in interface com.io7m.jptbox.core.JPTextImageType
All Classes and Interfaces|All Packages