DroidDiagram Programmer's Guide
Diagram.setBackgroundImageUrl Method
See Also
 






Sets the URL of the background image.

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

 Syntax

Java  Copy Code

public void setBackgroundImageUrl (
    String value
)

 Parameters

value

The URL of the background image.

 Remarks

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. It is assumed that the specified image is located at the specified URL.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace