Package | Description |
---|---|
org.docgene.api |
This package allows to generate a wiki in another application, using the docGenerator API.
|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Method and Description |
---|---|
XMLImage |
DocGeneratorAPI.addImage(XMLArticle article,
java.awt.image.BufferedImage bimg,
boolean br)
Add an image at the end of an article.
|
XMLImage |
DocGeneratorAPI.addImage(XMLArticle article,
java.io.File imageFile,
boolean br)
Add an image at the end of an article.
|
XMLImage |
DocGeneratorAPI.addImage(XMLArticle article,
java.lang.String imageID,
boolean br)
Add an image at the end of an article.
|
XMLImage |
DocGeneratorAPI.addImage(XMLArticle article,
java.net.URL url,
boolean br)
Add an image at the end of an article.
|
XMLImage |
DocGeneratorAPI.addImage(org.docgene.model.globals.XMLRootElement element,
ParagraphElementParent parent,
java.awt.image.BufferedImage bimg,
boolean br)
Add an image.
|
XMLImage |
DocGeneratorAPI.addImage(org.docgene.model.globals.XMLRootElement element,
ParagraphElementParent parent,
java.io.File imageFile,
boolean br)
Add an image.
|
XMLImage |
DocGeneratorAPI.addImage(org.docgene.model.globals.XMLRootElement element,
ParagraphElementParent parent,
java.lang.String imageID,
boolean br)
Add an image.
|
XMLImage |
DocGeneratorAPI.addImage(org.docgene.model.globals.XMLRootElement element,
ParagraphElementParent parent,
java.net.URL url,
boolean br)
Add an image.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLExtendedImage
Represent the reference to an image which has a link to an areaRef, a ref, or a link.
|
Modifier and Type | Method and Description |
---|---|
XMLImage |
HeaderElement.getLeftImage()
Return the associated left image.
|
Modifier and Type | Method and Description |
---|---|
void |
HeaderElement.setLeftImage(XMLImage image)
Set the associated left image.
|
void |
ImageMap.Area.updateCoordinates(XMLImage img)
Update the coordinates using the width and height of the associated image.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence