A B C D E F G H I J K L M N O P R S T U V W Z _

D

DataFeedback - class gumbo.visualize.data.DataFeedback.
Constants and utilities intended for use by data visualization interactors in providing interaction feedback presentations.
DataFeedback() - Constructor for class gumbo.visualize.data.DataFeedback
Creates an instance.
DataModel - class gumbo.visualize.data.DataModel.
Data Model
DataModelListener - interface gumbo.visualize.data.DataModelListener.
Interface for listeners of data model events.
DataModelMonitor - class gumbo.visualize.data.DataModelMonitor.
Singleton (global) monitor for data models.
DataModelTest - class gumbo.visualize.data.DataModelTest.
 
DataModelTest(String) - Constructor for class gumbo.visualize.data.DataModelTest
 
DataUtils - class gumbo.visualize.data.DataUtils.
Constants and utilities related to data visualization.
DataView - class gumbo.visualize.data.DataView.
Abstract base class for the role of "view" in an MVC-based visualization of client data.
DataViewFactory - interface gumbo.visualize.data.DataViewFactory.
An interface for a factory that creates data views and their graphic implementations.
DataViewMonitor - class gumbo.visualize.data.DataViewMonitor.
Singleton (global) monitor for data view.
Debug - class gumbo.util.Debug.
Utilities for generating "debug" messages to System.err.
DEBUG - Static variable in class gumbo.util.route.ImplRouters
Connects A to B, and B to A, where A is a "master" node being monitored by a "slave" node via special debug connections.
Debug() - Constructor for class gumbo.util.Debug
 
DebugActionGroupAdapter - class gumbo.interact.DebugActionGroupAdapter.
Monitors all input and output events.
DebugActionGroupAdapter(String) - Constructor for class gumbo.interact.DebugActionGroupAdapter
 
DebugActionSingleAdapter - class gumbo.interact.DebugActionSingleAdapter.
Monitors all input and output events.
DebugActionSingleAdapter(String) - Constructor for class gumbo.interact.DebugActionSingleAdapter
 
DebugButtonGesture - class gumbo.interact.button.DebugButtonGesture.
Monitors all input and output events.
DebugButtonGesture(String) - Constructor for class gumbo.interact.button.DebugButtonGesture
 
DebugButtonTrigger - class gumbo.interact.button.DebugButtonTrigger.
Monitors all input and output events.
DebugButtonTrigger(String) - Constructor for class gumbo.interact.button.DebugButtonTrigger
 
DebugClickAdapter - class gumbo.interact.button.DebugClickAdapter.
Monitors all input and output events.
DebugClickAdapter(String) - Constructor for class gumbo.interact.button.DebugClickAdapter
 
DebugControlAdapter - class gumbo.interact.DebugControlAdapter.
Monitors all input and output events.
DebugControlAdapter(String) - Constructor for class gumbo.interact.DebugControlAdapter
 
DebugDataRouter - class gumbo.util.route.DebugDataRouter.
A router for connecting a "master" target node (node A) to a "slave" debug monitor node (node B).
DebugDataRouter(boolean, boolean) - Constructor for class gumbo.util.route.DebugDataRouter
 
DebugEventMonitor - class gumbo.util.route.DebugEventMonitor.
Abstract base class for a host object event monitor.
DebugEventMonitor(String) - Constructor for class gumbo.util.route.DebugEventMonitor
Creates an instance.
DebugInputFacade - class gumbo.interact.DebugInputFacade.
Monitors all input and output events.
DebugInputFacade(String) - Constructor for class gumbo.interact.DebugInputFacade
 
DebugKeyboardSensor - class gumbo.graphic.input.DebugKeyboardSensor.
Monitors all input and output events.
DebugKeyboardSensor(String) - Constructor for class gumbo.graphic.input.DebugKeyboardSensor
 
DebugMouseSensor - class gumbo.graphic.input.DebugMouseSensor.
Monitors all input and output events.
DebugMouseSensor(String) - Constructor for class gumbo.graphic.input.DebugMouseSensor
 
DebugPickAdapter - class gumbo.interact.DebugPickAdapter.
Monitors all input and output events.
DebugPickAdapter(String) - Constructor for class gumbo.interact.DebugPickAdapter
 
DebugPickClickAdapter - class gumbo.interact.button.DebugPickClickAdapter.
Monitors all input and output events.
DebugPickClickAdapter(String) - Constructor for class gumbo.interact.button.DebugPickClickAdapter
 
DebugPickClientId - class gumbo.visualize.data.consistency.DebugPickClientId.
Monitors an Interactor event field and prints the client IDs associated with the target interactor, which may be nested (only prints the IDs of the interactor leaves).
DebugPickClientId(String) - Constructor for class gumbo.visualize.data.consistency.DebugPickClientId
 
DebugPickMapper - class gumbo.interact.DebugPickMapper.
Monitors all input and output events.
DebugPickMapper(String) - Constructor for class gumbo.interact.DebugPickMapper
 
DebugPickSensor - class gumbo.graphic.probe.DebugPickSensor.
Monitors all input and output events.
DebugPickSensor(String) - Constructor for class gumbo.graphic.probe.DebugPickSensor
 
DebugSelectFacade - class gumbo.interact.select.DebugSelectFacade.
 
DebugSelectFacade(String) - Constructor for class gumbo.interact.select.DebugSelectFacade
 
DebugSelectManager - class gumbo.interact.select.DebugSelectManager.
 
DebugSelectManager(String) - Constructor for class gumbo.interact.select.DebugSelectManager
 
DebugSelectMapper - class gumbo.interact.select.DebugSelectMapper.
 
DebugSelectMapper(String) - Constructor for class gumbo.interact.select.DebugSelectMapper
 
DebugSwingKeyboardSensor - class gumbo.graphic.input.impl.swing.DebugSwingKeyboardSensor.
Monitors all input and output events.
DebugSwingKeyboardSensor(String) - Constructor for class gumbo.graphic.input.impl.swing.DebugSwingKeyboardSensor
 
DebugSwingMouseSensor - class gumbo.graphic.input.impl.swing.DebugSwingMouseSensor.
Monitors all input and output events.
DebugSwingMouseSensor(String) - Constructor for class gumbo.graphic.input.impl.swing.DebugSwingMouseSensor
 
DECO_SIZE - Static variable in class gumbo.visualize.data.impl.swing.SwingGraphEdge
Default line decoration size in pixels (>=0).
DECO_SIZE_FACTOR - Static variable in class gumbo.visualize.data.layout.GraphLayoutEngine
Factor applied to gap size for link decoration size.
DEFAULT_PROXY_HOST - Static variable in class gumbo.net.NetThread
 
DEFAULT_PROXY_PORT - Static variable in class gumbo.net.NetThread
 
DEFAULT_SERVER_HOST - Static variable in class gumbo.net.NetThread
 
DEFAULT_SERVER_PORT - Static variable in class gumbo.net.NetThread
 
DefaultGraphicFactory - class gumbo.graphic.DefaultGraphicFactory.
The default graphic factory, which makes no use of the native graphic system.
defaultHead() - Method in class gumbo.net.msg.Message
Creates and sets the default head for this message.
defaultHead() - Method in class gumbo.net.msg.ascii.AsciiMessage
Creates and sets the default head for this message.
Delegatable - interface gumbo.util.Delegatable.
A base interface allowing (but not requiring) this object to serve as a delegate for some other delegator.
Delegatables - class gumbo.util.Delegatables.
Constants and utilities related to Delegatable.
Delegatables.DelegatableImm - class gumbo.util.Delegatables.DelegatableImm.
A serializable immutable view wrapper for a target Delegatable.
Delegatables.DelegatableImm(Delegatable) - Constructor for class gumbo.util.Delegatables.DelegatableImm
 
Delegatables.DelegatableWrapper - class gumbo.util.Delegatables.DelegatableWrapper.
A serializable wrapper for a target Delegatable.
Delegatables.DelegatableWrapper(Delegatable) - Constructor for class gumbo.util.Delegatables.DelegatableWrapper
 
DelegatableTest - class gumbo.util.DelegatableTest.
 
DelegatableTest.DelegatorA - class gumbo.util.DelegatableTest.DelegatorA.
 
DelegatableTest.DelegatorA() - Constructor for class gumbo.util.DelegatableTest.DelegatorA
 
DelegatableTest.DelegatorB - class gumbo.util.DelegatableTest.DelegatorB.
 
DelegatableTest.DelegatorB() - Constructor for class gumbo.util.DelegatableTest.DelegatorB
 
DelegatableTest.DelegatorC - class gumbo.util.DelegatableTest.DelegatorC.
 
DelegatableTest.DelegatorC() - Constructor for class gumbo.util.DelegatableTest.DelegatorC
 
DelegatableTest.DelegatorD - class gumbo.util.DelegatableTest.DelegatorD.
 
DelegatableTest.DelegatorD() - Constructor for class gumbo.util.DelegatableTest.DelegatorD
 
DelegatableTest.TestMemberDelegateHost - class gumbo.util.DelegatableTest.TestMemberDelegateHost.
 
DelegatableTest.TestMemberDelegateHost() - Constructor for class gumbo.util.DelegatableTest.TestMemberDelegateHost
 
DelegatableTest.TestStaticDelegateHost - class gumbo.util.DelegatableTest.TestStaticDelegateHost.
 
DelegatableTest.TestStaticDelegateHost() - Constructor for class gumbo.util.DelegatableTest.TestStaticDelegateHost
 
DelegatableTest(String) - Constructor for class gumbo.util.DelegatableTest
 
delegator(Object) - Static method in class gumbo.util.Delegatables
Safely gets the delegator of a delegate.
delegator(Object, Class) - Static method in class gumbo.util.Delegatables
Safely gets the delegator of a delegate.
delegator(Object, Collection) - Static method in class gumbo.util.Delegatables
Safely gets the delegator of a delegate.
delegators(Collection, Collection) - Static method in class gumbo.util.Delegatables
Gets the delegators of a collection of delegates.
delegators(List) - Static method in class gumbo.util.Delegatables
Replaces the delegates in a list with their delegators.
DeltaStateMerger - class gumbo.util.state.DeltaStateMerger.
A state merger that updates the output state according to the changes in each received input state.
DeltaStateMerger() - Constructor for class gumbo.util.state.DeltaStateMerger
Creates an instance, with no output state policy and onChange filtering.
DeltaStateMerger(StateSet, boolean) - Constructor for class gumbo.util.state.DeltaStateMerger
Creates an instance.
DIRECTION_X_NONE - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space X=0.
DIRECTION_X_NORMAL - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space X.
DIRECTION_X_REVERSE - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space -X.
DIRECTION_Y_NONE - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space Y=0.
DIRECTION_Y_NORMAL - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space Y.
DIRECTION_Y_REVERSE - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space -Y.
DIRECTION_Z_NONE - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space Z=0.
DIRECTION_Z_NORMAL - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space Z.
DIRECTION_Z_REVERSE - Static variable in class gumbo.visualize.data.layout.Layouts
Layout direction: World space -Z.
DirectRouters - class gumbo.util.route.DirectRouters.
Predefined "direct" routers intended for use by event node meta-clients (use event nodes) and clients (implement event nodes).
DirectRouters.Router - class gumbo.util.route.DirectRouters.Router.
Connects EventOut to EventIn, one or two-way.
DirectRouters.Router(boolean, boolean) - Constructor for class gumbo.util.route.DirectRouters.Router
 
dirToDim(int) - Static method in class gumbo.visualize.data.layout.Layouts
Maps direction (DIRECTION_???) to dimension (0-2).
dirToSign(int) - Static method in class gumbo.visualize.data.layout.Layouts
Maps direction (DIRECTION_???) to sign (-1 for reverse order, 1 for normal order).
disconnect(EventNodeMarker, EventNodeMarker) - Method in class gumbo.util.route.EventRouter
Disconnects two nodes.
DISPLAY_SCALE_POLICY_FIXED - Static variable in class gumbo.graphic.space.GraphicSpaces
 
DISPLAY_SCALE_POLICY_TRACKS - Static variable in class gumbo.graphic.space.GraphicSpaces
 
DisplaySpace - interface gumbo.graphic.space.DisplaySpace.
A graphic space representing a 2D "display" space.
DisplaySpaceConfig - interface gumbo.graphic.space.DisplaySpaceConfig.
Configuration delegate for a DisplaySpace.
Disposable - interface gumbo.util.Disposable.
An interface marking this object as being "disposable".
Disposables - class gumbo.util.Disposables.
 
Disposables.DisposableImm - class gumbo.util.Disposables.DisposableImm.
A serializable immutable view wrapper for a target Disposable.
Disposables.DisposableImm(Disposable) - Constructor for class gumbo.util.Disposables.DisposableImm
 
Disposables.DisposableWrapper - class gumbo.util.Disposables.DisposableWrapper.
A serializable wrapper for a target Disposable.
Disposables.DisposableWrapper(Disposable) - Constructor for class gumbo.util.Disposables.DisposableWrapper
 
dispose() - Method in class gumbo.util.relation.Relations.RelationWrapper
 
dispose() - Method in class gumbo.util.relation.Relations.RelationImm
 
dispose() - Method in class gumbo.util.Disposables.DisposableWrapper
 
dispose() - Method in class gumbo.util.Disposables.DisposableImm
 
dispose() - Method in interface gumbo.util.Disposable
Disposes this object and its dependencies, making this object inactive and unusable.
dispose() - Method in class gumbo.util.AbstractDisposable
Subclasses must override implDispose(), not this method, to perform the actual self-disposal.
disposeAll() - Method in class gumbo.visualize.data.WholeModel
Like dispose(), but also recursively disposes any child whole models.
disposeAll(Collection) - Static method in class gumbo.util.Disposables
Disposes a group of disposables.
disposeAncestors(TreeNode) - Static method in class gumbo.util.relation.TreeNodes
Disposes the ancestors of a seed node, but not the seed node.
disposeDescendants(TreeNode) - Static method in class gumbo.util.relation.TreeNodes
Disposes the descendants of a seed node, but not the seed node.
disposeWholeView(WholeView) - Method in class gumbo.visualize.data.impl.swing.SwingTreeViewFactory
Default implementation: Sets the graphic model root null, then calls the super method.
disposeWholeView(WholeView) - Method in class gumbo.visualize.data.impl.swing.SwingListViewFactory
Default implementation: Clears the graphic model, then calls the super method.
disposeWholeView(WholeView) - Method in class gumbo.visualize.data.impl.swing.SwingGraphViewFactory
Default implementation: Sets the layout engine null, then calls the super method.
disposeWholeView(WholeView) - Method in interface gumbo.visualize.data.DataViewFactory
Called by the client to destroy a whole view compatible with this factory, including the view's graphic implementation and any part views and their graphic implementations.
disposeWholeView(WholeView) - Method in class gumbo.visualize.data.AbstractDataViewFactory
Default implementation: Breaks connections to the whole model for part model updates, then disposes the current whole view and nulls it.
distance(Point3) - Method in class gumbo.graphic.math.Point3
Returns the euclidean distance between this point and another.
distanceSquared(Point3) - Method in class gumbo.graphic.math.Point3
Returns the squared euclidean distance (sum of the difference squared) between this point and another.
div(Tuple3, double) - Method in class gumbo.graphic.math.Tuple3
this = tuple / val
div(Tuple3, Tuple3) - Method in class gumbo.graphic.math.Tuple3
this = tupleA / tupleB
doConnectedRanking(Set, boolean, boolean, Set, GraphNodeRanking) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutRanker
Creates a "connected" ranking from a group of seed nodes, which includes the seeds and all forward and backward traced nodes, with sources and sinks but without source and sink trace-through.
doCrudeMinorLayout(int, Point3, double, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Distibutes nodes in ordering in layout space by rank along the specified minor axis, centered about the origin.
doFinalMinorLayout(int, Point3, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Absolutely positions the ranking nodes by centering it along the specified dimension about the specified origin.
doFineMinorBalance(int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Iteratively sweeps up and down through the ranks of an ordering balancing "dangling" nodes relative to their parents.
doFineMinorBalanceRank(int, boolean, int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Balances "dangling" nodes in the target rank relative to their parents in the fixed fixed rank.
doFineMinorBalanceSweep(boolean, int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Sweeps through the ranks of an ordering in a given direction.
doFineMinorKinks(int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Iteratively sweeps up and down through the ranks of an ordering straightening kink-to-kink links and shifting surrounding nodes.
doFineMinorKinksRank(int, boolean, Set, int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Performs kink-to-kink straighteneing for the nodes in the target rank.
doFineMinorKinksSweep(boolean, int, Set, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Sweeps through the ranks of an ordering in a given direction.
doFineMinorLayout(int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Iteratively sweeps up and down the ordering ranks positioning nodes along the specified minor axis based on the position priority of the nodes (see doPrioritizePositions()).
doFineMinorPriority(GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Initializes the before and after (friend) priorities of the nodes in an ordering.
doFineMinorRank(int, boolean, int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Performs fine layout of target nodes in the target rank of an ordering by moving target nodes towards their fixed rank barycenters.
doFineMinorSweep(boolean, int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Sweeps through the ranks of an ordering in a given direction.
doForwardRanking(Set, boolean, Set, GraphNodeRanking) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutRanker
Creates a "forward" ranking from a group of seed nodes, typically source nodes, which includes the seeds and all forward traced nodes, with sources and sinks but without source and sink trace-through.
doGraphicPick(Set, Collection, Collection) - Method in interface gumbo.graphic.probe.PickEngine
Performs a pick operation on a group of pickable objects using a group of picker objects, and returns a pick result that conforms to the pick specs.
doGraphicPick(Set, Collection, Collection) - Method in class gumbo.graphic.probe.AbstractPickEngine
Default implementation: Independent of the picker/pickable type.
doKinkEdges(GraphNodeRanking) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutRanker
Adds kinks along kinky edges that span multiple ranks in a ranking.
doLayout() - Method in class gumbo.visualize.data.layout.WholeLayoutEngine
Called by the client or system to update the whole view layout and show the result.
doLayoutWork() - Method in class gumbo.visualize.data.layout.WholeLayoutEngine
Performs the whole view layout and display work for doLayout().
doMainRanking(Set, GraphNodeRanking, Set, GraphNodeRanking, GraphNodeRanking) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutRanker
Deprecated. Used in earlier releases to broduce a rankings connected to all sources and sinks. This avoids cross ranking edges but introduces grunge into the main (forward) ranking. Before resurecting this code it needs to be verified with the latest release.
doMajorLayout(double, double, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Distibutes nodes in an ordering by rank along the major layout space axis.
doMultiEdgeLayout(Size3, Collection) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Adds kink nodes to multi-edges based on the target node sizes (which includes the inter-node gap) and positions.
doPick(Set, PickEngine) - Method in class gumbo.graphic.probe.AbstractPickSensor
Called by the system to perform a pick operation before outputting a result.
doRandomEdgeLayout(AxisBound3) - Method in class gumbo.visualize.data.layout.GraphLayoutWholeView
Randomly distributes the graph edges in the graphic world space within the specified bounds.
doRandomLayout(AxisBound3) - Method in class gumbo.visualize.data.layout.GraphLayoutWholeView
Randomly distributes the graph vertices and edges in the graphic world space within the specified bounds.
doRandomVertexLayout(AxisBound3) - Method in class gumbo.visualize.data.layout.GraphLayoutWholeView
Randomly distributes the graph vertices in the graphic world space within the specified bounds.
doRankNodes(Collection, boolean, boolean, Set, GraphNodeRanking) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutRanker
Traces nodes in a graph from seed nodes, ranking the found nodes by relative distance from the seed nodes.
doRawPick(Set, Object, Object, List) - Method in class gumbo.graphic.probe.AbstractPickEngine
Called by the system to perform a pick operation between each combination of picker and pickable.
doRawPick(Set, Object, Object, List) - Method in class gumbo.visualize.data.impl.swing.SwingTreeView.SwingPickEngine
 
doRefinedRanking(GraphNodeRanking) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutRanker
Single-pass refinement of a raw ranking by moving a node up, never down, in the ranking to the rank just after that of its lowest connected node.
doRoughMinorLayout(boolean, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Iteratively re-orders nodes in ranks to minimize node link crossings.
doRoughPhase1(boolean, int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Iteratively sweeps forward then backward through the ranks of an ordering reducing edge crossings.
doRoughPhase1Down(GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Sweeps up through the ranks of an ordering trying to reduce edge crossings.
doRoughPhase1Rank(int, boolean, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Reorders nodes in the target rank based on the barycenters of nodes in the fixed rank to reduce edge crossings between the ranks.
doRoughPhase1Up(GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Sweeps up through the ranks of an ordering trying to reduce edge crossings.
doRoughPhase2(boolean, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Iteratively sweeps forward then backward through the ranks of an ordering reducing edge crossings by reversing same barycenter nodes and re-doing phase I.
doRoughPhase2Down(int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Sweeps down through the ranks of an ordering to reverse same barycenters and redo phase 1.
doRoughPhase2Rank(int, boolean, int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Reverses same barycenters in the target rank, and redoes phase 1 each time.
doRoughPhase2Up(int, GraphNodeOrdering) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutOrderer
Sweeps up through the ranks of an ordering to reverse same barycenters and redo phase 1.
doSelfLoopLayout(Size3, Collection) - Static method in class gumbo.visualize.data.layout.KinkyGraphLayoutPlacer
Adds kink nodes to self loop edges based on the target node size (which includes the inter-node gap) and position.
doSerialization(Object) - Method in class gumbo.util.relation.AbstractTreeNodeTest
 
doSerialization(Object) - Method in class gumbo.util.relation.AbstractRelationTest
 
DoubleField - class gumbo.util.route.DoubleField.
 
DoubleField.EventIn - class gumbo.util.route.DoubleField.EventIn.
 
DoubleField.EventIn() - Constructor for class gumbo.util.route.DoubleField.EventIn
 
DoubleField.EventIn(double) - Constructor for class gumbo.util.route.DoubleField.EventIn
 
DoubleField.EventInOut - class gumbo.util.route.DoubleField.EventInOut.
 
DoubleField.EventInOut() - Constructor for class gumbo.util.route.DoubleField.EventInOut
 
DoubleField.EventInOut(double) - Constructor for class gumbo.util.route.DoubleField.EventInOut
 
DoubleField.EventOut - class gumbo.util.route.DoubleField.EventOut.
 
DoubleField.EventOut() - Constructor for class gumbo.util.route.DoubleField.EventOut
 
DoubleField.EventOut(double) - Constructor for class gumbo.util.route.DoubleField.EventOut
 
DoubleField() - Constructor for class gumbo.util.route.DoubleField
 
DoubleField(double) - Constructor for class gumbo.util.route.DoubleField
 
downToDataModels(Collection, Collection) - Static method in class gumbo.visualize.data.DataUtils
Gets the data models associated with a group of higher level objects.
downToDataViews(Collection, Collection) - Static method in class gumbo.visualize.data.DataUtils
Gets the data views associated with a group of higher level objects.
downToGraphics(Collection, Collection) - Static method in class gumbo.visualize.data.DataUtils
Gets the data views associated with a group of higher level objects.
downToGraphicViews(Collection, Collection) - Static method in class gumbo.visualize.data.DataUtils
Gets the data views associated with a group of higher level objects.
drawBackground(Color) - Method in class gumbo.interact.TestSwingTargets.AbstractShape
 
drawBackground(Color) - Method in class gumbo.interact.select.TestSelectApp.Thing
 
drawBorder(Color) - Method in class gumbo.interact.TestSwingTargets.AbstractShape
 
drawBorder(Color) - Method in class gumbo.interact.select.TestSelectApp.Thing
 
drawBorder(Color) - Method in class gumbo.visualize.data.impl.swing.SwingGraphVertex
Called by the system to build and realize the graphic's border.
drawShape(Color) - Method in class gumbo.visualize.data.impl.swing.SwingGraphEdge
Called by the system to build and realize the graphic's shape.

A B C D E F G H I J K L M N O P R S T U V W Z _