JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.nativewindow.util.InsetsImmutable Interface Reference

Immutable insets representing rectangular window decoration insets on all four edges in window units. More...

Inheritance diagram for com.jogamp.nativewindow.util.InsetsImmutable:
Collaboration diagram for com.jogamp.nativewindow.util.InsetsImmutable:

Public Member Functions

int getLeftWidth ()
 
int getRightWidth ()
 
int getTotalWidth ()
 
int getTopHeight ()
 
int getBottomHeight ()
 
int getTotalHeight ()
 
boolean equals (Object obj)
 Checks whether two rect objects are equal. More...
 
int hashCode ()
 

Detailed Description

Immutable insets representing rectangular window decoration insets on all four edges in window units.

Definition at line 37 of file InsetsImmutable.java.

Member Function Documentation

◆ equals()

boolean com.jogamp.nativewindow.util.InsetsImmutable.equals ( Object  obj)

Checks whether two rect objects are equal.

Two instances of Insets are equal if the four integer values of the fields left, right, top, and bottom are all equal.

Returns
true if the two Insets are equal; otherwise false.

Implemented in com.jogamp.nativewindow.util.Insets.

◆ getBottomHeight()

int com.jogamp.nativewindow.util.InsetsImmutable.getBottomHeight ( )
Returns
bottom inset height in window units.

Implemented in com.jogamp.nativewindow.util.Insets.

◆ getLeftWidth()

int com.jogamp.nativewindow.util.InsetsImmutable.getLeftWidth ( )
Returns
left inset width in window units.

Implemented in com.jogamp.nativewindow.util.Insets.

Here is the caller graph for this function:

◆ getRightWidth()

int com.jogamp.nativewindow.util.InsetsImmutable.getRightWidth ( )
Returns
right inset width in window units.

Implemented in com.jogamp.nativewindow.util.Insets.

◆ getTopHeight()

int com.jogamp.nativewindow.util.InsetsImmutable.getTopHeight ( )
Returns
top inset height in window units.

Implemented in com.jogamp.nativewindow.util.Insets.

Here is the caller graph for this function:

◆ getTotalHeight()

int com.jogamp.nativewindow.util.InsetsImmutable.getTotalHeight ( )
Returns
total height in window units, ie. top_height + bottom_height

Implemented in com.jogamp.nativewindow.util.Insets.

Here is the caller graph for this function:

◆ getTotalWidth()

int com.jogamp.nativewindow.util.InsetsImmutable.getTotalWidth ( )
Returns
total width in window units, ie. left_width + right_width

Implemented in com.jogamp.nativewindow.util.Insets.

Here is the caller graph for this function:

◆ hashCode()

int com.jogamp.nativewindow.util.InsetsImmutable.hashCode ( )

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