DroidDiagram Programmer's Guide
Shape.setImageLocation Method
See Also
 






Accepted are absolute URLs, and relative paths with both back and forward slashes.

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

 Syntax

Java  Copy Code

public void setImageLocation (
    String url
)

 Parameters

url

 Remarks

The ShapeEditor tool may produce absolute filesystem image paths when the images are on different drive than the shape library xml, and they will not work on java. Workaround: copy images to the same drive.

 See Also

Shape Members
Shape Class
com.mindfusion.diagramming Namespace