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

D

dataChanged(IDataChangeEvent) - Method in class graphVisualizer.events.DataChangeEchoListener
 
dataChanged(IDataChangeEvent) - Method in interface graphVisualizer.events.IDataChangeListener
This event is fired if the data is changed.
DataChangeEchoListener - Class in graphVisualizer.events
The DataChengeEchoListener class provides an implementation of the IDataChangeListener interface that simply echoes back every event.
DataChangeEchoListener(String) - Constructor for class graphVisualizer.events.DataChangeEchoListener
Creates a new CollectionChangeEchoListener.
DataChangeEvent - Class in graphVisualizer.events
The DataChangeEvent class provides a reference implementation of the IDataChangeEvent interface.
DataChangeEvent(Object, String, Object, Object) - Constructor for class graphVisualizer.events.DataChangeEvent
Constructs a new IDataChangeEvent.
DataChangeSource - Class in graphVisualizer.events
The DataChangeSource class provides a reference implementation of the IDataChangeSource interface.
DataChangeSource() - Constructor for class graphVisualizer.events.DataChangeSource
Creates a new DataChangeSource.
DataChangeVetoException - Exception in graphVisualizer.events
The DataChangeVetoException is a reference implementation of an IDataChangeVetoException.
DataChangeVetoException(String, IDataChangeEvent) - Constructor for exception graphVisualizer.events.DataChangeVetoException
Constructs a new DataChangeVetoException with a detailed message and the vetoed event.
deepCopy() - Method in class graphVisualizer.graph.metadata.BooleanMetadata
 
deepCopy() - Method in class graphVisualizer.graph.metadata.DoubleMetadata
 
deepCopy() - Method in class graphVisualizer.graph.metadata.FloatMetadata
 
deepCopy() - Method in class graphVisualizer.graph.metadata.IntegerMetadata
 
deepCopy() - Method in class graphVisualizer.graph.metadata.LongMetadata
 
deepCopy() - Method in class graphVisualizer.graph.metadata.Metadata
Creates a deep copy of the metadata object.
deepCopy() - Method in class graphVisualizer.graph.metadata.MetadataMapProperty
Returns a deep copy of this MetadataMapProperty.
deepCopy() - Method in class graphVisualizer.graph.metadata.Schema
Creates a deep copy of the Schema object.
deepCopy() - Method in class graphVisualizer.graph.metadata.SchemaEntry
Returns a deep copy of this SchemaEntry.
deepCopy() - Method in class graphVisualizer.graph.metadata.StringMetadata
 
deepCopy() - Method in class graphVisualizer.graph.typedMetadata.MetadataBase
Creates a deep copy of the metadata object.
deepCopy() - Method in class graphVisualizer.graph.typedMetadata.MetadataMapProperty
Returns a deep copy of this MetadataMapProperty.
deepCopy() - Method in class graphVisualizer.graph.typedMetadata.Schema
Creates a deep copy of the Schema object.
deepCopy() - Method in class graphVisualizer.graph.typedMetadata.SchemaEntry
Returns a deep copy of this SchemaEntry.
deepCopy() - Method in class graphVisualizer.graph.typedMetadata.TypedMetadata
Creates a deep copy of the metadata object.
def - Variable in class x3d.model.X3DNode
 
DefaultEdgeFactory - Class in graphVisualizer.utils.x3d
Deprecated. 
DefaultEdgeFactory() - Constructor for class graphVisualizer.utils.x3d.DefaultEdgeFactory
Deprecated.
 
DefaultEdgeType - Enum in org.graphdrawing.graphml
Java class for graph.edgedefault.type.
defaultEdgeType - Variable in class org.graphdrawing.graphml.Graph
 
DefaultKeyValue - Class in org.graphdrawing.graphml
Complex type for the element.
DefaultKeyValue() - Constructor for class org.graphdrawing.graphml.DefaultKeyValue
 
DefaultLabelFactory - Class in graphVisualizer.utils.x3d
Deprecated. 
DefaultLabelFactory() - Constructor for class graphVisualizer.utils.x3d.DefaultLabelFactory
Deprecated.
 
defaultLayout(IUniverse) - Static method in class graphVisualizer.layout.Layout
Creates a layout with default values.
DefaultNodeFactory - Class in graphVisualizer.utils.x3d
Deprecated. 
DefaultNodeFactory() - Constructor for class graphVisualizer.utils.x3d.DefaultNodeFactory
Deprecated.
 
defaultValue - Variable in class org.graphdrawing.graphml.Key
 
DefaultWeight - Class in graphVisualizer.graph.algorithms
The DefaultWeight class provides an implementation of the IWeight interface that always returns a weight of 1.
degree() - Method in class graphVisualizer.graph.base.NodeBase
 
degree() - Method in interface graphVisualizer.graph.common.INodeProperties
Returns the number of edges and hyperedges connected to this node (its degree).
deleteEdge(IEdge) - Method in class graphVisualizer.graph.base.GraphBase
Deletes an edge.
deleteEdge(IEdge) - Method in class graphVisualizer.graph.base.NodeBase
Removes an edge from the node.
deleteEdge(IEdge) - Method in class graphVisualizer.graph.base.UniverseBase
Deletes an edge from the collection of edges.
deleteEdge(IEdge) - Method in class graphVisualizer.graph.Graph
 
deleteEdge(IEdge) - Method in class graphVisualizer.graph.Node
 
deleteEdge(VisualEdge) - Method in class graphVisualizer.visualization.VisualNode
Removes an edge from the node.
deleteGraph(IGraph) - Method in class graphVisualizer.graph.base.UniverseBase
Deletes the provided graph from the collection of graphs.
deleteHyperEdge(IHyperEdge) - Method in class graphVisualizer.graph.base.GraphBase
Deletes a hyperedge.
deleteHyperEdge(IHyperEdge) - Method in class graphVisualizer.graph.base.NodeBase
Removes a hyperedge from the node.
deleteHyperEdge(IHyperEdge) - Method in class graphVisualizer.graph.base.UniverseBase
Deletes a hyperedge from the collection of hyperedges.
deleteHyperEdge(IHyperEdge) - Method in class graphVisualizer.graph.Graph
 
deleteHyperEdge(IHyperEdge) - Method in class graphVisualizer.graph.Node
 
deleteHyperEdge(VisualHyperEdge) - Method in class graphVisualizer.visualization.VisualNode
Removes a hyperedge from the node.
deleteNode(INode) - Method in class graphVisualizer.graph.base.GraphBase
Deletes a node
deleteNode(INode) - Method in class graphVisualizer.graph.base.UniverseBase
Deletes a node from the collection of nodes.
deleteNode(INode) - Method in class graphVisualizer.graph.Graph
 
deleteObserver(Observer) - Method in class graphVisualizer.gui.statusobjects.BaseStatusObject
 
deleteObserver(Observer) - Method in interface graphVisualizer.gui.statusobjects.IObservable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class graphVisualizer.gui.statusobjects.BaseStatusObject
 
deleteObservers() - Method in interface graphVisualizer.gui.statusobjects.IObservable
Clears the observer list so that this object no longer has any Observers.
deleteVisualEdge(VisualEdge) - Method in class graphVisualizer.visualization.VisualGraph
Deletes the provided VisualEdge from the VisualGraph.
deleteVisualHyperEdge(VisualHyperEdge) - Method in class graphVisualizer.visualization.VisualGraph
Deletes the VisualHyperEdge provided from the VisualGraph.
deleteVisualNode(VisualNode) - Method in class graphVisualizer.visualization.VisualGraph
Deletes the provided VisualNode from the VisualGraph.
deletionAllowed - Variable in class x3d.model.StringSensor
 
description() - Static method in class graphVisualizer.layout.common.Base1DCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.Base2DCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.Base3DCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.BaseColorLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.BaseCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.BaseLabelTextLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.BaseLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.BaseMappedLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.BaseScaleLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.common.BaseShapeLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.complexComponents.SolarSystemCoordinateLayoutComponent
 
description() - Static method in class graphVisualizer.layout.complexComponents.SphereCoordinateLayoutComponent
 
description() - Static method in class graphVisualizer.layout.complexComponents.TwoDGridCoordinateLayoutComponent
 
description() - Static method in class graphVisualizer.layout.prefuseComponents.BalloonTreeCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.prefuseComponents.BasePrefuseCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.prefuseComponents.BasePrefuseTreeCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.prefuseComponents.ForceDirectedCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.prefuseComponents.FruchtermanReingoldCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.prefuseComponents.NodeLinkTreeCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.prefuseComponents.RadialTreeCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.prefuseComponents.SquarifiedTreeMapCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.simpleComponents.SimpleColorLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.simpleComponents.SimpleCoordinateLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.simpleComponents.SimpleLabelTextLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.simpleComponents.SimpleScaleLayoutComponent
Returns the description of this ILayoutComponent.
description() - Static method in class graphVisualizer.layout.simpleComponents.SimpleShapeLayoutComponent
Returns the description of this ILayoutComponent.
description - Variable in class org.graphdrawing.graphml.Edge
 
description - Variable in class org.graphdrawing.graphml.Endpoint
 
description - Variable in class org.graphdrawing.graphml.Graph
 
description - Variable in class org.graphdrawing.graphml.GraphMLDocument
 
description - Variable in class org.graphdrawing.graphml.Hyperedge
 
description - Variable in class org.graphdrawing.graphml.Key
 
description - Variable in class org.graphdrawing.graphml.Node
 
description - Variable in class org.graphdrawing.graphml.Port
 
description - Variable in class x3d.model.Anchor
 
descriptionTA - Variable in class graphVisualizer.gui.LayoutDetailsVBox
 
deserialize(String, Class<? extends T>) - Method in class graphVisualizer.conversion.owl.OWLSerializer
 
deserialize(URL, Class<? extends T>) - Method in class graphVisualizer.conversion.owl.OWLSerializer
 
deserialize(File, Class<? extends T>) - Method in class graphVisualizer.conversion.owl.OWLSerializer
 
deserialize(URI, Class<? extends T>) - Method in class graphVisualizer.conversion.owl.OWLSerializer
 
diffuseColor - Variable in class x3d.model.Material
 
diffuseColor - Variable in class x3d.model.TwoSidedMaterial
 
DijkstraAlgorithm - Class in graphVisualizer.graph.algorithms.shortestPath
 
DijkstraAlgorithm(IGraph, INode, INode, IWeight, Boolean) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.DijkstraAlgorithm
Creates a new instance with the provided graph, source, target, weight, and directedness.
DijkstraAlgorithm(IUniverse, INode, INode, IWeight, Boolean) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.DijkstraAlgorithm
Creates a new instance with the provided universe, source, target, weight, and directedness.
DijkstraAlgorithm(Collection<INode>, INode, INode, IWeight, Boolean) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.DijkstraAlgorithm
Creates a new instance with the provided nodes, source, target, weight, and directedness.
direction - Variable in class x3d.model.DirectionalLight
 
direction - Variable in class x3d.model.SpotLight
 
DirectionalLight - Class in x3d.model
Java class for anonymous complex type.
DirectionalLight() - Constructor for class x3d.model.DirectionalLight
 
directOutput - Variable in class x3d.model.Script
 
disable(VisualProperty) - Method in class graphVisualizer.layout.common.BaseLayoutComponent
 
disable(VisualProperty) - Method in class graphVisualizer.layout.common.BaseMappedLayoutComponent
 
disable(VisualProperty) - Method in interface graphVisualizer.layout.common.ILayoutComponent
Disables the output of the provided VisualProperty (if applicable).
DISPLAY_EVENT - Static variable in class graphVisualizer.gui.DisplayEvent
display event constructor passes selected items to other pages
DISPLAY_SELECTION - Static variable in class graphVisualizer.gui.events.DisplayPropertiesSelectionEvent
defines the event type
DisplayComboBox<T> - Class in graphVisualizer.gui.wizards.content
creates the box for choosing how which display properties to set meta data or properties
DisplayComboBox(String, Collection<T>) - Constructor for class graphVisualizer.gui.wizards.content.DisplayComboBox
 
DisplayComboBox(String, T...) - Constructor for class graphVisualizer.gui.wizards.content.DisplayComboBox
constructor
DisplayEvent - Class in graphVisualizer.gui
custom event handler to handle display choices
DisplayEvent(EventType<? extends Event>, SchemaEntry, Class<?>) - Constructor for class graphVisualizer.gui.DisplayEvent
 
DisplayEvent(EventType<? extends Event>, String, Class<?>) - Constructor for class graphVisualizer.gui.DisplayEvent
 
DisplayPropertiesPage - Class in graphVisualizer.gui.wizards
page for selecting components for this layout type
DisplayPropertiesPage() - Constructor for class graphVisualizer.gui.wizards.DisplayPropertiesPage
constructor
DisplayPropertiesSelectionEvent - Class in graphVisualizer.gui.events
event for final display selections
DisplayPropertiesSelectionEvent(EventType<? extends Event>, String, Object, List<Object>) - Constructor for class graphVisualizer.gui.events.DisplayPropertiesSelectionEvent
 
DisplayPropertiesVBox - Class in graphVisualizer.gui.wizards.content
This panel contains all of the panes for choosing and editing display properties
DisplayPropertiesVBox() - Constructor for class graphVisualizer.gui.wizards.content.DisplayPropertiesVBox
constructor
displayPropertyPage - Variable in class graphVisualizer.gui.wizards.MappedVisualPropertyProviderWizard
 
DisplaySelectionTableView - Class in graphVisualizer.gui
table view for display fields from a display object
DisplaySelectionTableView(String) - Constructor for class graphVisualizer.gui.DisplaySelectionTableView
 
divide(Double) - Method in class x3d.fields.SFDouble
 
divide(SFDouble) - Method in class x3d.fields.SFDouble
 
divide(SFDouble, SFDouble) - Static method in class x3d.fields.SFDouble
 
divide(SFDouble, Double) - Static method in class x3d.fields.SFDouble
 
divide(Double, SFDouble) - Static method in class x3d.fields.SFDouble
 
divide(Double, Double) - Static method in class x3d.fields.SFDouble
 
divide(Float) - Method in class x3d.fields.SFFloat
 
divide(SFFloat) - Method in class x3d.fields.SFFloat
 
divide(SFFloat, SFFloat) - Static method in class x3d.fields.SFFloat
 
divide(SFFloat, Float) - Static method in class x3d.fields.SFFloat
 
divide(Float, SFFloat) - Static method in class x3d.fields.SFFloat
 
divide(Float, Float) - Static method in class x3d.fields.SFFloat
 
divide(Integer) - Method in class x3d.fields.SFInt32
 
divide(SFInt32) - Method in class x3d.fields.SFInt32
 
divide(SFInt32, SFInt32) - Static method in class x3d.fields.SFInt32
 
divide(SFInt32, Integer) - Static method in class x3d.fields.SFInt32
 
divide(Integer, SFInt32) - Static method in class x3d.fields.SFInt32
 
divide(Integer, Integer) - Static method in class x3d.fields.SFInt32
 
documentation - Variable in class x3d.model.Field
 
dotProduct(SFVec2d) - Method in class x3d.fields.SFVec2d
 
dotProduct(SFVec2f) - Method in class x3d.fields.SFVec2f
 
dotProduct(SFVec3d) - Method in class x3d.fields.SFVec3d
 
dotProduct(SFVec3f) - Method in class x3d.fields.SFVec3f
 
dotProduct(SFVec4d) - Method in class x3d.fields.SFVec4d
 
dotProduct(SFVec4f) - Method in class x3d.fields.SFVec4f
 
DoubleMetadata - Class in graphVisualizer.graph.metadata
This class represents metadata with double values contained within a graph universe.
DoubleMetadata(String) - Constructor for class graphVisualizer.graph.metadata.DoubleMetadata
Creates a new instance with the name provided.
DoubleMetadata(String, Object) - Constructor for class graphVisualizer.graph.metadata.DoubleMetadata
Creates a new instance with the name and value provided
DoubleMetadata(DoubleMetadata) - Constructor for class graphVisualizer.graph.metadata.DoubleMetadata
Copy constructor.
dpvb - Variable in class graphVisualizer.gui.wizards.DisplayPropertiesPage
 
dynamic - Variable in class org.graphdrawing.graphml.Key
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z