public interface ItemViewer
Modifier and Type | Method and Description |
---|---|
void |
draw(ItemDrawContext context)
Renders the contents of a particular item.
|
void draw(ItemDrawContext context)
The viewer must draw the item using the methods of the Graphics
object specified in the ItemDrawContext
argument.
context
- An object, containing all information required to visualize the item.