JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.ui.layout.Alignment.Bit Enum Reference
Collaboration diagram for com.jogamp.graph.ui.layout.Alignment.Bit:

Public Member Functions

 Bit (final int v)
 

Public Attributes

 Left =( ( 1 << 0 ) )
 Left alignment. More...
 
 Right =( ( 1 << 1 ) )
 Right alignment. More...
 
 Bottom =( ( 1 << 2 ) )
 Bottom alignment. More...
 
 Top =( ( 1 << 3 ) )
 Top alignment. More...
 
 Fill =( ( 1 << 4 ) )
 Scale object to parent size, e.g. More...
 
 CenterHoriz =( ( 1 << 5 ) )
 Horizontal center alignment. More...
 
 CenterVert =( ( 1 << 6 ) )
 Vertical center alignment. More...
 
final int value
 

Detailed Description

Definition at line 47 of file Alignment.java.

Constructor & Destructor Documentation

◆ Bit()

com.jogamp.graph.ui.layout.Alignment.Bit.Bit ( final int  v)

Definition at line 69 of file Alignment.java.

Member Data Documentation

◆ Bottom

com.jogamp.graph.ui.layout.Alignment.Bit.Bottom =( ( 1 << 2 ) )

Bottom alignment.

Definition at line 55 of file Alignment.java.

◆ CenterHoriz

com.jogamp.graph.ui.layout.Alignment.Bit.CenterHoriz =( ( 1 << 5 ) )

Horizontal center alignment.

Definition at line 64 of file Alignment.java.

◆ CenterVert

com.jogamp.graph.ui.layout.Alignment.Bit.CenterVert =( ( 1 << 6 ) )

Vertical center alignment.

Definition at line 67 of file Alignment.java.

◆ Fill

com.jogamp.graph.ui.layout.Alignment.Bit.Fill =( ( 1 << 4 ) )

Scale object to parent size, e.g.

fill GridLayout or BoxLayout cell size.

Definition at line 61 of file Alignment.java.

◆ Left

com.jogamp.graph.ui.layout.Alignment.Bit.Left =( ( 1 << 0 ) )

Left alignment.

Definition at line 49 of file Alignment.java.

◆ Right

com.jogamp.graph.ui.layout.Alignment.Bit.Right =( ( 1 << 1 ) )

Right alignment.

Definition at line 52 of file Alignment.java.

◆ Top

com.jogamp.graph.ui.layout.Alignment.Bit.Top =( ( 1 << 3 ) )

Top alignment.

Definition at line 58 of file Alignment.java.

◆ value

final int com.jogamp.graph.ui.layout.Alignment.Bit.value

Definition at line 70 of file Alignment.java.


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