|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageFormat | |
---|---|
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. |
Uses of ImageFormat in info.bliki.wiki.filter |
---|
Methods in info.bliki.wiki.filter with parameters of type ImageFormat | |
---|---|
void |
PlainTextConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
java.lang.Appendable resultBuffer,
IWikiModel model)
|
void |
ITextConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
java.lang.Appendable resultBuffer,
IWikiModel model)
Convert the imageTagNode into a given HTML string buffer |
void |
HTMLConverter.imageNodeToText(TagNode imageTagNode,
ImageFormat imageFormat,
java.lang.Appendable resultBuffer,
IWikiModel model)
|
Uses of ImageFormat in info.bliki.wiki.model |
---|
Methods in info.bliki.wiki.model that return ImageFormat | |
---|---|
static ImageFormat |
ImageFormat.getImageFormat(java.lang.String rawImageLink,
java.lang.String imageNamespace)
|
Methods in info.bliki.wiki.model with parameters of type ImageFormat | |
---|---|
void |
IWikiModel.appendInternalImageLink(java.lang.String hrefImageLink,
java.lang.String srcImageLink,
ImageFormat imageFormat)
Append this internal wiki image link. |
void |
AbstractWikiModel.appendInternalImageLink(java.lang.String hrefImageLink,
java.lang.String srcImageLink,
ImageFormat imageFormat)
Append this internal wiki image link. |
protected void |
AbstractWikiModel.setDefaultThumbWidth(ImageFormat imageFormat)
Set the default thumb format width. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |