JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.event.WindowUpdateEvent Class Reference
Inheritance diagram for com.jogamp.newt.event.WindowUpdateEvent:
Collaboration diagram for com.jogamp.newt.event.WindowUpdateEvent:

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)
 

Detailed Description

Definition at line 34 of file WindowUpdateEvent.java.

Constructor & Destructor Documentation

◆ WindowUpdateEvent()

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.

Member Function Documentation

◆ getBounds()

Rectangle com.jogamp.newt.event.WindowUpdateEvent.getBounds ( )

Definition at line 43 of file WindowUpdateEvent.java.

◆ toString() [1/2]

String com.jogamp.newt.event.WindowUpdateEvent.toString ( )

Reimplemented from com.jogamp.newt.event.WindowEvent.

Definition at line 48 of file WindowUpdateEvent.java.

◆ toString() [2/2]

StringBuilder com.jogamp.newt.event.WindowUpdateEvent.toString ( StringBuilder  sb)

Reimplemented from com.jogamp.newt.event.WindowEvent.

Definition at line 53 of file WindowUpdateEvent.java.


The documentation for this class was generated from the following file: