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 

I

I1DCoordinateLayoutComponent - Interface in graphVisualizer.layout.common
The I1DCoordinateLayoutComponent interface is a tagging interface for all coordinate providers with one component.
I2DCoordinateLayoutComponent - Interface in graphVisualizer.layout.common
The I2DCoordinateLayoutComponent interface is a tagging interface for all coordinate providers with two components.
I3DCoordinateLayoutComponent - Interface in graphVisualizer.layout.common
The I3DCoordinateLayoutComponent interface is a tagging interface for all coordinate providers with three components.
ICollectionChangeEvent - Interface in graphVisualizer.events
The ICollectionChangeEvent provides an interface for events that notify listeners of changes in a collection.
ICollectionChangeListener - Interface in graphVisualizer.events
The ICollectionChangeListener interface provides an interface for listeners who are interested in getting notified of a change in a collection.
ICollectionChangeSource - Interface in graphVisualizer.events
The ICollectionChangeSource provides an interface for classes that want to notify other classes of a change in one or multiple of their collections.
ICollectionChangeVetoException - Interface in graphVisualizer.events
The ICollectionChangeVetoException models an exception that is thrown when a change to a collection is vetoed.
IColorLayoutComponent - Interface in graphVisualizer.layout.common
The IColorLayoutComponent interface is a tagging interface for all ILayoutComponents that provide color information.
ICoordinateLayoutComponent - Interface in graphVisualizer.layout.common
The ICoordinateLayoutComponent interface provides a contract for all ILayoutComponents that can provide x, y, or z-coordinates.
ID - Static variable in class graphVisualizer.conversion.prefuse.Constants
 
id - Variable in class graphVisualizer.gui.dialogs.GraphPropertiesDialog
 
id - Variable in class org.graphdrawing.graphml.Edge
 
id - Variable in class org.graphdrawing.graphml.Endpoint
 
id - Variable in class org.graphdrawing.graphml.Graph
 
id - Variable in class org.graphdrawing.graphml.Hyperedge
 
id - Variable in class org.graphdrawing.graphml.Key
 
id - Variable in class org.graphdrawing.graphml.KeyData
 
id - Variable in class org.graphdrawing.graphml.Node
 
IDataChangeEvent - Interface in graphVisualizer.events
The IDataChangeEvent provides an interface for events that notify listeners of changes in a single piece of data.
IDataChangeListener - Interface in graphVisualizer.events
The IDataChangeListener interface provides an interface for listeners who are interested in getting notified of a change in a piece of data.
IDataChangeSource - Interface in graphVisualizer.events
The IDataChangeSource provides an interface for classes that want to notify other classes of a change in one or multiple of their elements.
IDataChangeVetoException - Interface in graphVisualizer.events
The IDataChangeVetoException models an exception that is thrown when a change to a piece of data is vetoed.
IEdge - Interface in graphVisualizer.graph.common
The IEdge interface provides the definition of a hyperedge.
IEdgeFactory - Interface in graphVisualizer.utils.x3d
Deprecated. 
IEdgeProperties - Interface in graphVisualizer.graph.common
The IEdgeProperties interface provides the definition of all properties of edges.
IEndpoint - Interface in graphVisualizer.graph.common
The IEndpoint interface provides the definition of all functionality of an endpoint (the connection with a node) of an edge or edge.
IEndpointProperties - Interface in graphVisualizer.graph.common
The IEndpointProperties interface defines all properties of an Endpoint.
IGraph - Interface in graphVisualizer.graph.common
The IGraph interface provides the definition of a (mixed Hyper)Graph as a collection of Nodes, Edges, and Hyperedges.
IGraphMember - Interface in graphVisualizer.graph.common
The IGraphMember interface provides the definition of the functionality common to all members of a graph.
IGraphObject - Interface in graphVisualizer.graph.common
The IGraphObject interface provides common functionality of all graph-related objects.
IGraphObjectBasedValueTypeContainer - Interface in graphVisualizer.graph.common
 
IGraphProperties - Interface in graphVisualizer.graph.common
The IGraphProperties interface provides the definition of the properties of Graphs.
IHyperEdge - Interface in graphVisualizer.graph.common
The IHyperEdge interface provides the definition of a hyperedge.
IHyperEdgeProperties - Interface in graphVisualizer.graph.common
the IHyperEdgeProperties interface defines the properties of a HyperEdge.
IKeyDataContainer - Interface in org.graphdrawing.graphml
 
ILabelFactory - Interface in graphVisualizer.utils.x3d
Deprecated. 
ILabelTextLayoutComponent - Interface in graphVisualizer.layout.common
The ILabelTextLayoutComponent interface is a tagging interface for all ILayoutComponents that provide label string information.
ILayoutComponent - Interface in graphVisualizer.layout.common
The ILayoutComponent interface provides a contract for classes that provide layout options for VisualProperties.
IMappedLayoutComponent - Interface in graphVisualizer.layout.common
The IMappedLayoutComponent interface is a tagging interface for all ILayoutComponents that are based on a Mapping.
IMapping<DOMAIN_KEY_TYPE,DOMAIN_VALUE_TYPE,CODOMAIN_VALUE_TYPE,CODOMAIN_KEY_TYPE> - Interface in graphVisualizer.mappings
The IMapping interface provides the contract for a mapping between a domain and a co-domain.
IMetadataContainer - Interface in graphVisualizer.graph.metadata
 
IMetadataContainer - Interface in graphVisualizer.graph.typedMetadata
 
incomingDegree - Variable in class org.graphdrawing.graphml.Node
 
inDegree() - Method in class graphVisualizer.graph.base.NodeBase
 
inDegree() - Method in interface graphVisualizer.graph.common.INodeProperties
Returns the number of incoming edges and hyperedges connected to this node (its in-degree).
info - Variable in class x3d.model.WorldInfo
 
init3(Collection<VisualNode>) - Method in class graphVisualizer.layout.complexComponents.SphereCoordinateLayoutComponent
this method uses a double array list
initialize(Collection<VisualNode>) - Method in class graphVisualizer.layout.complexComponents.TwoDGridCoordinateLayoutComponent
 
initializeDistances() - Method in class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithm
Initializes the distances.
initializeDistances() - Method in class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithmWithMetadata
 
INode - Interface in graphVisualizer.graph.common
The INode interface provides the definition of a Node.
INodeFactory - Interface in graphVisualizer.utils.x3d
Deprecated. 
INodeProperties - Interface in graphVisualizer.graph.common
The INodeProperties interface provides the definition of Node properties.
inputRange - Variable in class x3d.avalon.SteerNavigator
 
Instance() - Static method in class graphVisualizer.conversion.graphML.GraphMLConverter
Returns the singleton instance of the GraphMLConverter class;
Instance() - Static method in class graphVisualizer.conversion.owl.OWLConverter
Returns the Singleton instance of the OWLConverter class.
Instance() - Static method in class graphVisualizer.conversion.owl.OWLSerializer
Returns the Singleton instance of the OWLSerializer.
Instance() - Static method in class graphVisualizer.conversion.prefuse.PrefuseFormatConverter
The singleton instance of the Converter.
Instance() - Static method in class graphVisualizer.conversion.x3d.X3DEngine
Returns the singleton instance of the X3DEngine class;
Instance() - Static method in class graphVisualizer.graph.algorithms.DefaultWeight
Returns the singleton instance of the class.
Instance() - Static method in class graphVisualizer.layout.LayoutComponentRegistry
Returns the singleton instance of the class.
Instance() - Static method in class graphVisualizer.layout.prefuseComponents.PrefuseLayoutGenerator
Returns the singleton instance of the PrefuseLayoutGenerator class.
IntegerMetadata - Class in graphVisualizer.graph.metadata
This class represents metadata with integer values contained within a graph universe.
IntegerMetadata(String) - Constructor for class graphVisualizer.graph.metadata.IntegerMetadata
Creates a new instance with the name provided.
IntegerMetadata(String, Object) - Constructor for class graphVisualizer.graph.metadata.IntegerMetadata
Creates a new instance with the name and value provided.
IntegerMetadata(IntegerMetadata) - Constructor for class graphVisualizer.graph.metadata.IntegerMetadata
Copy constructor.
intensity - Variable in class x3d.model.X3DLightNode
 
IObservable - Interface in graphVisualizer.gui.statusobjects
 
IOSensor - Class in x3d.avalon
 
IOSensor() - Constructor for class x3d.avalon.IOSensor
 
IPrefuseLayoutComponent - Interface in graphVisualizer.layout.prefuseComponents
The IPrefuseLayoutComponent interface provides the contract for all Prefuse Layout Components.
IPrefuseTreeLayoutComponent - Interface in graphVisualizer.layout.prefuseComponents
The IPrefuseTreeLayoutComponent interface provides the contract for all Prefuse Tree Layout Components.
IS - Class in x3d.model
Java class for anonymous complex type.
IS() - Constructor for class x3d.model.IS
 
is - Variable in class x3d.model.X3DNode
 
isActive - Variable in class x3d.model.X3DSensorNode
 
isActive() - Method in class x3d.model.X3DSensorNode
Gets the value of the isActive property.
isApplied() - Method in class x3d.model.LineProperties
Gets the value of the applied property.
isBottomVisible() - Method in class x3d.model.Cone
Gets the value of the bottomVisible property.
isBottomVisible() - Method in class x3d.model.Cylinder
Gets the value of the bottomVisible property.
IScaleLayoutComponent - Interface in graphVisualizer.layout.common
The IScaleLayoutComponent interface is a tagging interface for all ILayoutComponents that provide scaling information.
isDeletionAllowed() - Method in class x3d.model.StringSensor
Gets the value of the deletionAllowed property.
isDirected() - Method in class graphVisualizer.graph.base.EdgeBase
The getter for the isDirected field.
isDirected() - Method in interface graphVisualizer.graph.common.IEdgeProperties
Returns whether or not the edge is directed.
isDirected - Variable in class org.graphdrawing.graphml.Edge
 
isDirected() - Method in class org.graphdrawing.graphml.Edge
Gets the value of the isDirected property.
isDirectOutput() - Method in class x3d.model.Script
Gets the value of the directOutput property.
isDynamic() - Method in class org.graphdrawing.graphml.Key
Gets the value of the dynamic property.
isEdge() - Method in class graphVisualizer.gui.widgets.GraphObjectListView
 
isEdgeProperty() - Method in enum graphVisualizer.visualization.VisualProperty
Determines whether a VisualProperty belongs to an edge.
isEmpty() - Method in class graphVisualizer.properties.BoundMapProperty
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class graphVisualizer.properties.MapProperty
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class graphVisualizer.gui.wizards.content.CapabilitiesObject
 
isEnabled(ICoordinateLayoutComponent, CoordinateComponent) - Static method in class graphVisualizer.layout.common.BaseCoordinateLayoutComponent
Determines whether the CoordinateComponent of the provided CoordinateLayoutComponent is used for output.
isEnabled(VisualProperty) - Method in class graphVisualizer.layout.common.BaseLayoutComponent
 
isEnabled(VisualProperty) - Method in class graphVisualizer.layout.common.BaseMappedLayoutComponent
 
isEnabled(VisualProperty) - Method in interface graphVisualizer.layout.common.ILayoutComponent
Returns whether or not a VisualProperty is to be applied or not.
isEnabled() - Method in class x3d.model.X3DSensorNode
Gets the value of the enabled property.
isFilled() - Method in class x3d.model.FillProperties
Gets the value of the filled property.
isForceTransitions() - Method in class x3d.model.LOD
Gets the value of the forceTransitions property.
isGlobal() - Method in class x3d.model.DirectionalLight
Gets the value of the global property.
isGlobal() - Method in class x3d.model.PointLight
Gets the value of the global property.
isGlobal() - Method in class x3d.model.SpotLight
Gets the value of the global property.
IShapeLayoutComponent - Interface in graphVisualizer.layout.common
The IShapeLayoutComponent interface is a tagging interface for all ILayoutComponents that provide shape information.
isHatched() - Method in class x3d.model.FillProperties
Gets the value of the hatched property.
isHeadlight() - Method in class x3d.model.NavigationInfo
Gets the value of the headlight property.
isHorizontal() - Method in class x3d.model.FontStyle
Gets the value of the horizontal property.
isHorizontal() - Method in class x3d.model.ScreenFontStyle
Gets the value of the horizontal property.
isHyperedgeProperty() - Method in enum graphVisualizer.visualization.VisualProperty
Determines whether a VisualProperty belongs to a hyperedge.
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.base.EdgeBase
 
isIdentical(IHyperEdge, boolean) - Method in class graphVisualizer.graph.base.EdgeBase
 
isIdentical(IEdge, boolean) - Method in class graphVisualizer.graph.base.EdgeBase
 
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.base.EndpointBase
 
isIdentical(IEndpoint, boolean) - Method in class graphVisualizer.graph.base.EndpointBase
 
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.base.GraphBase
 
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.base.HyperEdgeBase
 
isIdentical(IHyperEdge, boolean) - Method in class graphVisualizer.graph.base.HyperEdgeBase
 
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.base.NodeBase
 
isIdentical(INode, boolean) - Method in class graphVisualizer.graph.base.NodeBase
 
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.base.UniverseBase
 
isIdentical(IEdge, boolean) - Method in interface graphVisualizer.graph.common.IEdge
Determines whether this IEdge is identical to the IEdge provided.
isIdentical(IEndpoint, boolean) - Method in interface graphVisualizer.graph.common.IEndpoint
Determines whether this IEndpoint is identical to the IEndpoint provided.
isIdentical(IGraphObject) - Method in interface graphVisualizer.graph.common.IGraphObject
Determines whether this IGraphObject is identical to the IGraphObject provided.
isIdentical(IHyperEdge, boolean) - Method in interface graphVisualizer.graph.common.IHyperEdge
Determines whether this IHyperEdge is identical to the IHyperEdge provided.
isIdentical(INode, boolean) - Method in interface graphVisualizer.graph.common.INode
Determines whether this INode is identical to the INode provided.
isIdentical(IEdge, boolean) - Method in class graphVisualizer.graph.Edge
 
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.Graph
 
isIdentical(IHyperEdge, boolean) - Method in class graphVisualizer.graph.HyperEdge
 
isIdentical(MetadataMapProperty) - Method in class graphVisualizer.graph.metadata.MetadataMapProperty
Returns whether or not this MetadataMapProperty is identical to the one provided.
isIdentical(Schema) - Method in class graphVisualizer.graph.metadata.Schema
Provides a test to check equality based on content.
isIdentical(SchemaEntry) - Method in class graphVisualizer.graph.metadata.SchemaEntry
Provides a test to check equality based on key and content.
isIdentical(INode, boolean) - Method in class graphVisualizer.graph.Node
 
isIdentical(MetadataMapProperty) - Method in class graphVisualizer.graph.typedMetadata.MetadataMapProperty
Returns whether or not this MetadataMapProperty is identical to the provided one.
isIdentical(Schema) - Method in class graphVisualizer.graph.typedMetadata.Schema
Provides a test to check equality based on content.
isIdentical(SchemaEntry<?>) - Method in class graphVisualizer.graph.typedMetadata.SchemaEntry
Provides a test to check equality based on key and content.
isIdentical(IGraphObject) - Method in class graphVisualizer.graph.Universe
 
isIdentical(Layout) - Method in class graphVisualizer.layout.Layout
Determines whether or not this Layout is identical to the one provided.
isIdentical(Label) - Method in class graphVisualizer.visualization.Label
Determines whether or not this Label is identical to the one provided.
isIdentical(VisualObject) - Method in class graphVisualizer.visualization.VisualEdge
 
isIdentical(VisualEdge, boolean) - Method in class graphVisualizer.visualization.VisualEdge
Determines whether or not this VisualEdge is identical to the one provided.
isIdentical(VisualGraph) - Method in class graphVisualizer.visualization.VisualGraph
Determines whether or not this VisualGraph is identical to the one provided.
isIdentical(VisualObject) - Method in class graphVisualizer.visualization.VisualHyperEdge
 
isIdentical(VisualHyperEdge, boolean) - Method in class graphVisualizer.visualization.VisualHyperEdge
Determines whether or not this VisualHyperEdge is identical to the one provided.
isIdentical(Visualization) - Method in class graphVisualizer.visualization.Visualization
Determines whether or not this Visualization is identical to the one provided.
isIdentical(VisualObject) - Method in class graphVisualizer.visualization.VisualNode
 
isIdentical(VisualNode, boolean) - Method in class graphVisualizer.visualization.VisualNode
Determines whether or not this VisualNode is identical to the one provided.
isIdentical(VisualObject) - Method in class graphVisualizer.visualization.VisualObject
Determines whether or not this VisualObject is identical to the one provided.
isIgnoreEdgeDirection() - Method in class graphVisualizer.gui.statusobjects.SolarSystemStatus
 
isIgnoreEdgeDirection() - Method in class graphVisualizer.layout.complexComponents.SolarSystemCoordinateLayoutComponent
Returns whether or not to ignore the direction of edges in creating paths.
isIncoming() - Method in class graphVisualizer.graph.base.EndpointBase
 
isIncoming() - Method in interface graphVisualizer.graph.common.IEndpointProperties
Returns whether or not the endpoint is incoming.
isInvertPathToRootNode() - Method in class graphVisualizer.gui.statusobjects.SolarSystemStatus
 
isInvertPathToRootNode() - Method in class graphVisualizer.layout.complexComponents.SolarSystemCoordinateLayoutComponent
Returns whether or not to invert the direction of edges constituting the path to the root node in directed graphs.
isLeftToRight() - Method in class x3d.model.FontStyle
Gets the value of the leftToRight property.
isLeftToRight() - Method in class x3d.model.ScreenFontStyle
Gets the value of the leftToRight property.
isMustEvaluate() - Method in class x3d.model.Script
Gets the value of the mustEvaluate property.
isNodeProperty() - Method in enum graphVisualizer.visualization.VisualProperty
Determines whether a VisualProperty belongs to a node.
isOn() - Method in class x3d.model.X3DLightNode
Gets the value of the on property.
isOutgoing() - Method in class graphVisualizer.graph.base.EndpointBase
 
isOutgoing() - Method in interface graphVisualizer.graph.common.IEndpointProperties
Returns whether or not the endpoint is outgoing.
isRegular() - Method in class graphVisualizer.graph.base.GraphBase
 
isRegular() - Method in class graphVisualizer.graph.base.UniverseBase
 
isRegular() - Method in interface graphVisualizer.graph.common.IGraphProperties
Returns whether or not all nodes of the graph have the same degree (whether the graph is regular).
isRegular() - Method in interface graphVisualizer.graph.common.IUniverseProperties
Returns whether or not all nodes of the graph have the same degree (whether the graph is regular).
isRequired() - Method in class graphVisualizer.graph.metadata.SchemaEntry
Returns whether or not Metadata for this SchemaEntry is required.
isRequired() - Method in class graphVisualizer.graph.typedMetadata.SchemaEntry
Returns whether or not Metadata for this SchemaEntry is required.
isRestricted() - Method in class graphVisualizer.layout.common.BaseLayoutComponent
 
isRestricted() - Method in class graphVisualizer.layout.common.BaseMappedLayoutComponent
 
isRestricted() - Method in interface graphVisualizer.layout.common.ILayoutComponent
Returns whether or not this ILayoutComponent is restricted to a certain set of IGraphObjects.
isSeparateBackColor() - Method in class x3d.model.TwoSidedMaterial
Gets the value of the separateBackColor property.
isSideVisible() - Method in class x3d.model.Cone
Gets the value of the sideVisible property.
isSideVisible() - Method in class x3d.model.Cylinder
Gets the value of the sideVisible property.
isSolid() - Method in class x3d.model.Box
Gets the value of the solid property.
isSolid() - Method in class x3d.model.Cone
Gets the value of the solid property.
isSolid() - Method in class x3d.model.Cylinder
Gets the value of the solid property.
isSolid() - Method in class x3d.model.Sphere
Gets the value of the solid property.
isSolid() - Method in class x3d.model.Text
Gets the value of the solid property.
IStatus - Interface in graphVisualizer.gui.statusobjects
Status object interface
isTopToBottom() - Method in class x3d.model.FontStyle
Gets the value of the topToBottom property.
isTopToBottom() - Method in class x3d.model.ScreenFontStyle
Gets the value of the topToBottom property.
isTopVisible() - Method in class x3d.model.Cylinder
Gets the value of the topVisible property.
isUniform() - Method in class graphVisualizer.graph.base.GraphBase
 
isUniform() - Method in class graphVisualizer.graph.base.UniverseBase
 
isUniform() - Method in interface graphVisualizer.graph.common.IGraphProperties
Returns whether or not all edges (and hyperedges) of the graph have the same cardinality (whether the graph is uniform).
isUniform() - Method in interface graphVisualizer.graph.common.IUniverseProperties
Returns whether or not all edges (and hyperedges) of the graph have the same cardinality (whether the graph is uniform).
isUnique() - Method in class graphVisualizer.graph.metadata.SchemaEntry
Returns whether or not Metadata of this SchemaEntry are unique.
isUnique() - Method in class graphVisualizer.graph.typedMetadata.SchemaEntry
Returns whether or not Metadata of this SchemaEntry are unique.
isVisible() - Method in class graphVisualizer.visualization.Label
Returns the visibility of this Label.
isVisible() - Method in class graphVisualizer.visualization.VisualEdge
 
isVisible() - Method in class graphVisualizer.visualization.VisualNode
 
isVisible() - Method in class graphVisualizer.visualization.VisualObject
Returns whether or not this VisualEdge is visible.
iterateCollection(MetadataMapProperty, Schema) - Method in class graphVisualizer.gui.widgets.MetaDataTable
iterate over collection of graph objects
iterateCollection(Schema) - Method in class graphVisualizer.gui.widgets.SchemaTableView
iterate over a collection of schema entries
ITreeStatus - Interface in graphVisualizer.gui.statusobjects
Tree status object interface
IUniverse - Interface in graphVisualizer.graph.common
The IUniverse interface provides a contract for classes modeling graph-theoretical containers capable of containing multiple mixed hypergraphs.
IUniverseMember - Interface in graphVisualizer.graph.common
The IUniverseMember interface provides a contract for classes that are part of a graph universe.
IUniverseProperties - Interface in graphVisualizer.graph.common
The IUniverseProperties interface provides the definition of universe properties.
IValueMapping<DOMAIN_VALUE_TYPE,CODOMAIN_VALUE_TYPE> - Interface in graphVisualizer.mappings
The IValueMapping interface provides the contract for a mapping of values from a domain into a co-domain.
IValueTypeContainer - Interface in graphVisualizer.common
 
IVetoableCollectionChangeListener - Interface in graphVisualizer.events
The IVetoableCollectionChangeListener interface provides an interface for listeners who are interested in getting notified before a change in a collection is applied for a chance to veto that change.
IVetoableCollectionChangeSource - Interface in graphVisualizer.events
The IVetoableCollectionChangeSource provides an interface for classes that want to provide other classes with the ability to veto a change in one or multiple of their collections.
IVetoableDataChangeListener - Interface in graphVisualizer.events
The IVetoableDataChangeListener interface provides an interface for listeners who are interested in getting notified before a change in a piece of data is applied for a chance to veto that change.
IVetoableDataChangeSource - Interface in graphVisualizer.events
The IVetoableDataChangeSource provides an interface for classes that want to provide other classes with the ability to veto a change in one or multiple of their elements.
iVPPtoString(ILayoutComponent) - Method in class graphVisualizer.gui.widgets.ListViewWithSearchPanel
 
IWeight - Interface in graphVisualizer.graph.algorithms
The IWeight interface provides a contract for classes that determine the weight of edges, hyperedges, and nodes.
IWizard - Interface in graphVisualizer.gui.wizards
Wizard interface
IWizardWithStatus - Interface in graphVisualizer.gui.wizards
 
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