Gets the Graphics2D instance that can be used to perform custom drawing.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Graphics2D getGraphics () |
The java.awt.Graphics2D instance used to paint the cell.
See Also