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 

C

calculateVisualProperties() - Method in class graphVisualizer.layout.complexComponents.SolarSystemCoordinateLayoutComponent
Calculates the visual properties of all nodes.
cancel() - Method in interface graphVisualizer.gui.wizards.IWizard
cancel the wizard
cancel() - Method in class graphVisualizer.gui.wizards.Wizard
cancel the wizard
cancel() - Method in class graphVisualizer.gui.wizards.WizardWithStatus
cancel the wizard
cancelButton - Variable in class graphVisualizer.gui.wizards.WizardPage
 
capabilities - Variable in class graphVisualizer.gui.LayoutDetailsVBox
 
capabilities() - Static method in class graphVisualizer.layout.common.Base1DCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.Base2DCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.Base3DCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.BaseColorLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.BaseCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.BaseLabelTextLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.BaseLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.BaseMappedLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.BaseScaleLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.common.BaseShapeLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.complexComponents.SolarSystemCoordinateLayoutComponent
 
capabilities() - Static method in class graphVisualizer.layout.complexComponents.SphereCoordinateLayoutComponent
 
capabilities() - Static method in class graphVisualizer.layout.complexComponents.TwoDGridCoordinateLayoutComponent
 
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.BalloonTreeCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.BasePrefuseCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.BasePrefuseTreeCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.ForceDirectedCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.FruchtermanReingoldCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.NodeLinkTreeCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.RadialTreeCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.prefuseComponents.SquarifiedTreeMapCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.simpleComponents.SimpleColorLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.simpleComponents.SimpleCoordinateLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.simpleComponents.SimpleLabelTextLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.simpleComponents.SimpleScaleLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
capabilities() - Static method in class graphVisualizer.layout.simpleComponents.SimpleShapeLayoutComponent
Returns the capabilities (the set of VisualProperties that can be provided) of this ILayoutComponent.
CapabilitiesObject - Class in graphVisualizer.gui.wizards.content
capabilities object stores visual property and boolean value for each vpp capability designed for easier use of capabilities table
CapabilitiesObject(VisualProperty, Boolean) - Constructor for class graphVisualizer.gui.wizards.content.CapabilitiesObject
 
CapabilitiesTableView - Class in graphVisualizer.gui
creates a default table for the capabilities of a given component
CapabilitiesTableView(String) - Constructor for class graphVisualizer.gui.CapabilitiesTableView
 
cardinality() - Method in class graphVisualizer.graph.base.EdgeBase
 
cardinality() - Method in class graphVisualizer.graph.base.HyperEdgeBase
 
cardinality() - Method in interface graphVisualizer.graph.common.IHyperEdgeProperties
The number of nodes connected by the HyperEdge.
CaveScriptGenerator - Class in graphVisualizer.utils.x3d.scripts
 
CaveScriptGenerator() - Constructor for class graphVisualizer.utils.x3d.scripts.CaveScriptGenerator
 
center - Variable in class x3d.model.LOD
 
center - Variable in class x3d.model.Transform
 
childObjects - Variable in class x3d.model.Field
 
childObjects - Variable in class x3d.model.FieldValue
 
childObjects - Variable in class x3d.model.Scene
 
childObjects - Variable in class x3d.model.X3DGroupingNode
 
clazz - Variable in class x3d.model.X3DNode
 
clear() - Method in class graphVisualizer.graph.metadata.MetadataMapProperty
Clears the contents of this container.
clear() - Method in class graphVisualizer.graph.metadata.Schema
Clears the Schema.
clear() - Method in class graphVisualizer.graph.typedMetadata.MetadataMapProperty
Clears the contents of this container.
clear() - Method in class graphVisualizer.graph.typedMetadata.Schema
Clears the Schema.
clear() - Method in class graphVisualizer.graph.Universe
public void synchronizeMetadataWithSchema() { for (String name : universeSchema.getNames()) { if (!metadata.containsName(name)) { metadata.addElement(universeSchema.getElement(name)); } } }
clear() - Method in class graphVisualizer.gui.DisplaySelectionTableView
clears list
clear() - Method in class graphVisualizer.gui.SelectedPropertiesListView
clears the list view
clear() - Method in class graphVisualizer.gui.widgets.GraphObjectListView
clears the list view
clear() - Method in class graphVisualizer.gui.widgets.ListViewWithSearchPanel
Clears the list view.
clear() - Method in class graphVisualizer.gui.widgets.MetaDataTable
clears the list
clear() - Method in class graphVisualizer.gui.widgets.SchemaTableView
clears table
clear() - Method in class graphVisualizer.gui.widgets.VisualObjectData
clears the list view
clear() - Method in class graphVisualizer.properties.BoundMapProperty
Removes all of the mappings from this map.
clear() - Method in class graphVisualizer.properties.MapProperty
Removes all of the mappings from this map.
clear() - Method in class graphVisualizer.visualization.VisualGraph
Clears the contents of the graph, removing all nodes, edges, and metadata.
clear() - Method in class graphVisualizer.visualization.Visualization
Clears the visualization.
clear() - Method in class x3d.fields.X3DArrayField
 
clearALL() - Method in class graphVisualizer.gui.LayoutDetailsVBox
clear all lists
clearALL() - Method in class graphVisualizer.gui.VisualizationDetailsVBox
 
clearChanged() - Method in class graphVisualizer.gui.statusobjects.BaseStatusObject
 
clearChanged() - Method in interface graphVisualizer.gui.statusobjects.IObservable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearEdgeMap() - Method in class graphVisualizer.graph.base.GraphBase
Clears the edges.
clearEdgeMap() - Method in class graphVisualizer.graph.base.UniverseBase
Clears the collection of edges.
clearEdgeMap() - Method in class graphVisualizer.graph.Graph
 
clearEdges() - Method in class graphVisualizer.graph.base.NodeBase
Removes all the edges from the node.
clearEdges() - Method in class graphVisualizer.graph.Node
 
clearEdges() - Method in class graphVisualizer.graph.Universe
Removes all edges from the universe.
clearEdgesFromGraph(Graph) - Method in class graphVisualizer.graph.Universe
Removes all edges from a graph (as well as its nodes and the universe).
clearEdgesFromNode(Node) - Method in class graphVisualizer.graph.Universe
Removes all edges from a node (as well as its graph and the universe).
clearEndpoints() - Method in class graphVisualizer.graph.base.HyperEdgeBase
Clears the endpoints.
clearEndpoints() - Method in class graphVisualizer.graph.HyperEdge
 
clearGraphMap() - Method in class graphVisualizer.graph.base.UniverseBase
Clears the collection of graphs.
clearGraphObjectList() - Method in class graphVisualizer.gui.statusobjects.BaseStatusObject
Clears the graph object list.
clearGraphs() - Method in class graphVisualizer.graph.Universe
Clears the graphs from the universe.
clearHyperEdgeMap() - Method in class graphVisualizer.graph.base.GraphBase
Clears the hyperedges.
clearHyperEdgeMap() - Method in class graphVisualizer.graph.base.UniverseBase
Clears the collection of hyperedges.
clearHyperEdgeMap() - Method in class graphVisualizer.graph.Graph
 
clearHyperEdges() - Method in class graphVisualizer.graph.base.NodeBase
Removes all the hyperedges from the node.
clearHyperEdges() - Method in class graphVisualizer.graph.Node
 
clearHyperEdges() - Method in class graphVisualizer.graph.Universe
Removes all hyperedges from the universe.
clearHyperEdgesFromGraph(Graph) - Method in class graphVisualizer.graph.Universe
Removes all hyperedges from a graph (as well as its nodes and the universe).
clearHyperEdgesFromNode(Node) - Method in class graphVisualizer.graph.Universe
Removes all hyperedges from a node (as well as its graph and the universe if applicable).
clearLayoutProviders() - Method in class graphVisualizer.layout.Layout
Clears all layout providers.
clearList() - Method in class graphVisualizer.gui.CapabilitiesTableView
allows for clearing table
clearListBoxes() - Method in class graphVisualizer.gui.GraphDetailsVBox
clears all list views
clearListBoxes() - Method in class graphVisualizer.gui.VisualizationDetailsVBox
clears all list views
clearNodeMap() - Method in class graphVisualizer.graph.base.GraphBase
Clears the nodes.
clearNodeMap() - Method in class graphVisualizer.graph.base.UniverseBase
Clears the collection of nodes.
clearNodeMap() - Method in class graphVisualizer.graph.Graph
 
clearNodes() - Method in class graphVisualizer.graph.HyperEdge
Clears all the nodes from the HyperEdge.
clearNodes() - Method in class graphVisualizer.graph.Universe
Clears the nodes from the universe.
clearNodesFromGraph(Graph) - Method in class graphVisualizer.graph.Universe
Removes all nodes from a graph (and the universe).
clearPixels() - Method in class x3d.fields.SFImage
 
clearPropertyValues() - Method in class graphVisualizer.properties.BoundListProperty
Clears all property values.
clearPropertyValues() - Method in class graphVisualizer.properties.ConstrainedListProperty
Clears all property values.
clearPropertyValues() - Method in class graphVisualizer.properties.ListProperty
Clears all property values.
clearRestriction() - Method in class graphVisualizer.layout.common.BaseLayoutComponent
 
clearRestriction() - Method in class graphVisualizer.layout.common.BaseMappedLayoutComponent
 
clearRestriction() - Method in interface graphVisualizer.layout.common.ILayoutComponent
Clears the restriction of this ILayoutComponent, i.e., the set of IGraphObjects it applies to.
clearSelection() - Method in class graphVisualizer.gui.widgets.ListViewWithSearchPanel
Clears the selection.
clearSelection() - Method in class graphVisualizer.gui.wizards.content.DisplayComboBox
clears selection
clearSelections() - Method in class graphVisualizer.gui.wizards.content.DisplayPropertiesVBox
clears selections
clearSelections() - Method in class graphVisualizer.gui.wizards.content.GraphObjectTreeView
 
clearValuesList() - Method in class graphVisualizer.gui.statusobjects.MappingStatus
clearing the list, called when navigating backwards
clearVisualEdgeMap() - Method in class graphVisualizer.visualization.VisualGraph
Clears all VisualEdges from the VisualGraph.
clearVisualEdges() - Method in class graphVisualizer.visualization.VisualGraph
Removes all edges from the graph.
clearVisualEdges() - Method in class graphVisualizer.visualization.Visualization
Removes all visual edges from the visualization.
clearVisualEdges() - Method in class graphVisualizer.visualization.VisualNode
Removes all the edges from the node.
clearVisualEdgesFromVisualGraph(VisualGraph) - Method in class graphVisualizer.visualization.Visualization
Removes all visual edges from a visual graph (as well as its visual nodes and the visualization).
clearVisualEdgesFromVisualNode(VisualNode) - Method in class graphVisualizer.visualization.Visualization
Removes all visual edges from a visual node (as well as its visual graph and the visualization).
clearVisualGraphs() - Method in class graphVisualizer.visualization.Visualization
Clears the visual graphs from the visualization.
clearVisualHyperEdgeMap() - Method in class graphVisualizer.visualization.VisualGraph
Clears all VisualHyperEdges from the VisualGraph.
clearVisualHyperEdges() - Method in class graphVisualizer.visualization.VisualGraph
Removes all edges from the graph.
clearVisualHyperEdges() - Method in class graphVisualizer.visualization.Visualization
Removes all visual hyperedges from the visualization.
clearVisualHyperEdges() - Method in class graphVisualizer.visualization.VisualNode
Removes all the hyperedges from the node.
clearVisualHyperEdgesFromVisualGraph(VisualGraph) - Method in class graphVisualizer.visualization.Visualization
Removes all visual hyperedges from a visual graph (as well as its visual nodes and the visualization).
clearVisualHyperEdgesFromVisualNode(VisualNode) - Method in class graphVisualizer.visualization.Visualization
Removes all visual hyperedges from a visual node (as well as its visual graph and the visualization, if applicable).
clearVisualNodeMap() - Method in class graphVisualizer.visualization.VisualGraph
Clears all VisualNodes from the VisualGraph.
clearVisualNodes() - Method in class graphVisualizer.visualization.VisualGraph
Clears the nodes from the graph.
clearVisualNodes() - Method in class graphVisualizer.visualization.Visualization
Clears the visual nodes from the visualization.
clearVisualNodesFromVisualGraph(VisualGraph) - Method in class graphVisualizer.visualization.Visualization
Removes all visual nodes from a visual graph (and the visualization).
clipBoundary - Variable in class x3d.model.Viewport
 
clone() - Method in class x3d.fields.SFBool
 
clone() - Method in class x3d.fields.SFDouble
 
clone() - Method in class x3d.fields.SFFloat
 
clone() - Method in class x3d.fields.SFInt32
 
clone() - Method in class x3d.fields.SFVec2d
 
clone() - Method in class x3d.fields.SFVec2f
 
clone() - Method in class x3d.fields.SFVec3d
 
clone() - Method in class x3d.fields.SFVec3f
 
clone() - Method in class x3d.fields.SFVec4d
 
clone() - Method in class x3d.fields.SFVec4f
 
cm - Variable in class graphVisualizer.gui.LayoutDetailsVBox
the context menu for adding and removing new layout components
CollectionChangeEchoListener - Class in graphVisualizer.events
The CollectionChangeEchoListener class provides an implementation of the ICollectionChangeListener interface that echoes back every event that it is passed.
CollectionChangeEchoListener(String) - Constructor for class graphVisualizer.events.CollectionChangeEchoListener
Creates a new CollectionChangeEchoListener.
CollectionChangeEvent - Class in graphVisualizer.events
The CollectionChangeEvent class provides a reference implementation of the ICollectionChangeEvent interface.
CollectionChangeEvent(Object, String, Object) - Constructor for class graphVisualizer.events.CollectionChangeEvent
Constructs a new CollectionChangeEvent with the provided collection name, source, and cause of change.
CollectionChangeEvent(Object, String, Object, CollectionChangeOperation) - Constructor for class graphVisualizer.events.CollectionChangeEvent
Constructs a new CollectionChangeEvent with the provided collection name, source,cause of change, and operation.
CollectionChangeOperation - Enum in graphVisualizer.events
The CollectionChangeOperation Enum provides all the operation that can be performed on a collection.
CollectionChangeSource - Class in graphVisualizer.events
The CollectionChangeSource class provides a reference implementation of the ICollectionChangeSource interface.
CollectionChangeSource() - Constructor for class graphVisualizer.events.CollectionChangeSource
Creates a new CollectionChangeSource.
CollectionChangeVetoException - Exception in graphVisualizer.events
The CollectionChangeVetoException is a reference implementation of an ICollectionChangeVetoException.
CollectionChangeVetoException(String, ICollectionChangeEvent) - Constructor for exception graphVisualizer.events.CollectionChangeVetoException
Constructs a new CollectionChangeVetoException with the provided detailed message and the vetoed event.
collectionCleared(ICollectionChangeEvent) - Method in class graphVisualizer.events.CollectionChangeEchoListener
 
collectionCleared(ICollectionChangeEvent) - Method in interface graphVisualizer.events.ICollectionChangeListener
This event is fired if a collection is cleared.
color - Variable in class x3d.model.X3DLightNode
 
ColorComboBox - Class in graphVisualizer.gui
creates a combo box (drop down) of colors for choosing the display color.
ColorComboBox() - Constructor for class graphVisualizer.gui.ColorComboBox
constructor
ColorLayoutWizard - Class in graphVisualizer.gui.wizards
Wizard for selecting components for this layout type
ColorLayoutWizard(Stage, Universe) - Constructor for class graphVisualizer.gui.wizards.ColorLayoutWizard
 
ColorSelectionPage - Class in graphVisualizer.gui.wizards
page for selecting components for this layout type
ColorSelectionPage() - Constructor for class graphVisualizer.gui.wizards.ColorSelectionPage
 
ColorStatus - Class in graphVisualizer.gui.statusobjects
Status object to hold info for the layout matching its name
ColorStatus() - Constructor for class graphVisualizer.gui.statusobjects.ColorStatus
 
ColorStatusPane - Class in graphVisualizer.gui.statuspanes
Status pane to show user selections from wizard for this layout
ColorStatusPane(String) - Constructor for class graphVisualizer.gui.statuspanes.ColorStatusPane
 
compareTo(SFBool) - Method in class x3d.fields.SFBool
 
compareTo(SFBool, Boolean) - Static method in class x3d.fields.SFBool
 
compareTo(Boolean, SFBool) - Static method in class x3d.fields.SFBool
 
compareTo(SFBool, SFBool) - Static method in class x3d.fields.SFBool
 
compareTo(SFDouble) - Method in class x3d.fields.SFDouble
 
compareTo(SFDouble, Double) - Static method in class x3d.fields.SFDouble
 
compareTo(Double, SFDouble) - Static method in class x3d.fields.SFDouble
 
compareTo(SFDouble, SFDouble) - Static method in class x3d.fields.SFDouble
 
compareTo(SFFloat) - Method in class x3d.fields.SFFloat
 
compareTo(SFFloat, Float) - Static method in class x3d.fields.SFFloat
 
compareTo(Float, SFFloat) - Static method in class x3d.fields.SFFloat
 
compareTo(SFFloat, SFFloat) - Static method in class x3d.fields.SFFloat
 
compareTo(SFInt32) - Method in class x3d.fields.SFInt32
 
compareTo(SFInt32, Integer) - Static method in class x3d.fields.SFInt32
 
compareTo(Integer, SFInt32) - Static method in class x3d.fields.SFInt32
 
compareTo(SFInt32, SFInt32) - Static method in class x3d.fields.SFInt32
 
compareTo(SFString) - Method in class x3d.fields.SFString
 
compareTo(SFString, String) - Static method in class x3d.fields.SFString
 
compareTo(String, SFString) - Static method in class x3d.fields.SFString
 
compareTo(SFString, SFString) - Static method in class x3d.fields.SFString
 
compareTo(SFTime) - Method in class x3d.fields.SFTime
 
compareTo(SFTime, Date) - Static method in class x3d.fields.SFTime
 
compareTo(Date, SFTime) - Static method in class x3d.fields.SFTime
 
compareTo(SFTime, SFTime) - Static method in class x3d.fields.SFTime
 
Component - Class in x3d.model
Java class for anonymous complex type.
Component() - Constructor for class x3d.model.Component
 
component - Variable in class x3d.model.Head
 
ComponentNames - Enum in x3d.model
Java class for componentNames.
componentwiseDivide(SFVec2d) - Method in class x3d.fields.SFVec2d
 
componentwiseDivide(SFVec2d, SFVec2d) - Static method in class x3d.fields.SFVec2d
 
componentwiseDivide(SFVec2f) - Method in class x3d.fields.SFVec2f
 
componentwiseDivide(SFVec2f, SFVec2f) - Static method in class x3d.fields.SFVec2f
 
componentwiseDivide(SFVec3d) - Method in class x3d.fields.SFVec3d
 
componentwiseDivide(SFVec3d, SFVec3d) - Static method in class x3d.fields.SFVec3d
 
componentwiseDivide(SFVec3f) - Method in class x3d.fields.SFVec3f
 
componentwiseDivide(SFVec3f, SFVec3f) - Static method in class x3d.fields.SFVec3f
 
componentwiseDivide(SFVec4d) - Method in class x3d.fields.SFVec4d
 
componentwiseDivide(SFVec4d, SFVec4d) - Static method in class x3d.fields.SFVec4d
 
componentwiseDivide(SFVec4f) - Method in class x3d.fields.SFVec4f
 
componentwiseDivide(SFVec4f, SFVec4f) - Static method in class x3d.fields.SFVec4f
 
componentwiseMultiply(SFVec2d) - Method in class x3d.fields.SFVec2d
 
componentwiseMultiply(SFVec2d, SFVec2d) - Static method in class x3d.fields.SFVec2d
 
componentwiseMultiply(SFVec2f) - Method in class x3d.fields.SFVec2f
 
componentwiseMultiply(SFVec2f, SFVec2f) - Static method in class x3d.fields.SFVec2f
 
componentwiseMultiply(SFVec3d) - Method in class x3d.fields.SFVec3d
 
componentwiseMultiply(SFVec3d, SFVec3d) - Static method in class x3d.fields.SFVec3d
 
componentwiseMultiply(SFVec3f) - Method in class x3d.fields.SFVec3f
 
componentwiseMultiply(SFVec3f, SFVec3f) - Static method in class x3d.fields.SFVec3f
 
componentwiseMultiply(SFVec4d) - Method in class x3d.fields.SFVec4d
 
componentwiseMultiply(SFVec4d, SFVec4d) - Static method in class x3d.fields.SFVec4d
 
componentwiseMultiply(SFVec4f) - Method in class x3d.fields.SFVec4f
 
componentwiseMultiply(SFVec4f, SFVec4f) - Static method in class x3d.fields.SFVec4f
 
Cone - Class in x3d.model
Java class for an X3D Cone.
Cone() - Constructor for class x3d.model.Cone
Creates a new Cone with bottom radius=1, height=2 that is solid and completely visible.
Cone(float, float) - Constructor for class x3d.model.Cone
Creates a new Cone with the provided bottom radius and height that is solid and completely visible.
Cone(SFFloat, SFFloat) - Constructor for class x3d.model.Cone
Creates a new Cone with the provided bottom radius and height that is solid and completely visible.
Cone(float, float, boolean) - Constructor for class x3d.model.Cone
Creates a new Cone with the provided bottom radius, height, and solidity that is completely visible.
Cone(SFFloat, SFFloat, SFBool) - Constructor for class x3d.model.Cone
Creates a new Cone with the provided bottom radius, height, and solidity that is completely visible.
Cone(float, float, boolean, boolean, boolean) - Constructor for class x3d.model.Cone
Creates a new Cone with the provided bottom radius, height, and solidity that is completely visible.
Cone(SFFloat, SFFloat, SFBool, SFBool, SFBool) - Constructor for class x3d.model.Cone
Creates a new Cone with the provided bottom radius, height, and solidity that is completely visible.
Connect - Class in x3d.model
Java class for anonymous complex type.
Connect() - Constructor for class x3d.model.Connect
 
connect - Variable in class x3d.model.IS
 
Constants - Class in graphVisualizer.conversion.prefuse
 
Constants() - Constructor for class graphVisualizer.conversion.prefuse.Constants
 
ConstrainedListProperty<PROPERTY_TYPE> - Class in graphVisualizer.properties
The ConstrainedListProperty class provides a thread-safe wrapper around a constrained indexed property (a property list that can have changes to its state vetoed and that notifies listeners of successful changes to its state).
ConstrainedListProperty(String) - Constructor for class graphVisualizer.properties.ConstrainedListProperty
Constructs a new ConstrainedListProperty and sets its name.
ConstrainedProperty<PROPERTY_TYPE> - Class in graphVisualizer.properties
The ConstrainedProperty class provides a thread-safe wrapper around a constrained property (a property that can have changes to its state vetoed and that notifies listeners of successful changes to its state).
ConstrainedProperty(String) - Constructor for class graphVisualizer.properties.ConstrainedProperty
Constructs a new BoundProperty and sets its name.
ConstrainedProperty(String, PROPERTY_TYPE) - Constructor for class graphVisualizer.properties.ConstrainedProperty
Constructs a new BoundProperty and sets its name and value.
containerField - Variable in class x3d.model.FillProperties
 
containerField - Variable in class x3d.model.LineProperties
 
containerField - Variable in class x3d.model.X3DAppearanceNode
 
containerField - Variable in class x3d.model.X3DChildNode
 
containerField - Variable in class x3d.model.X3DFontStyleNode
 
containerField - Variable in class x3d.model.X3DGeometryNode
 
containerField - Variable in class x3d.model.X3DMaterialNode
 
containerField - Variable in class x3d.model.X3DMetadataObject
 
containerField - Variable in class x3d.model.X3DScriptNode
 
contains(Metadata) - Method in class graphVisualizer.graph.metadata.MetadataMapProperty
Returns whether or not the provided Metadata entry exists in the container.
contains(SchemaEntry) - Method in class graphVisualizer.graph.metadata.Schema
Checks whether the provided entry is contained in the Schema .
contains(TypedMetadata<?>) - Method in class graphVisualizer.graph.typedMetadata.MetadataMapProperty
Returns whether or not the provided entry exists in the container.
contains(SchemaEntry<?>) - Method in class graphVisualizer.graph.typedMetadata.Schema
Checks whether the provided entry is contained in the Schema .
containsConflictingEntry(SchemaEntry) - Method in class graphVisualizer.graph.metadata.Schema
Checks whether the provided entry conflicts with an entry contained in the Schema .
containsConflictingEntry(SchemaEntry<?>) - Method in class graphVisualizer.graph.typedMetadata.Schema
Checks whether the provided entry conflicts with an entry contained in the Schema .
containsKey(String) - Method in class graphVisualizer.graph.metadata.MetadataMapProperty
Returns whether or not an entry exists for the given key.
containsKey(String) - Method in class graphVisualizer.graph.metadata.Schema
Checks whether the provided key is contained in the Schema.
containsKey(String) - Method in class graphVisualizer.graph.typedMetadata.MetadataMapProperty
Returns whether or not an entry exists for the given key.
containsKey(String) - Method in class graphVisualizer.graph.typedMetadata.Schema
Checks whether the provided key is contained in the Schema.
containsKey(Object) - Method in class graphVisualizer.properties.BoundMapProperty
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class graphVisualizer.properties.MapProperty
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class graphVisualizer.properties.BoundMapProperty
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class graphVisualizer.properties.MapProperty
Returns true if this map maps one or more keys to the specified value.
content - Variable in class org.graphdrawing.graphml.KeyDataExtension
 
content - Variable in class x3d.model.Meta
 
content - Variable in class x3d.model.X3DScriptNode
 
contextMenu(double, double) - Method in class graphVisualizer.gui.LayoutDetailsVBox
 
convert(T, Class<? extends S>) - Method in class graphVisualizer.conversion.graphML.GraphMLConverter
 
convert(T, Class<? extends S>) - Method in class graphVisualizer.conversion.owl.OWLConverter
 
convert(T, Class<? extends S>) - Method in class graphVisualizer.conversion.prefuse.PrefuseFormatConverter
 
convert(T, Class<? extends S>) - Method in class graphVisualizer.conversion.prefuse.PrefuseVisualizationEngine
 
convert(T, Class<? extends S>) - Method in class graphVisualizer.conversion.x3d.X3DEngine
 
convert(SFInt32) - Static method in class x3d.fields.SFDouble
 
convert(SFFloat) - Static method in class x3d.fields.SFDouble
 
convert(SFFloat) - Static method in class x3d.fields.SFFloat
 
convert(SFInt32) - Static method in class x3d.fields.SFFloat
 
convert(SFInt32) - Static method in class x3d.fields.SFInt32
 
convert(SFFloat) - Static method in class x3d.fields.SFInt32
 
convert(SFMatrix3f) - Static method in class x3d.fields.SFMatrix3d
 
convert(SFMatrix3d) - Static method in class x3d.fields.SFMatrix3f
 
convert(SFMatrix4f) - Static method in class x3d.fields.SFMatrix4d
 
convert(SFMatrix4d) - Static method in class x3d.fields.SFMatrix4f
 
convert(SFVec2f) - Static method in class x3d.fields.SFVec2d
 
convert(SFVec2d) - Static method in class x3d.fields.SFVec2f
 
convert(SFVec3f) - Static method in class x3d.fields.SFVec3d
 
convert(SFVec3d) - Static method in class x3d.fields.SFVec3f
 
convert(SFVec4f) - Static method in class x3d.fields.SFVec4d
 
convert(SFVec4d) - Static method in class x3d.fields.SFVec4f
 
CoordinateComponent - Enum in graphVisualizer.layout.common
The CoordinateComponent enum specifies coordinate components.
CoordinateLayoutWizard - Class in graphVisualizer.gui.wizards
Wizard for selecting components for this layout type
CoordinateLayoutWizard(Stage, Universe) - Constructor for class graphVisualizer.gui.wizards.CoordinateLayoutWizard
 
CoordinateStatusPane - Class in graphVisualizer.gui.statuspanes
Status pane to show user selections from wizard for this layout
CoordinateStatusPane(String) - Constructor for class graphVisualizer.gui.statuspanes.CoordinateStatusPane
 
countObservers() - Method in class graphVisualizer.gui.statusobjects.BaseStatusObject
 
countObservers() - Method in interface graphVisualizer.gui.statusobjects.IObservable
Returns the number of observers of this Observable object.
CREATE_VISUALIZATION - Static variable in class graphVisualizer.gui.events.CreateVisualizationEvent
creates a custom event type
createAnchor() - Method in class x3d.model.ObjectFactory
Create an instance of Anchor
createAppearance(String, String, Material, FillProperties, LineProperties) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createAppearance() - Method in class x3d.model.ObjectFactory
Create an instance of Appearance
createBackground(String, String, MFFloat, MFFloat, MFColor, MFColor) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createBackground() - Method in class x3d.model.ObjectFactory
Create an instance of Background
createBillboard() - Method in class x3d.model.ObjectFactory
Create an instance of Billboard
createBox() - Method in class x3d.model.ObjectFactory
Create an instance of Box
createCAVEScript() - Static method in class graphVisualizer.utils.x3d.scripts.CaveScriptGenerator
 
createComponent() - Method in class x3d.model.ObjectFactory
Create an instance of Component
createCone() - Method in class x3d.model.ObjectFactory
Create an instance of Cone
createConnect() - Method in class x3d.model.ObjectFactory
Create an instance of Connect
createCustomLayout(Universe) - Method in class graphVisualizer.gui.LayoutDetailsVBox
 
createCylinder() - Method in class x3d.model.ObjectFactory
Create an instance of Cylinder
createData(KeyData) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<KeyData>
createDataExtensionType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of KeyDataExtension
createDataType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of KeyData
createDefault(DefaultKeyValue) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<DefaultKeyValue >
createDefaultLayout(Universe) - Method in class graphVisualizer.gui.LayoutDetailsVBox
 
createDefaultType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of DefaultKeyValue
createDesc(String) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<String>
createDirectionalLight() - Method in class x3d.model.ObjectFactory
Create an instance of DirectionalLight
createEdge(String, String, String, String) - Method in class graphVisualizer.graph.Universe
Creates an edge between source and target nodes with a provided identifier, then adds it to the graph.
createEdge(String, IGraph, INode, INode) - Method in class graphVisualizer.graph.Universe
Creates an edge between source and target nodes with a provided identifier, then adds it to the provided graph.
createEdge(Edge) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Edge>
createEdgeBetweenPoints(String, String, SFVec3f, SFVec3f) - Method in class graphVisualizer.utils.x3d.DefaultEdgeFactory
Deprecated.
 
createEdgeBetweenPoints(String, String, SFVec3f, SFVec3f) - Method in interface graphVisualizer.utils.x3d.IEdgeFactory
Deprecated.
 
createEdgeBetweenTwoPoints(String, String, SFVec3f, SFVec3f, SFFloat, Appearance) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createEdgeType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Edge
createEndpoint(Endpoint) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Endpoint >
createEndpointType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Endpoint
createEntry(String, MetadataType) - Method in class graphVisualizer.graph.metadata.Schema
Creates a new SchemaEntry with the provided key and type.
createEntry(String, MetadataType, Metadata, boolean, boolean) - Method in class graphVisualizer.graph.metadata.Schema
Creates a new SchemaEntry with the provided key, type, default value, requirement and uniqueness restrictions.
createEntry(String, Class<T>) - Method in class graphVisualizer.graph.typedMetadata.Schema
Creates a new SchemaEntry with the provided key and type.
createEntry(String, Class<T>, T, boolean, boolean) - Method in class graphVisualizer.graph.typedMetadata.Schema
Creates a new SchemaEntry with the provided key, type, default value, requirement and uniqueness restrictions.
createField() - Method in class x3d.model.ObjectFactory
Create an instance of Field
createFieldValue() - Method in class x3d.model.ObjectFactory
Create an instance of FieldValue
createFillProperties() - Method in class x3d.model.ObjectFactory
Create an instance of FillProperties
createFontStyle() - Method in class x3d.model.ObjectFactory
Create an instance of FontStyle
createGraph(String) - Method in class graphVisualizer.graph.Universe
Creates a new graph with a provided identifier and adds it to the universe.
createGraph(Graph) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Graph>
createGraphml(GraphMLDocument) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<GraphMLDocument >
createGraphmlType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of GraphMLDocument
createGraphType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Graph
createGroup() - Method in class x3d.model.ObjectFactory
Create an instance of Group
createGroupFromVisualization(Visualization, String, String) - Method in class graphVisualizer.conversion.x3d.X3DVisualizationEngine
Deprecated.
 
createHead() - Method in class x3d.model.ObjectFactory
Create an instance of Head
createHyperEdge(String, IGraph, Set<INode>) - Method in class graphVisualizer.graph.Universe
Creates a hyperedge between the nodes provided with a provided identifier, then adds it to the graph.
createHyperedge(Hyperedge) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Hyperedge >
createHyperEdgeFromIdentifiers(String, String, Set<String>) - Method in class graphVisualizer.graph.Universe
Creates a hyperedge between the nodes provided with a provided identifier, then adds it to the graph.
createHyperedgeType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Hyperedge
createIdentifier(IGraphObject, boolean) - Static method in class graphVisualizer.visualization.Visualization
Creates an identifier for the visual object to be associated with the graph object.
createIOSensor() - Method in class x3d.avalon.ObjectFactory
Create an instance of IOSensor
createIS() - Method in class x3d.model.ObjectFactory
Create an instance of IS
createKey(Key) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Key>
createKeySensor() - Method in class x3d.model.ObjectFactory
Create an instance of KeySensor
createKeyType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Key
createLabelAtLocation(String, String, String, SFVec3f, SFVec3f) - Method in class graphVisualizer.utils.x3d.DefaultLabelFactory
Deprecated.
 
createLabelAtLocation(String, String, String, SFVec3f, SFVec3f) - Method in interface graphVisualizer.utils.x3d.ILabelFactory
Deprecated.
 
createLabelAtPosition(String, String, String, SFVec3f, SFVec3f, SFFloat, Boolean, Appearance) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createLineProperties() - Method in class x3d.model.ObjectFactory
Create an instance of LineProperties
createLocator(Locator) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Locator>
createLocatorType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Locator
createLOD() - Method in class x3d.model.ObjectFactory
Create an instance of LOD
createMappedVisualPropertyProvider(DOMAIN_KEY_TYPE, VisualProperty) - Static method in class graphVisualizer.layout.mappedComponents.VisualPropertyMappingFactory
createMapping(DOMAIN_KEY_TYPE, VisualProperty) - Static method in class graphVisualizer.layout.mappedComponents.VisualPropertyMappingFactory
createMaterial(String, String, SFColor, SFColor, SFColor, SFFloat, SFFloat, SFFloat) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createMaterial() - Method in class x3d.model.ObjectFactory
Create an instance of Material
createMeta() - Method in class x3d.model.ObjectFactory
Create an instance of Meta
createMetada() - Method in class graphVisualizer.gui.dialogs.AddSchemaDialog
creates meta data object to be added to schema
createMetadata(String, MetadataType, String) - Static method in class graphVisualizer.graph.metadata.Metadata
Creates a new Metadata object of the provided type, key, and value.
createMetadata(String, MetadataType, Object) - Static method in class graphVisualizer.graph.metadata.Metadata
Creates a new Metadata object of the provided type, key, and value.
createMetadata(String, Object) - Static method in class graphVisualizer.graph.metadata.Metadata
Creates a new Metadata object of the appropriate concrete type with the provided key and value.
createMetadata(String, Object) - Method in class graphVisualizer.graph.metadata.Schema
Creates a new Metadata object consistent with this Schema.
createMetadata(String) - Method in class graphVisualizer.graph.metadata.Schema
Creates a new Metadata object with a default value consistent with this Schema.
createMetadata(String, T) - Method in class graphVisualizer.graph.typedMetadata.Schema
Creates a new Metadata object consistent with this Schema.
createMetadata(String) - Method in class graphVisualizer.graph.typedMetadata.Schema
Creates a new Metadata object with a default value consistent with this Schema.
createMetadataDouble() - Method in class x3d.model.ObjectFactory
Create an instance of MetadataDouble
createMetadataFloat() - Method in class x3d.model.ObjectFactory
Create an instance of MetadataFloat
createMetadataInteger() - Method in class x3d.model.ObjectFactory
Create an instance of MetadataInteger
createMetadataSet() - Method in class x3d.model.ObjectFactory
Create an instance of MetadataSet
createMetadataString() - Method in class x3d.model.ObjectFactory
Create an instance of MetadataString
createMetadataValueList(Collection<IGraphObject>, String) - Method in class graphVisualizer.gui.wizards.content.DisplayPropertiesVBox
 
createMFBool() - Method in class x3d.fields.ObjectFactory
 
createMFColor() - Method in class x3d.fields.ObjectFactory
 
createMFColorRGBA() - Method in class x3d.fields.ObjectFactory
 
createMFDouble() - Method in class x3d.fields.ObjectFactory
 
createMFFloat() - Method in class x3d.fields.ObjectFactory
 
createMFImage() - Method in class x3d.fields.ObjectFactory
 
createMFInt32() - Method in class x3d.fields.ObjectFactory
 
createMFMatrix3d() - Method in class x3d.fields.ObjectFactory
 
createMFMatrix3f() - Method in class x3d.fields.ObjectFactory
 
createMFMatrix4d() - Method in class x3d.fields.ObjectFactory
 
createMFMatrix4f() - Method in class x3d.fields.ObjectFactory
 
createMFRotation() - Method in class x3d.fields.ObjectFactory
 
createMFString() - Method in class x3d.fields.ObjectFactory
 
createMFTime() - Method in class x3d.fields.ObjectFactory
 
createMFVec2d() - Method in class x3d.fields.ObjectFactory
 
createMFVec2f() - Method in class x3d.fields.ObjectFactory
 
createMFVec3d() - Method in class x3d.fields.ObjectFactory
 
createMFVec3f() - Method in class x3d.fields.ObjectFactory
 
createMFVec4d() - Method in class x3d.fields.ObjectFactory
 
createMFVec4f() - Method in class x3d.fields.ObjectFactory
 
createNavigationInfo() - Method in class x3d.model.ObjectFactory
Create an instance of NavigationInfo
createNode(String, String) - Method in class graphVisualizer.graph.Universe
Creates a new node with a provided identifier and adds it to the graph provided.
createNode(String, IGraph) - Method in class graphVisualizer.graph.Universe
Creates a new node with a provided identifier and adds it to the graph provided.
createNode(String, String) - Method in class graphVisualizer.utils.x3d.DefaultNodeFactory
Deprecated.
 
createNode(String, String) - Method in interface graphVisualizer.utils.x3d.INodeFactory
Deprecated.
 
createNode(Node) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Node>
createNodeAtLocation(String, String, SFVec3f) - Method in class graphVisualizer.utils.x3d.DefaultNodeFactory
Deprecated.
 
createNodeAtLocation(String, String, SFVec3f) - Method in interface graphVisualizer.utils.x3d.INodeFactory
Deprecated.
 
createNodeAtPosition(String, String, SFVec3f, SimpleGeometryType, Appearance) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createNodeType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Node
createPointLight() - Method in class x3d.model.ObjectFactory
Create an instance of PointLight
createPort(Port) - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of JAXBElement<Port>
createPortType() - Method in class org.graphdrawing.graphml.ObjectFactory
Create an instance of Port
createPropertyValueList(Collection<IGraphObject>, GraphObjectProperty) - Method in class graphVisualizer.gui.wizards.content.DisplayPropertiesVBox
 
createRestrictionExpression(Collection<IGraphObject>) - Method in class graphVisualizer.layout.prefuseComponents.PrefuseLayoutGenerator
Creates the restriction expression of a restriction to use in the creation of an equivalent PredicateFilter.
createROUTE() - Method in class x3d.model.ObjectFactory
Create an instance of ROUTE
createScene() - Method in class x3d.model.ObjectFactory
Create an instance of Scene
createSceneGraphStructureNode() - Method in class x3d.model.ObjectFactory
Create an instance of SceneGraphStructureNode
createScreenFontStyle() - Method in class x3d.model.ObjectFactory
Create an instance of ScreenFontStyle
createScreenGroup() - Method in class x3d.model.ObjectFactory
Create an instance of ScreenGroup
createScript() - Method in class x3d.model.ObjectFactory
Create an instance of Script
createSFBool() - Method in class x3d.fields.ObjectFactory
 
createSFColor() - Method in class x3d.fields.ObjectFactory
 
createSFColorRGBA() - Method in class x3d.fields.ObjectFactory
 
createSFDouble() - Method in class x3d.fields.ObjectFactory
 
createSFFloat() - Method in class x3d.fields.ObjectFactory
 
createSFImage() - Method in class x3d.fields.ObjectFactory
 
createSFInt32() - Method in class x3d.fields.ObjectFactory
 
createSFMatrix3d() - Method in class x3d.fields.ObjectFactory
 
createSFMatrix3f() - Method in class x3d.fields.ObjectFactory
 
createSFMatrix4d() - Method in class x3d.fields.ObjectFactory
 
createSFMatrix4f() - Method in class x3d.fields.ObjectFactory
 
createSFRotation() - Method in class x3d.fields.ObjectFactory
 
createSFString() - Method in class x3d.fields.ObjectFactory
 
createSFTime() - Method in class x3d.fields.ObjectFactory
 
createSFVec2d() - Method in class x3d.fields.ObjectFactory
 
createSFVec2f() - Method in class x3d.fields.ObjectFactory
 
createSFVec3d() - Method in class x3d.fields.ObjectFactory
 
createSFVec3f() - Method in class x3d.fields.ObjectFactory
 
createSFVec4d() - Method in class x3d.fields.ObjectFactory
 
createSFVec4f() - Method in class x3d.fields.ObjectFactory
 
createShape(String, String, X3DGeometryNode, X3DAppearanceNode) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createShape() - Method in class x3d.model.ObjectFactory
Create an instance of Shape
createSimpleGeometry(String, String, SimpleGeometryType, SFFloat, SFFloat, SFFloat, SFBool) - Static method in class graphVisualizer.utils.x3d.X3DCreator
Deprecated.
 
createSphere() - Method in class x3d.model.ObjectFactory
Create an instance of Sphere
createSpotLight() - Method in class x3d.model.ObjectFactory
Create an instance of SpotLight
createStaticGroup() - Method in class x3d.model.ObjectFactory
Create an instance of StaticGroup
createSteerNavigator() - Method in class x3d.avalon.ObjectFactory
Create an instance of SteerNavigator
createStringSensor() - Method in class x3d.model.ObjectFactory
Create an instance of StringSensor
createSwitch() - Method in class x3d.model.ObjectFactory
Create an instance of Switch
createText() - Method in class x3d.model.ObjectFactory
Create an instance of Text
createTransform() - Method in class x3d.model.ObjectFactory
Create an instance of Transform
createTwoSidedMaterial() - Method in class x3d.model.ObjectFactory
Create an instance of TwoSidedMaterial
CreateUniverseDialog - Class in graphVisualizer.gui.dialogs
creates dialog box for adding a new universe
CreateUniverseDialog() - Constructor for class graphVisualizer.gui.dialogs.CreateUniverseDialog
creates universe add dialog
createViewport() - Method in class x3d.model.ObjectFactory
Create an instance of Viewport
createVisualEdge(Edge) - Method in class graphVisualizer.visualization.VisualGraph
Creates an edge between source and target nodes with a provided identifier, then adds it to the graph.
createVisualEdge(Edge, String) - Method in class graphVisualizer.visualization.Visualization
Creates a visual edge for the edge provided , then adds it to the visual graph.
createVisualEdge(Edge, VisualGraph) - Method in class graphVisualizer.visualization.Visualization
Creates a visual edge for the edge provided , then adds it to the provided visual graph.
createVisualGraph(Graph) - Method in class graphVisualizer.visualization.Visualization
Creates a new visual graph for the provided graph and adds it to the visualization.
createVisualHyperEdge(HyperEdge) - Method in class graphVisualizer.visualization.VisualGraph
Creates a hyperedge between the nodes provided with a provided identifier, then adds it to the graph.
createVisualHyperEdge(HyperEdge, String) - Method in class graphVisualizer.visualization.Visualization
Creates a visual hyperedge and adds it to the graph.
createVisualHyperEdge(HyperEdge, VisualGraph) - Method in class graphVisualizer.visualization.Visualization
Creates a visual hyperedge and adds it to the visual graph.
CreateVisualizationEvent - Class in graphVisualizer.gui.events
 
CreateVisualizationEvent(EventType<? extends Event>, Visualization) - Constructor for class graphVisualizer.gui.events.CreateVisualizationEvent
 
createVisualNode(Node) - Method in class graphVisualizer.visualization.VisualGraph
Creates a new node with a provided identifier and adds it to the graph.
createVisualNode(Node, String) - Method in class graphVisualizer.visualization.Visualization
Creates a new visual node for the provided node and adds it to the visual graph with the id provided.
createVisualNode(Node, VisualGraph) - Method in class graphVisualizer.visualization.Visualization
Creates a new visual node for the provided node and adds it to the visual graph provided.
CreateWarningDialog - Class in graphVisualizer.gui.dialogs
creates a warning dialog to warn user of various missed entries
CreateWarningDialog() - Constructor for class graphVisualizer.gui.dialogs.CreateWarningDialog
constructor for dialog box
createWorldInfo() - Method in class x3d.model.ObjectFactory
Create an instance of WorldInfo
createX3DAppearanceNode() - Method in class x3d.model.ObjectFactory
Create an instance of X3DAppearanceNode
createX3DDocument() - Method in class x3d.model.ObjectFactory
Create an instance of X3DDocument
crossProduct(SFVec3d) - Method in class x3d.fields.SFVec3d
 
crossProduct(SFVec3f) - Method in class x3d.fields.SFVec3f
 
crossProduct(SFVec4d) - Method in class x3d.fields.SFVec4d
 
crossProduct(SFVec4f) - Method in class x3d.fields.SFVec4f
 
CustomLayoutDialog - Class in graphVisualizer.gui.dialogs
Dialog page for selecting predefined mapping layout parameters or launching the new display selection wizard.
CustomLayoutDialog() - Constructor for class graphVisualizer.gui.dialogs.CustomLayoutDialog
constructor
customLayoutDialog - Variable in class graphVisualizer.gui.LayoutDetailsVBox
 
cutOffAngle - Variable in class x3d.model.SpotLight
 
Cylinder - Class in x3d.model
Java class for an X3D Cylinder.
Cylinder() - Constructor for class x3d.model.Cylinder
Creates a new Cylinder with radius=1, height=2 that is solid with all sides visible.
Cylinder(float, float) - Constructor for class x3d.model.Cylinder
Creates a new Cylinder with the provided radius and height that is solid with all sides visible.
Cylinder(SFFloat, SFFloat) - Constructor for class x3d.model.Cylinder
Creates a new Cylinder with the provided radius and height that is solid with all sides visible.
Cylinder(float, float, boolean) - Constructor for class x3d.model.Cylinder
Creates a new Cylinder with the provided radius and height that is solid with all sides visible.
Cylinder(SFFloat, SFFloat, SFBool) - Constructor for class x3d.model.Cylinder
Creates a new Cylinder with the provided radius and height that is solid with all sides visible.
Cylinder(float, float, boolean, boolean, boolean, boolean) - Constructor for class x3d.model.Cylinder
Creates a new Cylinder with the provided radius and height that is solid with all sides visible.
Cylinder(SFFloat, SFFloat, SFBool, SFBool, SFBool, SFBool) - Constructor for class x3d.model.Cylinder
Creates a new Cylinder with the provided radius and height that is solid with all sides visible.
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