FileDocCategorySizeDatePackage
BufferedGraphicTableItem.javaAPI DocAzureus 3.0.3.41622Tue Feb 20 16:34:50 GMT 2007org.gudy.azureus2.ui.swt.components

BufferedGraphicTableItem

public abstract interface BufferedGraphicTableItem

Fields Summary
Constructors Summary
Methods Summary
public abstract org.eclipse.swt.graphics.ImagegetGraphic()

public abstract intgetMarginHeight()

public abstract intgetMarginWidth()

public abstract intgetOrientation()

public abstract org.eclipse.swt.graphics.PointgetSize()

public abstract booleansetGraphic(org.eclipse.swt.graphics.Image img)

public abstract voidsetMargin(int width, int height)

public abstract voidsetOrientation(int orientation)
Orientation of cell. SWT.LEFT, SWT.RIGHT, SWT.CENTER, or SWT.FILL. When SWT.FILL, update() will be called when the size of the cell has changed.