Search
DrawCellEvent.getGraphics Method
See Also
 






Gets the Graphics2D instance that can be used to perform custom drawing.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Graphics2D getGraphics ()

 Return Value

The java.awt.Graphics2D instance used to paint the cell.

 See Also