JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.MonitorDevice.Orientation Enum Reference
Collaboration diagram for com.jogamp.newt.MonitorDevice.Orientation:

Public Attributes

 clone =(0)
 
 right_of =(1)
 
 left_of =(-1)
 
 below =(2)
 
 above =(-2)
 
final int value
 

Detailed Description

Definition at line 77 of file MonitorDevice.java.

Member Data Documentation

◆ above

com.jogamp.newt.MonitorDevice.Orientation.above =(-2)

Definition at line 82 of file MonitorDevice.java.

◆ below

com.jogamp.newt.MonitorDevice.Orientation.below =(2)

Definition at line 81 of file MonitorDevice.java.

◆ clone

com.jogamp.newt.MonitorDevice.Orientation.clone =(0)

Definition at line 78 of file MonitorDevice.java.

◆ left_of

com.jogamp.newt.MonitorDevice.Orientation.left_of =(-1)

Definition at line 80 of file MonitorDevice.java.

◆ right_of

com.jogamp.newt.MonitorDevice.Orientation.right_of =(1)

Definition at line 79 of file MonitorDevice.java.

◆ value

final int com.jogamp.newt.MonitorDevice.Orientation.value

Definition at line 84 of file MonitorDevice.java.


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