- FALSE - Static variable in class x3d.fields.SFBool
-
- family - Variable in class x3d.model.FontStyle
-
- family - Variable in class x3d.model.ScreenFontStyle
-
- Field - Class in x3d.model
-
Java class for anonymous complex type.
- Field() - Constructor for class x3d.model.Field
-
- FieldTypeName - Enum in x3d.model
-
Java class for fieldTypeName.
- FieldValue - Class in x3d.model
-
Java class for anonymous complex type.
- FieldValue() - Constructor for class x3d.model.FieldValue
-
- filled - Variable in class x3d.model.FillProperties
-
- FillProperties - Class in x3d.model
-
Java class for anonymous complex type.
- FillProperties() - Constructor for class x3d.model.FillProperties
-
- fillProperties - Variable in class x3d.model.X3DAppearanceNode
-
- filterEdges(String) - Method in class graphVisualizer.gui.wizards.content.GraphObjectTreeView
-
clears old nodes, and populates tree based on search filter
- filterEdges() - Method in class graphVisualizer.layout.complexComponents.SolarSystemCoordinateLayoutComponent
-
- filterNodes(String) - Method in class graphVisualizer.gui.wizards.content.GraphObjectTreeView
-
clears old nodes, and populates tree based on search filter
- finish() - Method in interface graphVisualizer.gui.wizards.IWizard
-
close the wizard
- finish() - Method in class graphVisualizer.gui.wizards.NamingPage
-
- finish() - Method in class graphVisualizer.gui.wizards.Wizard
-
close the wizard
- finish() - Method in class graphVisualizer.gui.wizards.WizardPage
-
- finish() - Method in class graphVisualizer.gui.wizards.WizardWithStatus
-
close the wizard
- finishButton - Variable in class graphVisualizer.gui.wizards.WizardPage
-
- fireCollectionClearedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.events.CollectionChangeSource
-
- fireCollectionClearedEvent(ICollectionChangeEvent) - Method in interface graphVisualizer.events.ICollectionChangeSource
-
Notifies all listeners of the event.
- fireCollectionClearedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.BoundListProperty
-
- fireCollectionClearedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.ConstrainedListProperty
-
- fireDataChangeEvent(IDataChangeEvent) - Method in class graphVisualizer.events.DataChangeSource
-
- fireDataChangeEvent(IDataChangeEvent) - Method in interface graphVisualizer.events.IDataChangeSource
-
Notifies all listeners of the event.
- fireDataChangeEvent(IDataChangeEvent) - Method in class graphVisualizer.properties.BoundProperty
-
- fireDataChangeEvent(IDataChangeEvent) - Method in class graphVisualizer.properties.ConstrainedProperty
-
- fireElementAddedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.events.CollectionChangeSource
-
- fireElementAddedEvent(ICollectionChangeEvent) - Method in interface graphVisualizer.events.ICollectionChangeSource
-
Notifies all listeners of the event.
- fireElementAddedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.BoundListProperty
-
- fireElementAddedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.ConstrainedListProperty
-
- fireElementRemovedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.events.CollectionChangeSource
-
- fireElementRemovedEvent(ICollectionChangeEvent) - Method in interface graphVisualizer.events.ICollectionChangeSource
-
Notifies all listeners of the event.
- fireElementRemovedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.BoundListProperty
-
- fireElementRemovedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.ConstrainedListProperty
-
- fireVetoableCollectionClearedEvent(ICollectionChangeEvent) - Method in interface graphVisualizer.events.IVetoableCollectionChangeSource
-
Notifies all listeners of the event.
- fireVetoableCollectionClearedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.events.VetoableCollectionChangeSource
-
- fireVetoableCollectionClearedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.ConstrainedListProperty
-
- fireVetoableDataChangeEvent(IDataChangeEvent) - Method in interface graphVisualizer.events.IVetoableDataChangeSource
-
Notifies all listeners of the event.
- fireVetoableDataChangeEvent(IDataChangeEvent) - Method in class graphVisualizer.events.VetoableDataChangeSource
-
- fireVetoableDataChangeEvent(IDataChangeEvent) - Method in class graphVisualizer.properties.ConstrainedProperty
-
- fireVetoableElementAddedEvent(ICollectionChangeEvent) - Method in interface graphVisualizer.events.IVetoableCollectionChangeSource
-
Notifies all listeners of the event.
- fireVetoableElementAddedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.events.VetoableCollectionChangeSource
-
- fireVetoableElementAddedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.ConstrainedListProperty
-
- fireVetoableElementRemovedEvent(ICollectionChangeEvent) - Method in interface graphVisualizer.events.IVetoableCollectionChangeSource
-
Notifies all listeners of the event.
- fireVetoableElementRemovedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.events.VetoableCollectionChangeSource
-
- fireVetoableElementRemovedEvent(ICollectionChangeEvent) - Method in class graphVisualizer.properties.ConstrainedListProperty
-
- FloatMetadata - Class in graphVisualizer.graph.metadata
-
This class represents metadata with float values contained within a graph
universe.
- FloatMetadata(String) - Constructor for class graphVisualizer.graph.metadata.FloatMetadata
-
Creates a new instance with the name provided.
- FloatMetadata(String, Object) - Constructor for class graphVisualizer.graph.metadata.FloatMetadata
-
Creates a new instance with the name and value provided.
- FloatMetadata(FloatMetadata) - Constructor for class graphVisualizer.graph.metadata.FloatMetadata
-
Copy constructor.
- FloydWarshallAlgorithm - Class in graphVisualizer.graph.algorithms.shortestPath
-
Floyd-Warshall algorithm for determining the shortest path between two nodes
in a graph.
- FloydWarshallAlgorithm(IGraph, IWeight) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithm
-
Creates a new instance with the provided graph and weight.
- FloydWarshallAlgorithm(IUniverse, IWeight) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithm
-
Creates a new instance with the provided universe and weight.
- FloydWarshallAlgorithm(Collection<INode>, Collection<IEdge>, IWeight) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithm
-
Create an instance of this class by describing the graph upon which it
will operate.
- FloydWarshallAlgorithmWithMetadata - Class in graphVisualizer.graph.algorithms.shortestPath
-
Floyd-Warshall algorithm for determining the shortest path between two nodes
in a graph.
- FloydWarshallAlgorithmWithMetadata(IGraph, IWeight, Metadata) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithmWithMetadata
-
Creates a new instance with the provided graph, weight, and metadata.
- FloydWarshallAlgorithmWithMetadata(IUniverse, IWeight, Metadata) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithmWithMetadata
-
Creates a new instance with the provided graph, weight, and metadata.
- FloydWarshallAlgorithmWithMetadata(Collection<INode>, Collection<IEdge>, IWeight, Metadata) - Constructor for class graphVisualizer.graph.algorithms.shortestPath.FloydWarshallAlgorithmWithMetadata
-
Create an instance of this class by describing the graph upon which it
will operate.
- FontStyle - Class in x3d.model
-
Java class for anonymous complex type.
- FontStyle() - Constructor for class x3d.model.FontStyle
-
- fontStyle - Variable in class x3d.model.Text
-
- FontStyleValues - Enum in x3d.model
-
Java class for fontStyleValues.
- ForceDirectedComponentsPage - Class in graphVisualizer.gui.wizards
-
page for selecting components for this layout type
- ForceDirectedComponentsPage() - Constructor for class graphVisualizer.gui.wizards.ForceDirectedComponentsPage
-
- ForceDirectedCoordinateLayoutComponent - Class in graphVisualizer.layout.prefuseComponents
-
The ForceDirectedCoordinateLayoutComponent
class positions graph
elements based on a physics simulation of interacting forces; by default,
nodes repel each other, edges act as springs, and drag forces (similar to air
resistance) are applied.
- ForceDirectedCoordinateLayoutComponent() - Constructor for class graphVisualizer.layout.prefuseComponents.ForceDirectedCoordinateLayoutComponent
-
Creates a new ForceDirectedCoordinateLayoutComponent
instance.
- ForceDirectedCoordinateLayoutComponent(boolean) - Constructor for class graphVisualizer.layout.prefuseComponents.ForceDirectedCoordinateLayoutComponent
-
Creates a new ForceDirectedCoordinateLayoutComponent
instance.
- ForceDirectedCoordinateLayoutComponent(boolean, int) - Constructor for class graphVisualizer.layout.prefuseComponents.ForceDirectedCoordinateLayoutComponent
-
Creates a new ForceDirectedCoordinateLayoutComponent
instance.
- ForceDirectedStatus - Class in graphVisualizer.gui.statusobjects
-
Status object to hold info for the layout matching its name
- ForceDirectedStatus() - Constructor for class graphVisualizer.gui.statusobjects.ForceDirectedStatus
-
- ForceDirectedStatusPane - Class in graphVisualizer.gui.statuspanes
-
Status pane to show user selections from wizard for this layout
- ForceDirectedStatusPane(String, boolean) - Constructor for class graphVisualizer.gui.statuspanes.ForceDirectedStatusPane
-
- ForceDirectedWizard - Class in graphVisualizer.gui.wizards
-
Wizard for selecting components for this layout type
- ForceDirectedWizard(Stage, Universe, boolean) - Constructor for class graphVisualizer.gui.wizards.ForceDirectedWizard
-
- forceTransitions - Variable in class x3d.model.LOD
-
- fromField - Variable in class x3d.model.ROUTE
-
- fromNode - Variable in class x3d.model.ROUTE
-
- fromString(String) - Static method in enum graphVisualizer.graph.common.GraphObjectProperty
-
Returns the GraphObjectProperty with the provided string, or
null
.
- fromString(String) - Method in class graphVisualizer.gui.widgets.ListViewWithSearchPanel
-
Returns an object given its String representation.
- fromString(String) - Method in class graphVisualizer.gui.wizards.content.DisplayComboBox
-
Returns an object given its String representation.
- fromValue(String) - Static method in enum graphVisualizer.utils.x3d.SimpleGeometryType
-
Deprecated.
- fromValue(String) - Static method in enum org.graphdrawing.graphml.DefaultEdgeType
-
- fromValue(String) - Static method in enum org.graphdrawing.graphml.EdgeIDType
-
- fromValue(String) - Static method in enum org.graphdrawing.graphml.EndpointType
-
- fromValue(String) - Static method in enum org.graphdrawing.graphml.GraphParseOrder
-
- fromValue(String) - Static method in enum org.graphdrawing.graphml.KeyForType
-
- fromValue(String) - Static method in enum org.graphdrawing.graphml.KeyType
-
- fromValue(String) - Static method in enum org.graphdrawing.graphml.NodeIDType
-
- fromValue(String) - Static method in enum x3d.model.AccessTypeNames
-
- fromValue(String) - Static method in enum x3d.model.ComponentNames
-
- fromValue(String) - Static method in enum x3d.model.FieldTypeName
-
- fromValue(String) - Static method in enum x3d.model.FontStyleValues
-
- fromValue(String) - Static method in enum x3d.model.MetaDirectionValues
-
- fromValue(String) - Static method in enum x3d.model.ProfileNames
-
- fromValue(String) - Static method in enum x3d.model.X3DVersion
-
- frontUrl - Variable in class x3d.model.Background
-
- FruchtermanReingoldCoordinateLayoutComponent - Class in graphVisualizer.layout.prefuseComponents
-
The FruchtermanReingoldCoordinateLayoutComponent
class computes
the Fruchterman-Reingold algorithm for force-directed placement of graph
nodes.
- FruchtermanReingoldCoordinateLayoutComponent() - Constructor for class graphVisualizer.layout.prefuseComponents.FruchtermanReingoldCoordinateLayoutComponent
-
Creates a new FruchtermanReingoldCoordinateLayoutComponent
instance.
- FruchtermanReingoldCoordinateLayoutComponent(int) - Constructor for class graphVisualizer.layout.prefuseComponents.FruchtermanReingoldCoordinateLayoutComponent
-
Creates a new FruchtermanReingoldCoordinateLayoutComponent
instance.
- FruchtermanReingoldStatus - Class in graphVisualizer.gui.statusobjects
-
Status object to hold info for the layout matching its name
- FruchtermanReingoldStatus() - Constructor for class graphVisualizer.gui.statusobjects.FruchtermanReingoldStatus
-