PaintObjectEvent

This event is sent when an object needs to be drawn.

@see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

@since 3.2

Constructors

this
this(StyledTextEvent e)

Constructs a new instance of this class based on the information in the given event.

Members

Variables

ascent
int ascent;

the line ascent

bullet
Bullet bullet;

the Bullet

bulletIndex
int bulletIndex;

the bullet index

descent
int descent;

the line descent

gc
GC gc;

the GC

style
StyleRange style;

the StyleRange

x
int x;

the x location

y
int y;

the y location

Inherited Members

From TypedEvent

display
Display display;

the display where the event occurred

widget
Widget widget;

the widget that issued the event

time
int time;

the time that the event occurred.

data
Object data;

a field for application use

getName
String getName()

Returns the name of the event. This is the name of the class without the module name.

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Meta