Search
ItemDrawContext.getGraphics Method
See Also
 






Gets the target graphics object.

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

 Syntax

Java  Copy Code

public Graphics2D getGraphics ()

 Return Value

An instance of the Graphics2D interface that must be used to paint the item.

 Remarks

A custom item viewer should use this Graphics2D instance to draw a schedule item.

 See Also