DroidDiagram Programmer's Guide
Shape.setImage Method
See Also
 






Sets an image that should be displayed by default in all instances of this shape.

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

 Syntax

Java  Copy Code

public void setImage (
    Bitmap image
)

 Parameters

image

An instance of the android.graphics.Bitmap class that should be displayed inside boxes with this shape.

 See Also

Shape Members
Shape Class
com.mindfusion.diagramming Namespace