Package | Description |
---|---|
org.xhtmlrenderer.context | |
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.render | |
org.xhtmlrenderer.simple |
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here! All the classes
in this package are oriented towards ease-of-use.
|
org.xhtmlrenderer.swing |
Modifier and Type | Method and Description |
---|---|
FSFont |
AWTFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
FSFont |
AWTFontResolver.resolveFont(SharedContext ctx,
java.lang.String[] families,
float size,
IdentValue weight,
IdentValue style,
IdentValue variant)
Description of the Method
|
void |
StyleReference.setDocumentContext(SharedContext context,
NamespaceHandler nsh,
org.w3c.dom.Document doc,
UserInterface ui)
Sets the documentContext attribute of the StyleReference object
|
Modifier and Type | Method and Description |
---|---|
FSFont |
FontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
Modifier and Type | Method and Description |
---|---|
SharedContext |
LayoutContext.getSharedContext() |
Modifier and Type | Method and Description |
---|---|
SharedContext |
ITextRenderer.getSharedContext() |
SharedContext |
ITextOutputDevice.getSharedContext() |
SharedContext |
ITextUserAgent.getSharedContext() |
Modifier and Type | Method and Description |
---|---|
FSFont |
ITextFontResolver.resolveFont(SharedContext renderingContext,
FontSpecification spec) |
void |
ITextOutputDevice.setSharedContext(SharedContext sharedContext) |
void |
ITextUserAgent.setSharedContext(SharedContext sharedContext) |
Constructor and Description |
---|
ITextFontResolver(SharedContext sharedContext) |
Modifier and Type | Method and Description |
---|---|
void |
RenderingContext.setContext(SharedContext sharedContext) |
Constructor and Description |
---|
RenderingContext(SharedContext sharedContext)
needs a new instance every run
|
Modifier and Type | Method and Description |
---|---|
SharedContext |
Graphics2DRenderer.getSharedContext()
Gets the SharedContext for layout and rendering.
|
Modifier and Type | Method and Description |
---|---|
void |
XHTMLPanel.setSharedContext(SharedContext ctx)
Sets the
RenderingContext attribute of the XHTMLPanel object. |
void |
Graphics2DRenderer.setSharedContext(SharedContext ctx)
Sets the SharedContext for rendering.
|
Modifier and Type | Method and Description |
---|---|
SharedContext |
BasicPanel.getSharedContext() |
SharedContext |
RootPanel.getSharedContext() |
SharedContext |
Java2DRenderer.getSharedContext()
Returns the SharedContext to be used by renderer.
|
SharedContext |
BoxRenderer.getSharedContext()
Returns the SharedContext to be used by renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
DOMInspector.setForDocument(org.w3c.dom.Document doc,
SharedContext context,
StyleReference sr)
Sets the forDocument attribute of the DOMInspector object
|
void |
BasicPanel.setSharedContext(SharedContext ctx) |
Constructor and Description |
---|
DOMInspector(org.w3c.dom.Document doc,
SharedContext context,
StyleReference sr)
Constructor for the DOMInspector object
|