JOGL v2.6.0
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 146 of file MonitorDevice.java.

Member Data Documentation

◆ above

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

Definition at line 151 of file MonitorDevice.java.

◆ below

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

Definition at line 150 of file MonitorDevice.java.

◆ clone

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

Definition at line 147 of file MonitorDevice.java.

◆ left_of

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

Definition at line 149 of file MonitorDevice.java.

◆ right_of

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

Definition at line 148 of file MonitorDevice.java.

◆ value

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

Definition at line 153 of file MonitorDevice.java.


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