DroidDiagram Programmer's Guide
ContentComponent.setContent Method
See Also
 






Sets the content of this component.

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

 Syntax

Java  Copy Code

public void setContent (
    ComponentBase value
)

 Parameters

value

An instance of the ComponentBase class representing the sole child of the component.

 See Also

ContentComponent Members
ContentComponent Class
com.mindfusion.diagramming.components Namespace