com.sun.j3d.loaders.lw3d
Class ParserObject
java.lang.Object
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.
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 |
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
ParserObject
ParserObject()
ParserObject
ParserObject(int debugVals)
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.