| Package | Description |
|---|---|
| info.bliki.wiki.filter |
Contains different type of wikipedia scanners and parsers.
|
| info.bliki.wiki.model |
Model classes for rendering Wikipedia texts to HTML, PDF with the
IWikiModel interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
ITextConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
Appendable resultBuffer,
IWikiModel model)
Convert the imageTagNode into a given HTML string buffer
|
void |
HTMLConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
Appendable resultBuffer,
IWikiModel model) |
void |
PlainTextConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
Appendable resultBuffer,
IWikiModel model) |
| Modifier and Type | Method and Description |
|---|---|
static ImageFormat |
ImageFormat.getImageFormat(String rawImageLink,
String imageNamespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWikiModel.appendInternalImageLink(String hrefImageLink,
String srcImageLink,
ImageFormat imageFormat) |
void |
IWikiModel.appendInternalImageLink(String hrefImageLink,
String srcImageLink,
ImageFormat imageFormat)
Append this internal wiki image link.
|
protected String |
WikiModel.createImageName(ImageFormat imageFormat) |
protected void |
AbstractWikiModel.setDefaultThumbWidth(ImageFormat imageFormat)
Set the default thumb format width.
|
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.