LOAD_ALL, LOAD_BACKGROUND_NODES, LOAD_BEHAVIOR_NODES, LOAD_FOG_NODES, LOAD_LIGHT_NODES, LOAD_SOUND_NODES, LOAD_VIEW_GROUPS| Constructor and Description |
|---|
LoaderBase()
Constructs a Loader with default values for all variables.
|
LoaderBase(int flags)
Constructs a Loader with the specified flags word.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBasePath()
Returns the current base path setting.
|
java.net.URL |
getBaseUrl()
Returns the current base URL setting.
|
int |
getFlags()
Returns the current loading flags setting.
|
void |
setBasePath(java.lang.String pathName)
This method sets the base path name for data files associated with
the file.
|
void |
setBaseUrl(java.net.URL url)
This method sets the base URL name for data files associated with
the file.
|
void |
setFlags(int flags)
This method sets the load flags for the file.
|
public LoaderBase()
public LoaderBase(int flags)
public void setBaseUrl(java.net.URL url)
setBaseUrl in interface Loaderpublic void setBasePath(java.lang.String pathName)
setBasePath in interface Loaderpublic java.net.URL getBaseUrl()
getBaseUrl in interface Loaderpublic java.lang.String getBasePath()
getBasePath in interface Loaderpublic void setFlags(int flags)