|
|||||||||
| Home >> All >> org >> apache >> batik >> swing >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.swing.svg
Class GVTTreeBuilder

java.lang.Objectjava.lang.Thread
org.apache.batik.util.HaltingThread
org.apache.batik.swing.svg.GVTTreeBuilder
- All Implemented Interfaces:
- java.lang.Runnable
- public class GVTTreeBuilder
- extends org.apache.batik.util.HaltingThread
This class represents an object which builds asynchroneaously a GVT tree.
- Version:
- $Id: GVTTreeBuilder.java,v 1.14 2004/10/23 17:11:03 deweese Exp $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
protected org.apache.batik.bridge.BridgeContext |
bridgeContext
The bridge context to use. |
(package private) static org.apache.batik.util.EventDispatcher.Dispatcher |
cancelledDispatcher
|
(package private) static org.apache.batik.util.EventDispatcher.Dispatcher |
completedDispatcher
|
protected java.lang.Exception |
exception
The exception thrown. |
(package private) static org.apache.batik.util.EventDispatcher.Dispatcher |
failedDispatcher
|
protected java.util.List |
listeners
The listeners. |
(package private) static org.apache.batik.util.EventDispatcher.Dispatcher |
startedDispatcher
|
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,
org.apache.batik.bridge.BridgeContext bc)
Creates a new GVTTreeBuilder. |
|
| Method Summary | |
void |
addGVTTreeBuilderListener(GVTTreeBuilderListener l)
Adds a GVTTreeBuilderListener to this GVTTreeBuilder. |
void |
fireEvent(org.apache.batik.util.EventDispatcher.Dispatcher dispatcher,
java.lang.Object event)
|
java.lang.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, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
svgDocument
protected org.w3c.dom.svg.SVGDocument svgDocument
- The SVG document to give to the bridge.
bridgeContext
protected org.apache.batik.bridge.BridgeContext bridgeContext
- The bridge context to use.
listeners
protected java.util.List listeners
- The listeners.
exception
protected java.lang.Exception exception
- The exception thrown.
startedDispatcher
static org.apache.batik.util.EventDispatcher.Dispatcher startedDispatcher
completedDispatcher
static org.apache.batik.util.EventDispatcher.Dispatcher completedDispatcher
cancelledDispatcher
static org.apache.batik.util.EventDispatcher.Dispatcher cancelledDispatcher
failedDispatcher
static org.apache.batik.util.EventDispatcher.Dispatcher failedDispatcher
| Constructor Detail |
GVTTreeBuilder
public GVTTreeBuilder(org.w3c.dom.svg.SVGDocument doc, org.apache.batik.bridge.BridgeContext bc)
- Creates a new GVTTreeBuilder.
| Method Detail |
run
public void run()
- Runs this builder.
getException
public java.lang.Exception getException()
- Returns the exception, if any occured.
addGVTTreeBuilderListener
public void addGVTTreeBuilderListener(GVTTreeBuilderListener l)
- Adds a GVTTreeBuilderListener to this GVTTreeBuilder.
removeGVTTreeBuilderListener
public void removeGVTTreeBuilderListener(GVTTreeBuilderListener l)
- Removes a GVTTreeBuilderListener from this GVTTreeBuilder.
fireEvent
public void fireEvent(org.apache.batik.util.EventDispatcher.Dispatcher dispatcher,
java.lang.Object event)
|
|||||||||
| Home >> All >> org >> apache >> batik >> swing >> [ svg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC