|
 |
|
|
org.eclipse.swt.custom
Class PaintObjectEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.internal.SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.custom.PaintObjectEvent
-
All Implemented Interfaces:
-
Serializable
-
public class PaintObjectEvent
- extends
TypedEvent
This event is sent when an object needs to be drawn.
-
Since:
- 3.2
-
See Also:
-
Sample code and further information,
Serialized Form
Constructor Summary
|
PaintObjectEvent
(org.eclipse.swt.custom.StyledTextEvent e)
Constructs a new instance of this class based on the
information in the given event. |
gc
public
GC gc
- the GC
x
public int x
- the x location
y
public int y
- the y location
ascent
public int ascent
- the line ascent
descent
public int descent
- the line descent
style
public
StyleRange style
- the StyleRange
bullet
public
Bullet bullet
- the Bullet
bulletIndex
public int bulletIndex
- the bullet index
PaintObjectEvent
public PaintObjectEvent(org.eclipse.swt.custom.StyledTextEvent e)
- Constructs a new instance of this class based on the
information in the given event.
-
Parameters:
-
e - the event containing the information
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|