DroidDiagram Programmer's Guide
DiagramBuilder.backgroundImageUrl Method
See Also
 






Sets the URL of the background image. Default applet security allows only images on the same server. URL may be relative to the document base for applets or current dir for applications.

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

 Syntax

Java  Copy Code

public DiagramBuilder backgroundImageUrl (
    String value
)

 Parameters

value

The URL of the background image.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace