javax.swing
Class DebugGraphicsInfo

java.lang.Object
  |
  +--javax.swing.DebugGraphicsInfo

class DebugGraphicsInfo
extends Object

Class used by DebugGraphics for maintaining information about how to render graphics calls.

Version:
1.10 12/03/01
Author:
Dave Karlton

Field Summary
(package private)  Hashtable componentToDebug
           
(package private)  JFrame debugFrame
           
(package private)  Color flashColor
           
(package private)  int flashCount
           
(package private)  int flashTime
           
(package private)  PrintStream stream
           
 
Constructor Summary
(package private) DebugGraphicsInfo()
           
 
Method Summary
(package private)  int getDebugOptions(JComponent component)
           
(package private)  void log(String string)
           
(package private)  void setDebugOptions(JComponent component, int debug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flashColor

Color flashColor

flashTime

int flashTime

flashCount

int flashCount

componentToDebug

Hashtable componentToDebug

debugFrame

JFrame debugFrame

stream

PrintStream stream
Constructor Detail

DebugGraphicsInfo

DebugGraphicsInfo()
Method Detail

setDebugOptions

void setDebugOptions(JComponent component,
                     int debug)

getDebugOptions

int getDebugOptions(JComponent component)

log

void log(String string)


comments?