GLG Toolkit, Java Class Library  Version 4.5
GlgMediumType

Specifies the type of medium to load GLG object from. More...

Detailed Description

Specifies the type of medium to load GLG object from.

Constants

static final int FILE = 0
 Load type constant: load from a file. More...
 
static final int STREAM = 2
 Load type: load from a stream. More...
 
static final int URL = 1
 Load type: load from a URL. More...
 

Variable Documentation

◆ FILE

final int FILE = 0
static

Load type constant: load from a file.

◆ STREAM

final int STREAM = 2
static

Load type: load from a stream.

◆ URL

final int URL = 1
static

Load type: load from a URL.