| Package | Description |
|---|---|
| org.xhtmlrenderer.extend | |
| org.xhtmlrenderer.pdf | |
| org.xhtmlrenderer.render | |
| org.xhtmlrenderer.resource | |
| org.xhtmlrenderer.swing |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDevice.drawImage(FSImage image,
int x,
int y) |
| Modifier and Type | Class and Description |
|---|---|
class |
ITextFSImage |
class |
PDFAsImage |
| Modifier and Type | Method and Description |
|---|---|
FSImage |
ITextImageElement.getImage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITextOutputDevice.drawImage(FSImage fsImage,
int x,
int y) |
| Constructor and Description |
|---|
ITextImageElement(FSImage image) |
| Modifier and Type | Method and Description |
|---|---|
FSImage |
MarkerData.ImageMarker.getImage() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerData.ImageMarker.setImage(FSImage image) |
| Modifier and Type | Method and Description |
|---|---|
FSImage |
ImageResource.getImage() |
| Constructor and Description |
|---|
ImageResource(FSImage img) |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTFSImage |
| Modifier and Type | Method and Description |
|---|---|
static FSImage |
AWTFSImage.createImage(java.awt.Image img) |
static FSImage |
AWTFSImage.createLegacyImage(java.awt.Image img)
Deprecated.
replaced by
#createImage(), that decides on
which system to use to create the Image |
| Modifier and Type | Method and Description |
|---|---|
void |
Java2DOutputDevice.drawImage(FSImage image,
int x,
int y) |