public static class

GraphicsPrimitive.TraceReporter

extends Thread
java.lang.Object
   ↳ java.lang.Thread
     ↳ sun.java2d.loops.GraphicsPrimitive.TraceReporter

Summary

[Expand]
Inherited Constants
From class java.lang.Thread
Public Constructors
GraphicsPrimitive.TraceReporter()
Public Methods
void run()
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
static void setShutdownHook()
[Expand]
Inherited Methods
From class java.lang.Thread
From class java.lang.Object
From interface java.lang.Runnable

Public Constructors

public GraphicsPrimitive.TraceReporter ()

Public Methods

public void run ()

If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.

Subclasses of Thread should override this method.

public static void setShutdownHook ()