MindFusion.Java Package Programmer's Guide
TableNode.getCellCustomDraw Method
See Also
 






Gets the type of custom drawing performed on the table cells.

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

 Syntax

Java  Copy Code

public CustomDraw getCellCustomDraw ()

 Return Value

A member of the CustomDraw enumeration. Initialized with CellCustomDraw value of Diagram class.

 Remarks

This property allows running custom painting code for the cells of a table. That code must execute in response to the drawCell event. There are several modes of custom painting, allowing the custom code to paint the cell entirely, or do that in addition to default rendering.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace
setCustomDraw Method
setCellCustomDraw Method