| Package | Description |
|---|---|
| de.intarsys.pdf.platform.cwt.font |
This package implements jPod's view on the platform font implementation.
|
| de.intarsys.pdf.platform.cwt.font.awt | |
| de.intarsys.pdf.platform.cwt.font.freetype | |
| de.intarsys.pdf.platform.cwt.font.type3 |
This is a default platform font implementation for the PDF type 3 font.
|
| de.intarsys.pdf.platform.cwt.image |
This package implements jPod's view on the platform image implementation.
|
| de.intarsys.pdf.platform.cwt.rendering |
Finally, this is the rendering component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullPlatformGlyphs.render(ICSPlatformDevice device) |
void |
IPlatformGlyphs.render(ICSPlatformDevice device)
Render the
IPlatformGlyphs object on an ICSPlatformDevice. |
void |
NullPlatformFont.saveState(ICSPlatformDevice device,
de.intarsys.pdf.content.GraphicsState oldState,
de.intarsys.pdf.content.GraphicsState newState) |
void |
IPlatformFont.saveState(ICSPlatformDevice device,
de.intarsys.pdf.content.GraphicsState oldState,
de.intarsys.pdf.content.GraphicsState newState)
This is forwarded from the
ICSPlatformDevice in case the receiver
needs some special actions upon saving the graphics state (operator "q"). |
void |
NullPlatformFont.textStateChanged(ICSPlatformDevice device) |
void |
IPlatformFont.textStateChanged(ICSPlatformDevice device)
This is forwarded from the
ICSPlatformDevice to indicate a change
in the device text state. |
| Modifier and Type | Method and Description |
|---|---|
void |
AwtGlyphs.render(ICSPlatformDevice device) |
void |
AwtFont.saveState(ICSPlatformDevice device,
de.intarsys.pdf.content.GraphicsState oldState,
de.intarsys.pdf.content.GraphicsState newState) |
void |
AwtFont.textStateChanged(ICSPlatformDevice device) |
| Modifier and Type | Method and Description |
|---|---|
void |
FreetypeGlyphs.render(ICSPlatformDevice device) |
void |
FreetypeFont.saveState(ICSPlatformDevice device,
de.intarsys.pdf.content.GraphicsState oldState,
de.intarsys.pdf.content.GraphicsState newState) |
void |
FreetypeFont.textStateChanged(ICSPlatformDevice device) |
| Modifier and Type | Method and Description |
|---|---|
void |
Type3Glyphs.render(ICSPlatformDevice device) |
void |
Type3Font.saveState(ICSPlatformDevice device,
de.intarsys.pdf.content.GraphicsState oldState,
de.intarsys.pdf.content.GraphicsState newState) |
void |
Type3Font.textStateChanged(ICSPlatformDevice device) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullPlatformImage.doImage(ICSPlatformDevice device) |
void |
IPlatformImage.doImage(ICSPlatformDevice device) |
void |
CwtPlatformImage.doImage(ICSPlatformDevice device) |
| Modifier and Type | Class and Description |
|---|---|
class |
CSPlatformDevice
A device that bridges between the PDF device operations and a real window
toolkit graphics context.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.