Package | Description |
---|---|
org.axsl.fo.fo |
Interfaces useful for describing standard formatting objects in a common way.
|
org.axsl.fo.fo.prop |
Interfaces describing methods for obtaining property or trait values from the Fo Tree objects.
|
org.axsl.galley |
Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document.
|
org.axsl.graphic |
Interfaces allowing client applications to use graphics in a vendor-neutral way.
|
org.axsl.graphic.output |
Helper interfaces useful with specific output formats, usually to assist with embedding graphics in output
documents.
|
org.axsl.pdf |
Interfaces allowing client applications to create PDF documents in a vendor-neutral way.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
ExternalGraphic.getGraphic(FoContext context)
The resolved Graphic instance encapsulated by this FO.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
CommonBorderPaddingBgPa.traitBackgroundImage(FoContext context)
Returns the "background-image" trait for this FO.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
GraphicArea.getGraphic()
Returns the graphic associated with this node.
|
Graphic |
BackgroundArea.traitBackgroundImage()
The Graphic for this background.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EpsGraphic
Interface for EPS Graphic objects.
|
interface |
MathGraphic
Interface for MathML Graphic objects.
|
interface |
SvgGraphic
Interface for SVG Graphic objects.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
GraphicServer.makeGraphic(java.lang.String href,
java.net.URL[] baseURLs,
boolean cachingThisGraphic)
Factory method to find or create a Graphic instance.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
GraphicOutput.getGraphic()
Return the parent
Graphic instance. |
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.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.