Gets the target graphics object.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Graphics2D getGraphics () |
An instance of the Graphics2D interface that must be used to paint the item.
RemarksA custom item viewer should use this Graphics2D instance to draw a schedule item.
See Also