JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.demos.android.LauncherUtil.DataSet Class Reference

Data set to transfer from and to launch URI consisting out of: More...

Collaboration diagram for com.jogamp.opengl.demos.android.LauncherUtil.DataSet:

Public Member Functions

final void setActivityName (final String name)
 
final String getActivityName ()
 
final void addSysPackage (final String p)
 
final void addAllSysPackages (final List< String > plist)
 
final List< String > getSysPackages ()
 
final void addUsrPackage (final String p)
 
final void addAllUsrPackages (final List< String > plist)
 
final List< String > getUsrPackages ()
 
final void setProperty (final String key, final String value)
 
final void addAllProperties (final OrderedProperties props)
 
final void setSystemProperties ()
 
final void clearSystemProperties ()
 
final String getProperty (final String key)
 
final OrderedProperties getProperties ()
 
final List< String > getPropertyKeys ()
 
final void addArgument (final String arg)
 
final void addAllArguments (final List< String > args)
 
final ArrayList< String > getArguments ()
 
final Uri getUri ()
 
final void validate ()
 

Static Public Member Functions

static final DataSet create (final Uri uri)
 

Detailed Description

Data set to transfer from and to launch URI consisting out of:

DataSet#getUri() returns a URI representation of all components.

Definition at line 201 of file LauncherUtil.java.

Member Function Documentation

◆ addAllArguments()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.addAllArguments ( final List< String >  args)

Definition at line 251 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ addAllProperties()

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

Definition at line 237 of file LauncherUtil.java.

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

◆ addAllSysPackages()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.addAllSysPackages ( final List< String >  plist)

Definition at line 221 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ addAllUsrPackages()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.addAllUsrPackages ( final List< String >  plist)

Definition at line 229 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ addArgument()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.addArgument ( final String  arg)

Definition at line 250 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ addSysPackage()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.addSysPackage ( final String  p)

Definition at line 218 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ addUsrPackage()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.addUsrPackage ( final String  p)

Definition at line 226 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ clearSystemProperties()

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

Definition at line 243 of file LauncherUtil.java.

Here is the call graph for this function:

◆ create()

static final DataSet com.jogamp.opengl.demos.android.LauncherUtil.DataSet.create ( final Uri  uri)
static

Definition at line 315 of file LauncherUtil.java.

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

◆ getActivityName()

final String com.jogamp.opengl.demos.android.LauncherUtil.DataSet.getActivityName ( )

Definition at line 216 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ getArguments()

final ArrayList< String > com.jogamp.opengl.demos.android.LauncherUtil.DataSet.getArguments ( )

Definition at line 254 of file LauncherUtil.java.

◆ getProperties()

final OrderedProperties com.jogamp.opengl.demos.android.LauncherUtil.DataSet.getProperties ( )

Definition at line 247 of file LauncherUtil.java.

◆ getProperty()

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

Definition at line 246 of file LauncherUtil.java.

Here is the call graph for this function:

◆ getPropertyKeys()

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

Definition at line 248 of file LauncherUtil.java.

Here is the call graph for this function:

◆ getSysPackages()

final List< String > com.jogamp.opengl.demos.android.LauncherUtil.DataSet.getSysPackages ( )

Definition at line 224 of file LauncherUtil.java.

◆ getUri()

final Uri com.jogamp.opengl.demos.android.LauncherUtil.DataSet.getUri ( )

Definition at line 256 of file LauncherUtil.java.

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

◆ getUsrPackages()

final List< String > com.jogamp.opengl.demos.android.LauncherUtil.DataSet.getUsrPackages ( )

Definition at line 232 of file LauncherUtil.java.

◆ setActivityName()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.setActivityName ( final String  name)

Definition at line 215 of file LauncherUtil.java.

Here is the caller graph for this function:

◆ setProperty()

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

Definition at line 234 of file LauncherUtil.java.

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

◆ setSystemProperties()

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

Definition at line 240 of file LauncherUtil.java.

Here is the call graph for this function:

◆ validate()

final void com.jogamp.opengl.demos.android.LauncherUtil.DataSet.validate ( )

Definition at line 385 of file LauncherUtil.java.

Here is the caller graph for this function:

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