JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties Class Reference
Collaboration diagram for com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties:

Public Member Functions

final void setProperty (final String key, final String value)
 
final void addAll (final OrderedProperties props)
 
final void setSystemProperties ()
 
final void clearSystemProperties ()
 
final String getProperty (final String key)
 
final Map< String, String > getProperties ()
 
final List< String > getPropertyKeys ()
 Returns the list of property keys in the order, as they were added. More...
 

Detailed Description

Definition at line 139 of file LauncherUtil.java.

Member Function Documentation

◆ addAll()

final void com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties.addAll ( final OrderedProperties  props)

Definition at line 161 of file LauncherUtil.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clearSystemProperties()

final void com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties.clearSystemProperties ( )

Definition at line 176 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ getProperties()

final Map< String, String > com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties.getProperties ( )

Definition at line 184 of file LauncherUtil.java.

◆ getProperty()

final String com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties.getProperty ( final String  key)

Definition at line 183 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ getPropertyKeys()

final List< String > com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties.getPropertyKeys ( )

Returns the list of property keys in the order, as they were added.

Definition at line 187 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ setProperty()

final void com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties.setProperty ( final String  key,
final String  value 
)

Definition at line 143 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ setSystemProperties()

final void com.jogamp.opengl.demos.android.LauncherUtil.OrderedProperties.setSystemProperties ( )

Definition at line 169 of file LauncherUtil.java.

Here is the caller graph for this function:

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