|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| WindowUpdateEvent (final short eventType, final Object source, final long when, final Rectangle bounds) | |
| Rectangle | getBounds () |
| String | toString () |
| StringBuilder | toString (StringBuilder sb) |
Public Member Functions inherited from com.jogamp.newt.event.WindowEvent | |
| WindowEvent (final short eventType, final Object source, final long when) | |
| String | toString () |
| StringBuilder | toString (StringBuilder sb) |
Public Member Functions inherited from com.jogamp.newt.event.NEWTEvent | |
| final short | getEventType () |
| Returns the event type of this event. More... | |
| final long | getWhen () |
| Returns the timestamp, in milliseconds, of this event. More... | |
| final void | setAttachment (final Object attachment) |
| Attach the passed object to this event. More... | |
| final Object | getAttachment () |
| final boolean | isConsumed () |
Returns true if this events has been consumed, otherwise false. More... | |
| final void | setConsumed (final boolean consumed) |
If consumed is true, this event is marked as consumed, ie. More... | |
| String | toString () |
| StringBuilder | toString (StringBuilder sb) |
Additional Inherited Members | |
Static Public Member Functions inherited from com.jogamp.newt.event.WindowEvent | |
| static String | getEventTypeString (final short type) |
Static Public Member Functions inherited from com.jogamp.newt.event.NEWTEvent | |
| static String | toHexString (final short hex) |
Static Public Attributes inherited from com.jogamp.newt.event.WindowEvent | |
| static final short | EVENT_WINDOW_RESIZED = 100 |
| static final short | EVENT_WINDOW_MOVED = 101 |
| static final short | EVENT_WINDOW_DESTROY_NOTIFY = 102 |
| static final short | EVENT_WINDOW_GAINED_FOCUS = 103 |
| static final short | EVENT_WINDOW_LOST_FOCUS = 104 |
| static final short | EVENT_WINDOW_REPAINT = 105 |
| static final short | EVENT_WINDOW_DESTROYED = 106 |
Static Public Attributes inherited from com.jogamp.newt.event.NEWTEvent | |
| static final Object | consumedTag = new Object() |
See setConsumed(boolean) for description. More... | |
Protected Member Functions inherited from com.jogamp.newt.event.NEWTEvent | |
| NEWTEvent (final short eventType, final Object source, final long when) | |
Definition at line 34 of file WindowUpdateEvent.java.
| com.jogamp.newt.event.WindowUpdateEvent.WindowUpdateEvent | ( | final short | eventType, |
| final Object | source, | ||
| final long | when, | ||
| final Rectangle | bounds | ||
| ) |
Definition at line 37 of file WindowUpdateEvent.java.
| Rectangle com.jogamp.newt.event.WindowUpdateEvent.getBounds | ( | ) |
Definition at line 43 of file WindowUpdateEvent.java.
| String com.jogamp.newt.event.WindowUpdateEvent.toString | ( | ) |
Reimplemented from com.jogamp.newt.event.WindowEvent.
Definition at line 48 of file WindowUpdateEvent.java.
| StringBuilder com.jogamp.newt.event.WindowUpdateEvent.toString | ( | StringBuilder | sb | ) |
Reimplemented from com.jogamp.newt.event.WindowEvent.
Definition at line 53 of file WindowUpdateEvent.java.