TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.form.base
Interface IImageSegment

All Superinterfaces:
IObjectReference, IParagraphSegment
All Known Implementing Classes:
ImageSegment

public interface IImageSegment
extends IParagraphSegment, IObjectReference


Field Summary
static int BOTTOM
           
static int MIDDLE
           
static int TOP
           
 
Method Summary
 org.eclipse.swt.graphics.Image getImage(java.util.Hashtable objectTable)
           
 int getVerticalAlignment()
           
 
Methods inherited from interface org.eclipse.hyades.test.ui.internal.editor.form.base.IParagraphSegment
advanceLocator, paint
 
Methods inherited from interface org.eclipse.hyades.test.ui.internal.editor.form.base.IObjectReference
getObjectId
 

Field Detail

TOP

static final int TOP
See Also:
Constant Field Values

MIDDLE

static final int MIDDLE
See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
See Also:
Constant Field Values
Method Detail

getVerticalAlignment

int getVerticalAlignment()

getImage

org.eclipse.swt.graphics.Image getImage(java.util.Hashtable objectTable)

TPTP 4.5.0 Testing Tools Project
Internal API Specification