Search
CalendarDrawEvent.getGraphics Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Graphics2D getGraphics ()

 Return Value

An instance of the Graphics2D class used to render the calendar elements.

 See Also