DroidDiagram Programmer's Guide
TableNode.getEffectiveCellTextBrush Method
See Also
 






Creates a Brush object representing the currently effective text brush of the table cells. This method returns a system brush corresponding to the table's getCellTextBrush if the table's getCellTextBrush is not null, or a system brush corresponding to the TableNodeStyle.getCellTextBrush property of the table's style.

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

 Syntax

Java  Copy Code

public Brush getEffectiveCellTextBrush ()

 Return Value

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace