|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.apache.batik.util.HaltingThread
org.apache.batik.swing.svg.GVTTreeBuilder
public class GVTTreeBuilder
This class represents an object which builds asynchroneaously a GVT tree.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
Thread.State, Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
protected BridgeContext |
bridgeContext
The bridge context to use. |
protected Exception |
exception
The exception thrown. |
protected List |
listeners
The listeners. |
protected org.w3c.dom.svg.SVGDocument |
svgDocument
The SVG document to give to the bridge. |
| Fields inherited from class org.apache.batik.util.HaltingThread |
|---|
beenHalted |
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
GVTTreeBuilder(org.w3c.dom.svg.SVGDocument doc,
BridgeContext bc)
Creates a new GVTTreeBuilder. |
|
| Method Summary | |
|---|---|
void |
addGVTTreeBuilderListener(GVTTreeBuilderListener l)
Adds a GVTTreeBuilderListener to this GVTTreeBuilder. |
void |
fireEvent(EventDispatcher.Dispatcher dispatcher,
Object event)
|
Exception |
getException()
Returns the exception, if any occured. |
void |
removeGVTTreeBuilderListener(GVTTreeBuilderListener l)
Removes a GVTTreeBuilderListener from this GVTTreeBuilder. |
void |
run()
Runs this builder. |
| Methods inherited from class org.apache.batik.util.HaltingThread |
|---|
clearHalted, halt, haltThread, haltThread, hasBeenHalted, hasBeenHalted, isHalted |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.w3c.dom.svg.SVGDocument svgDocument
protected BridgeContext bridgeContext
protected List listeners
protected Exception exception
| Constructor Detail |
|---|
public GVTTreeBuilder(org.w3c.dom.svg.SVGDocument doc,
BridgeContext bc)
| Method Detail |
|---|
public void run()
run in interface Runnablerun in class Threadpublic Exception getException()
public void addGVTTreeBuilderListener(GVTTreeBuilderListener l)
public void removeGVTTreeBuilderListener(GVTTreeBuilderListener l)
public void fireEvent(EventDispatcher.Dispatcher dispatcher,
Object event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||