com.sun.j3d.loaders.lw3d
Class DebugOutput

java.lang.Object
  extended by com.sun.j3d.loaders.lw3d.DebugOutput

 class DebugOutput
extends java.lang.Object

This class has utility functions for printing out debugging information.


Field Summary
(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)  int validOutput
           
(package private) static int VALUES
           
(package private) static int WARNING
           
 
Constructor Summary
DebugOutput(int outputTypes)
           
 
Method Summary
(package private)  int getValidOutput()
           
(package private)  void print(int outputType, java.lang.String theOutput)
           
(package private)  void println(int outputType, java.lang.String theOutput)
           
(package private)  void setValidOutput(int outputTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validOutput

int validOutput

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
Constructor Detail

DebugOutput

DebugOutput(int outputTypes)
Method Detail

setValidOutput

void setValidOutput(int outputTypes)

getValidOutput

int getValidOutput()

print

void print(int outputType,
           java.lang.String theOutput)

println

void println(int outputType,
             java.lang.String theOutput)


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