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)
Constructs a new instance of this class based on the
information in the given event.
|
public GC gc
public int x
public int y
public int ascent
public int descent
public StyleRange style
public Bullet bullet
public int bulletIndex
Copyright © 2017. All Rights Reserved.