j3d.org Code

org.j3d.renderer.java3d.loaders
Class HeightMapLoader

java.lang.Object
  extended bycom.sun.j3d.loaders.LoaderBase
      extended byorg.j3d.renderer.java3d.loaders.HeightMapLoader
All Implemented Interfaces:
HeightMapSource, com.sun.j3d.loaders.Loader
Direct Known Subclasses:
BTLoader, DEMLoader

public abstract class HeightMapLoader
extends com.sun.j3d.loaders.LoaderBase
implements HeightMapSource

Base Loader definition for all loaders that can load terrain data.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Field Summary
 
Fields inherited from class com.sun.j3d.loaders.LoaderBase
basePath, baseUrl, loadFlags
 
Fields inherited from interface com.sun.j3d.loaders.Loader
LOAD_ALL, LOAD_BACKGROUND_NODES, LOAD_BEHAVIOR_NODES, LOAD_FOG_NODES, LOAD_LIGHT_NODES, LOAD_SOUND_NODES, LOAD_VIEW_GROUPS
 
Constructor Summary
HeightMapLoader()
          Construct a new default loader with no flags set
HeightMapLoader(int flags)
          Construct a new loader with the given flags set.
 
Methods inherited from class com.sun.j3d.loaders.LoaderBase
getBasePath, getBaseUrl, getFlags, setBasePath, setBaseUrl, setFlags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.j3d.loaders.HeightMapSource
getGridStep, getHeights
 
Methods inherited from interface com.sun.j3d.loaders.Loader
load, load, load
 

Constructor Detail

HeightMapLoader

public HeightMapLoader()
Construct a new default loader with no flags set


HeightMapLoader

public HeightMapLoader(int flags)
Construct a new loader with the given flags set.

Parameters:
flags - The list of flags to be set

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org