public class PaintObjectEvent extends TypedEvent
Modifier and Type | Field and Description |
---|---|
int |
ascent
the line ascent
|
Bullet |
bullet
the Bullet
|
int |
bulletIndex
the bullet index
|
int |
descent
the line descent
|
GC |
gc
the GC
|
StyleRange |
style
the StyleRange
|
int |
x
the x location
|
int |
y
the y location
|
data, display, time, widget
source
Constructor and Description |
---|
PaintObjectEvent(org.eclipse.swt.custom.StyledTextEvent e) |
public GC gc
public int x
public int y
public int ascent
public int descent
public StyleRange style
public Bullet bullet
public int bulletIndex
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.