Class AbstractLoadManager

java.lang.Object
org.xj3d.impl.core.loading.AbstractLoadManager
All Implemented Interfaces:
VRMLUrlListener, ContentLoadManager, LoadConstants
Direct Known Subclasses:
DefaultLoadManager, MemCacheLoadManager

public abstract class AbstractLoadManager extends Object implements ContentLoadManager, LoadConstants, VRMLUrlListener
Common base implementation of a load manager.

Properties

The following properties are used by this class

  • org.web3d.vrml.nodes.loader.sort_order A space separated list containing one or more of the words scripts, inlines, textures, externprotos, audio and others. The declaration order is the sort order for values to be fetched within a given scene. Any values not declared are placed at the end of the list in any arbitrary order.
  • org.web3d.vrml.nodes.loader.cache.mem.size The amount of memory in Kilobytes (integer value) to allocate to in-memory file caching. If the value is zero or less, no caching is performed.
Note Sort order is not implemented yet.
Version:
$Revision: 1.4 $
Author:
Justin Couch