Package | Description |
---|---|
com.pd4ml.cache.img | |
com.pd4ml.html.doc.render | |
com.pd4ml.html.doc.render.to |
Modifier and Type | Method and Description |
---|---|
static boolean |
NotesBmpParser.checkBMP(byte[] bf,
CachedImage image) |
static boolean |
BmpParser.checkBMP(byte[] bf,
CachedImage image) |
static Image |
NotesBmpParser.loadbitmap(ByteArrayInputStream fs,
String name,
CachedImage item) |
static Image |
BmpParser.loadbitmap(ByteArrayInputStream fs,
String name,
CachedImage item) |
static NotesBmpParser.Header |
NotesBmpParser.readHeader(byte[] bf,
CachedImage image) |
Constructor and Description |
---|
JpegParser(byte[] img,
CachedImage image) |
PngParser(byte[] is,
String fileName,
short debug,
CachedImage image) |
Modifier and Type | Field and Description |
---|---|
CachedImage |
ListItemRenderer.image |
Modifier and Type | Method and Description |
---|---|
abstract void |
TargetRenderContext.drawImage(CachedImage img,
int x,
int y,
int scaledWidth,
int scaledHeight,
int id,
String title,
String alt,
String lang,
String extras,
boolean taggedOutput) |
void |
ImageRenderContext.drawImage(CachedImage img,
int x,
int y,
int scaledWidth,
int scaledHeight,
int id,
String title,
String alt,
String lang,
String extras,
boolean taggedOutput) |
void |
PdfRenderContext.drawImage(CachedImage img,
int x,
int y,
int scaledWidth,
int scaledHeight,
int id,
String title,
String alt,
String lang,
String extras,
boolean taggedOutput) |
void |
RtfRenderContext.drawImage(CachedImage img,
int x,
int y,
int scaledWidth,
int scaledHeight,
int id,
String title,
String alt,
String lang,
String extras,
boolean taggedOutput) |
abstract void |
TargetRenderContext.fillRect(CachedImage tile,
int x,
int y,
int w,
int h,
int shiftX,
int shiftY,
int id) |
void |
ImageRenderContext.fillRect(CachedImage tile,
int x,
int y,
int w,
int h,
int shiftX,
int shiftY,
int id) |
void |
PdfRenderContext.fillRect(CachedImage tile,
int x,
int y,
int w,
int h,
int shiftX,
int shiftY,
int id) |
void |
RtfRenderContext.fillRect(CachedImage tile,
int x,
int y,
int w,
int h,
int shiftX,
int shiftY,
int id) |
Revision 4.0.15 / 20220727-0149