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
|
(package private) static long |
serialVersionUID |
StyleRange |
style
the StyleRange
|
int |
x
the x location
|
int |
y
the y location
|
data, display, time, widget
Constructor and Description |
---|
PaintObjectEvent(StyledTextEvent e)
Constructs a new instance of this class based on the
information in the given event.
|
toString
public GC gc
public int x
public int y
public int ascent
public int descent
public StyleRange style
public Bullet bullet
public int bulletIndex
static final long serialVersionUID
public PaintObjectEvent(StyledTextEvent e)
e
- the event containing the information