|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
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) |
Definition at line 35 of file NEWTGearsES2ActivityLauncher.java.
| 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.
| 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.
| 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.
| 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.