Package org.xj3d.core.loading
Interface LoadConstants
- All Known Implementing Classes:
AbstractLoadManager,DefaultLoadManager,MemCacheLoadManager
public interface LoadConstants
Collection of internal constants for load manager implementors
The default sort order is defined to be:
loadURL(any loadURL() call from the SAI/EAI)texturesAll texture types and Background nodes, except for MovieTexture.externprotosExternproto loadingscriptsAll scripts, regardless of whether they are locally defined or externalinlinesAny Inline node typecreateAny of the createX3DFromX or createVRMLFromURL() callsaudioAudioClip nodes, but not MovieTexturemoviesMovieTexture node.shadersAny shader source.othersAnything else not covered by one of the fixed types
In keeping with the extensible nature of Xj3D, other types may be defined as part of the sort order definition. The loadURL type is always the highest priority and cannot be changed. Specifying this in the sort order list will be ignored.
- Version:
- $Revision: 1.2 $
- Author:
- Justin Couch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default sort order as a series of concatenated propertiesstatic final StringProperty name defining how much memory should be used (org.xj3d.core.loading.cache.mem.size)static final StringAudioClip nodes, but not MovieTexture sorting orderstatic final StringcreateX3DFromX calls sorting orderstatic final StringInline nodes sorting orderstatic final StringSort the loadURL, which always has the highest prioritystatic final StringMovieTexture object sorting orderstatic final StringProperty name defining the sort order (org.xj3d.core.loading.sort.order)static final StringAny other object sorting orderstatic final StringEXTERNPROTOS sorting orderstatic final StringScript object sorting orderstatic final StringShader source objects sorting orderstatic final StringAny form of texture object sorting order
-
Field Details
-
SORT_ORDER_PROP
Property name defining the sort order (org.xj3d.core.loading.sort.order)- See Also:
-
SORT_LOAD_URL
-
SORT_SCRIPT
-
SORT_INLINE
-
SORT_TEXTURE
-
SORT_PROTO
-
SORT_AUDIO
-
SORT_CREATE
-
SORT_MOVIE
-
SORT_SHADER
-
SORT_OTHER
-
MEM_ALLOC_PROP
Property name defining how much memory should be used (org.xj3d.core.loading.cache.mem.size)- See Also:
-
DEFAULT_SORT_ORDER
The default sort order as a series of concatenated properties- See Also:
-