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

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 9 of file NEWTGraphUI1pActivityLauncher.java.

Member Function Documentation

◆ getActivityName()

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

Must return the downstream Activity class name.

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

Definition at line 39 of file NEWTGraphUI1pActivityLauncher.java.

◆ getSysPackages()

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

◆ getUsrPackages()

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

◆ init()

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

Here is the call graph for this function:

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