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

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 36 of file MovieCubeActivityLauncher0b.java.

Member Function Documentation

◆ getActivityName()

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

Must return the downstream Activity class name.

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

Definition at line 74 of file MovieCubeActivityLauncher0b.java.

◆ getSysPackages()

List< String > com.jogamp.opengl.demos.android.MovieCubeActivityLauncher0b.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 79 of file MovieCubeActivityLauncher0b.java.

◆ getUsrPackages()

List< String > com.jogamp.opengl.demos.android.MovieCubeActivityLauncher0b.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 84 of file MovieCubeActivityLauncher0b.java.

◆ init()

void com.jogamp.opengl.demos.android.MovieCubeActivityLauncher0b.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 43 of file MovieCubeActivityLauncher0b.java.

Here is the call graph for this function:

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