| Package | Description |
|---|---|
| org.processmining.visualisation3d | |
| org.processmining.visualisation3d.gldatastructures |
| Modifier and Type | Method and Description |
|---|---|
JoglTexture |
FontData.getTexture() |
JoglTexture |
FontData.getTexture(GraphicsPipeline pipe) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoglTextureDelayedLoad |
| Modifier and Type | Method and Description |
|---|---|
JoglTexture |
JoglTextureBufferObject.getTexture() |
static JoglTexture |
JoglTexture.LoadTextureFromFile(GraphicsPipeline pipe,
java.lang.String texResLoc,
boolean bMipMap) |
static JoglTexture |
JoglTexture.LoadTextureFromFile(GraphicsPipeline pipe,
java.net.URL fileUrl,
boolean bMipMap) |
static JoglTexture |
JoglTexture.LoadTextureFromImage(GraphicsPipeline pipe,
java.awt.image.BufferedImage img,
boolean bMipMap) |