borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.view
java.lang.Object +----borland.jbcl.view.ImageItemPainter +----borland.jbcl.view.ImageArrayItemPainter
Variables Constructors Properties Methods
Implements ItemPainter
The ImageItemPainter class paints an image as an item in a control. For example, to represent a file system in a tree control, this class provides the functionality to paint an image for a folder.
protected int alignment
protected Component component
public ImageItemPainter(java.awt.Component component, int alignment)
public int getAlignment() public void setAlignment(int alignment)
protected Image getImage(java.lang.Object object, int state)