Search
ItemViewer.draw Method
See Also
 






Renders the contents of a particular item.

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

 Syntax

Java  Copy Code

void draw (
    ItemDrawContext context
)

 Parameters

context

An object, containing all information required to visualize the item.

 Remarks

The viewer must draw the item using the methods of the Graphics object specified in the ItemDrawContext argument.

 See Also