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

Public Member Functions

void init ()
 Custom initialization hook which can be overriden to setup data, e.g. More...
 
String getActivityName ()
 Must return the downstream Activity class name. More...
 
List< String > getSysPackages ()
 Return a list of required system packages w/ native libraries, may return null or a zero sized list. More...
 
List< String > getUsrPackages ()
 Must return a list of required user packages, at least one containing the activity. More...
 
- Public Member Functions inherited from com.jogamp.opengl.demos.android.LauncherUtil.BaseActivityLauncher
String getAction ()
 Returns the default LauncherUtil#LAUNCH_ACTIVITY_NORMAL action. More...
 
final OrderedProperties getProperties ()
 Returns the properties, which are being propagated to the target activity. More...
 
final ArrayList< String > getArguments ()
 Returns the commandline arguments, which are being propagated to the target activity. More...
 
void init ()
 Custom initialization hook which can be overriden to setup data, e.g. More...
 
boolean finishAfterDelegate ()
 Returns true if this launcher activity shall end after starting the downstream activity. More...
 
abstract String getActivityName ()
 Must return the downstream Activity class name. More...
 
abstract List< String > getUsrPackages ()
 Must return a list of required user packages, at least one containing the activity. More...
 
abstract List< String > getSysPackages ()
 Return a list of required system packages w/ native libraries, may return null or a zero sized list. More...
 
void onCreate (final Bundle savedInstanceState)
 

Detailed Description

Definition at line 35 of file NEWTGearsES2ActivityLauncher.java.

Member Function Documentation

◆ getActivityName()

String com.jogamp.opengl.demos.android.NEWTGearsES2ActivityLauncher.getActivityName ( )

Must return the downstream Activity class name.

Reimplemented from com.jogamp.opengl.demos.android.LauncherUtil.BaseActivityLauncher.

Definition at line 71 of file NEWTGearsES2ActivityLauncher.java.

◆ getSysPackages()

List< String > com.jogamp.opengl.demos.android.NEWTGearsES2ActivityLauncher.getSysPackages ( )

Return a list of required system packages w/ native libraries, may return null or a zero sized list.

Reimplemented from com.jogamp.opengl.demos.android.LauncherUtil.BaseActivityLauncher.

Definition at line 76 of file NEWTGearsES2ActivityLauncher.java.

◆ getUsrPackages()

List< String > com.jogamp.opengl.demos.android.NEWTGearsES2ActivityLauncher.getUsrPackages ( )

Must return a list of required user packages, at least one containing the activity.

Reimplemented from com.jogamp.opengl.demos.android.LauncherUtil.BaseActivityLauncher.

Definition at line 81 of file NEWTGearsES2ActivityLauncher.java.

◆ init()

void com.jogamp.opengl.demos.android.NEWTGearsES2ActivityLauncher.init ( )

Custom initialization hook which can be overriden to setup data, e.g.

fill the properties retrieved by getProperties().

Reimplemented from com.jogamp.opengl.demos.android.LauncherUtil.BaseActivityLauncher.

Definition at line 42 of file NEWTGearsES2ActivityLauncher.java.

Here is the call graph for this function:

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