Package | Description |
---|---|
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.render | |
org.xhtmlrenderer.swing |
Modifier and Type | Method and Description |
---|---|
void |
TextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y) |
void |
TextRenderer.drawString(OutputDevice outputDevice,
java.lang.String string,
float x,
float y) |
void |
TextRenderer.drawString(OutputDevice outputDevice,
java.lang.String string,
float x,
float y,
JustificationInfo info) |
java.awt.Rectangle |
TextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
TextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
FSGlyphVector |
TextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String string) |
Constructor and Description |
---|
BoxRangeHelper(OutputDevice outputDevice,
java.util.List rangeList) |
Modifier and Type | Class and Description |
---|---|
class |
ITextOutputDevice
This class is largely based on
PdfGraphics2D . |
Modifier and Type | Method and Description |
---|---|
void |
ITextTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector vector,
float x,
float y) |
void |
ITextTextRenderer.drawString(OutputDevice outputDevice,
java.lang.String string,
float x,
float y) |
void |
ITextTextRenderer.drawString(OutputDevice outputDevice,
java.lang.String string,
float x,
float y,
JustificationInfo info) |
java.awt.Rectangle |
ITextTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
ITextTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
FSGlyphVector |
ITextTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String string) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutputDevice
An abstract implementation of an
OutputDevice . |
Modifier and Type | Method and Description |
---|---|
OutputDevice |
RenderingContext.getOutputDevice() |
Modifier and Type | Method and Description |
---|---|
void |
RenderingContext.setOutputDevice(OutputDevice outputDevice) |
Modifier and Type | Class and Description |
---|---|
class |
Java2DOutputDevice |
Modifier and Type | Method and Description |
---|---|
void |
Java2DTextRenderer.drawGlyphVector(OutputDevice outputDevice,
FSGlyphVector fsGlyphVector,
float x,
float y) |
void |
Java2DTextRenderer.drawString(OutputDevice outputDevice,
java.lang.String string,
float x,
float y) |
void |
Java2DTextRenderer.drawString(OutputDevice outputDevice,
java.lang.String string,
float x,
float y,
JustificationInfo info) |
java.awt.Rectangle |
Java2DTextRenderer.getGlyphBounds(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector,
int index,
float x,
float y) |
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
FSGlyphVector fsGlyphVector) |
float[] |
Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice,
FSFont font,
java.lang.String text) |
FSGlyphVector |
Java2DTextRenderer.getGlyphVector(OutputDevice outputDevice,
FSFont font,
java.lang.String text) |