com.sun.j3d.loaders.lw3d
Class ParserObject

java.lang.Object
  extended by com.sun.j3d.loaders.lw3d.ParserObject
Direct Known Subclasses:
LwoParser, LwoSurface, LwoTexture, ShapeHolder, TargaReader

 class ParserObject
extends java.lang.Object

This class is a superclass of the binary parsing classes. It provides some basic debugging utilities.


Field Summary
protected  DebugOutput debugPrinter
           
(package private) static int EXCEPTION
           
(package private) static int LINE_TRACE
           
(package private) static int MISC
           
(package private) static int NONE
           
(package private) static int TIME
           
(package private) static int TRACE
           
(package private) static int VALUES
           
(package private) static int WARNING
           
 
Constructor Summary
ParserObject()
           
ParserObject(int debugVals)
           
 
Method Summary
protected  void debugOutput(int outputType, java.lang.String theOutput)
           
protected  void debugOutputLn(int outputType, java.lang.String theOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRACE

static final int TRACE
See Also:
Constant Field Values

VALUES

static final int VALUES
See Also:
Constant Field Values

MISC

static final int MISC
See Also:
Constant Field Values

LINE_TRACE

static final int LINE_TRACE
See Also:
Constant Field Values

NONE

static final int NONE
See Also:
Constant Field Values

EXCEPTION

static final int EXCEPTION
See Also:
Constant Field Values

TIME

static final int TIME
See Also:
Constant Field Values

WARNING

static final int WARNING
See Also:
Constant Field Values

debugPrinter

protected DebugOutput debugPrinter
Constructor Detail

ParserObject

ParserObject()

ParserObject

ParserObject(int debugVals)
Method Detail

debugOutputLn

protected void debugOutputLn(int outputType,
                             java.lang.String theOutput)

debugOutput

protected void debugOutput(int outputType,
                           java.lang.String theOutput)


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.