|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
railo.runtime.functions.image | |
railo.runtime.img | |
railo.runtime.text.pdf |
Uses of Image in railo.runtime.functions.image |
---|
Methods in railo.runtime.functions.image with parameters of type Image | |
---|---|
static Struct |
ImageGetEXIFMetadata.getData(Image img)
|
Uses of Image in railo.runtime.img |
---|
Methods in railo.runtime.img that return Image | |
---|---|
Image |
Image.copy(float x,
float y,
float width,
float height)
|
Image |
Image.copy(float x,
float y,
float width,
float height,
float dx,
float dy)
|
static Image |
Image.createImage(PageContext pc,
Object obj,
boolean check4Var,
boolean clone,
boolean checkAccess)
|
static Image |
Image.toImage(Object obj)
|
Methods in railo.runtime.img with parameters of type Image | |
---|---|
void |
Image.drawImage(Image img,
int x,
int y)
|
void |
Image.drawImage(Image img,
int x,
int y,
int width,
int height)
|
void |
Image.overlay(Image topImage)
|
void |
Image.paste(Image topImage,
int x,
int y)
|
Uses of Image in railo.runtime.text.pdf |
---|
Methods in railo.runtime.text.pdf that return Image | |
---|---|
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber)
|
abstract Image |
PDF2Image.toImage(byte[] input,
int page)
|
Image |
PDF2ImageJPedal.toImage(byte[] input,
int page)
|
Image |
PDF2ImagePDFRenderer.toImage(byte[] input,
int pageNumber)
|
static Image |
PDFUtil.toImage(byte[] input,
int page)
|
Image |
PDF2ImageICEpdf.toImage(byte[] input,
int pageNumber,
int scale,
boolean transparent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |