org.gudy.azureus2.ui.swt.components
Interface BufferedGraphicTableItem

All Known Implementing Classes:
BufferedGraphicTableItem1

public interface BufferedGraphicTableItem


Method Summary
 org.eclipse.swt.graphics.Image getGraphic()
           
 int getMarginHeight()
           
 int getMarginWidth()
           
 int getOrientation()
           
 org.eclipse.swt.graphics.Point getSize()
           
 boolean setGraphic(org.eclipse.swt.graphics.Image img)
           
 void setMargin(int width, int height)
           
 void setOrientation(int orientation)
          Orientation of cell.
 

Method Detail

getMarginWidth

int getMarginWidth()

getMarginHeight

int getMarginHeight()

setMargin

void setMargin(int width,
               int height)

setOrientation

void setOrientation(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.


getOrientation

int getOrientation()

getSize

org.eclipse.swt.graphics.Point getSize()

setGraphic

boolean setGraphic(org.eclipse.swt.graphics.Image img)

getGraphic

org.eclipse.swt.graphics.Image getGraphic()