Package | Description |
---|---|
org.axsl.area |
Interfaces useful in the creation of an AreaTree that is backed by an FOTree.
|
org.axsl.fo |
Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they
can perform layout on its content.
|
org.axsl.font |
Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way.
|
org.axsl.galley |
Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document.
|
org.axsl.graphic.output |
Helper interfaces useful with specific output formats, usually to assist with embedding graphics in output
documents.
|
org.axsl.output |
Interfaces useful in the creation of an output document.
|
org.axsl.pdf |
Interfaces allowing client applications to create PDF documents in a vendor-neutral way.
|
org.axsl.text |
Interfaces useful for various text processing tasks.
|
Modifier and Type | Method and Description |
---|---|
FontConsumer |
AreaTree.getFontConsumer()
Returns the FontConsumer instance used by this AreaTree.
|
Modifier and Type | Method and Description |
---|---|
FontConsumer |
FoTree.getFontConsumer()
Return the FontConsumer for this tree.
|
Modifier and Type | Method and Description |
---|---|
void |
FoTree.setFontConsumer(FontConsumer consumer)
Allows the client application to set the
FontConsumer which
should be used during FO tree parsing or building. |
Modifier and Type | Method and Description |
---|---|
FontConsumer |
FontUse.getFontConsumer()
Returns the FontConsumer for whom this FontUse exists.
|
FontConsumer |
FontServer.makeFontConsumer()
Creates an implementation-specific
FontConsumer instance. |
Modifier and Type | Method and Description |
---|---|
FontConsumer |
Galley.getFontConsumer()
Returns the FontConsumer instance for this document.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicPdf.drawVectorContent(java.io.OutputStream output,
GraphicOutputContext outputContext,
FontConsumer fontConsumer,
boolean strokeText,
boolean commentsEnabled)
Places the graphic content into an output stream in PDF format.
|
void |
GraphicPs.drawVectorContent(java.io.OutputStream output,
GraphicOutputContext outputContext,
FontConsumer fontConsumer,
boolean strokeText,
boolean commentsEnabled)
Places the graphic content into an output stream in PostScript format.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputTarget.setFontConsumer(FontConsumer fontConsumer)
Sets the FontConsumer to be used for this output.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentStream.drawGraphic(Graphic graphic,
java.awt.geom.Rectangle2D.Float contentRectangle,
java.awt.geom.Rectangle2D.Float clipRectangle,
FontConsumer fontConsumer,
boolean strokeText)
Draws a graphic in the content stream.
|
Modifier and Type | Method and Description |
---|---|
EagerLineBreaker |
TextServer.provideEagerLineBreaker(LineBreakControl control,
LineBreakHandler handler,
FontConsumer fontConsumer)
Returns a LineBreaker instance that can be used by the client to
compute line-breaks.
|
PatientLineBreaker |
TextServer.providePatientLineBreaker(LineBreakControl control,
LineBreakHandler handler,
FontConsumer fontConsumer)
Returns a LineBreaker instance that can be used by the client to
compute line-breaks.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.