DroidDiagram Programmer's Guide
HtmlBuilder.createImageHtml Method
See Also
 






Exports a diagram image file and generates the code for an html page that displays that file along with the html image map that corresponds to the diagram.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public String createImageHtml (
    String htmlFileName,
    String htmlTitle,
    String imgLocalPath,
    String imgURL,
    String imgFormat
)

 Parameters

htmlFileName

The name of the html file that should be created.

htmlTitle

The title of the HTML page.

imgLocalPath

The name of the exported image file.

imgURL

The URL of the image file.

imgFormat

The format of the exported image.

 Return Value

A String object containing the HTML code.

 See Also

HtmlBuilder Members
HtmlBuilder Class
com.mindfusion.diagramming Namespace