DroidDiagram Programmer's Guide
ContainerNode.getEffectiveCaptionBrush Method
See Also
 






Returns a Brush object representing the currently effective caption brush of the container.

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

 Syntax

Java  Copy Code

public Brush getEffectiveCaptionBrush ()

 Return Value

An instance of a Brush -derived class.

 Remarks

This method returns a brush corresponding to the container's CaptionBrush property if it has a local value set, or otherwise a brush corresponding to the ContainerNodeStyle.TextBrush property of the container's Style or current diagram Theme.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
Styles and Themes