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 

B

backAmbientIntensity - Variable in class x3d.model.TwoSidedMaterial
 
backDiffuseColor - Variable in class x3d.model.TwoSidedMaterial
 
backEmissiveColor - Variable in class x3d.model.TwoSidedMaterial
 
Background - Class in x3d.model
Java class for anonymous complex type.
Background() - Constructor for class x3d.model.Background
 
backShininess - Variable in class x3d.model.TwoSidedMaterial
 
backSpecularColor - Variable in class x3d.model.TwoSidedMaterial
 
backTransparency - Variable in class x3d.model.TwoSidedMaterial
 
backUrl - Variable in class x3d.model.Background
 
BalloonTreeComponentsPage - Class in graphVisualizer.gui.wizards
page for selecting components for this layout type
BalloonTreeComponentsPage() - Constructor for class graphVisualizer.gui.wizards.BalloonTreeComponentsPage
 
BalloonTreeCoordinateLayoutComponent - Class in graphVisualizer.layout.prefuseComponents
The BalloonTreeCoordinateLayoutComponent class computes a circular "balloon-tree" layout of a tree.
BalloonTreeCoordinateLayoutComponent(INode) - Constructor for class graphVisualizer.layout.prefuseComponents.BalloonTreeCoordinateLayoutComponent
Creates a new instance of the BalloonTreeCoordinateLayoutComponent class with the provided Node as root of the tree.
BalloonTreeCoordinateLayoutComponent(INode, int) - Constructor for class graphVisualizer.layout.prefuseComponents.BalloonTreeCoordinateLayoutComponent
Creates a new instance of the BalloonTreeCoordinateLayoutComponent class with the provided Node as root of the tree and the provided minimum radius.
BalloonTreeStatus - Class in graphVisualizer.gui.statusobjects
Status object to hold balloon tree info
BalloonTreeStatus() - Constructor for class graphVisualizer.gui.statusobjects.BalloonTreeStatus
 
BalloonTreeStatusPane - Class in graphVisualizer.gui.statuspanes
Status pane to show user selections from wizard for this layout
BalloonTreeStatusPane(String) - Constructor for class graphVisualizer.gui.statuspanes.BalloonTreeStatusPane
 
BalloonTreeWizard - Class in graphVisualizer.gui.wizards
Wizard for selecting components for this layout type
BalloonTreeWizard(Stage, Universe) - Constructor for class graphVisualizer.gui.wizards.BalloonTreeWizard
 
Base1DCoordinateLayoutComponent - Class in graphVisualizer.layout.common
The abstract Base1DCoordinateLayoutComponent class provides base implementation of the I1DCoordinateLayoutComponent interface.
Base1DCoordinateLayoutComponent() - Constructor for class graphVisualizer.layout.common.Base1DCoordinateLayoutComponent
Creates a new instance of the Base1DCoordinateLayoutComponent class that routes the first component to the x coordinate.
Base1DCoordinateLayoutComponent(String, String, boolean) - Constructor for class graphVisualizer.layout.common.Base1DCoordinateLayoutComponent
Creates a new instance of the Base1DCoordinateLayoutComponent class that routes the first component to the x coordinate and sets the description and name to the provided values and optionally appends it with a random number.
Base1DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent) - Constructor for class graphVisualizer.layout.common.Base1DCoordinateLayoutComponent
Creates a new instance of the Base1DCoordinateLayoutComponent class with the provided routings.
Base1DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean) - Constructor for class graphVisualizer.layout.common.Base1DCoordinateLayoutComponent
Creates a new instance of the Base1DCoordinateLayoutComponent class with the provided routings.
Base1DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean, boolean) - Constructor for class graphVisualizer.layout.common.Base1DCoordinateLayoutComponent
Creates a new instance of the Base1DCoordinateLayoutComponent class with the provided routings.
Base2DCoordinateLayoutComponent - Class in graphVisualizer.layout.common
The abstract Base2DCoordinateLayoutComponent class provides a base implementation of the I2DCoordinateLayoutComponent interface.
Base2DCoordinateLayoutComponent() - Constructor for class graphVisualizer.layout.common.Base2DCoordinateLayoutComponent
Creates a new instance of the Base2DCoordinateLayoutComponent class that routes the first component to the x coordinate and the second component to the y coordinate.
Base2DCoordinateLayoutComponent(String, String, boolean) - Constructor for class graphVisualizer.layout.common.Base2DCoordinateLayoutComponent
Creates a new instance of the Base2DCoordinateLayoutComponent class that routes the first component to the x coordinate and the second component to the y coordinate.
Base2DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent) - Constructor for class graphVisualizer.layout.common.Base2DCoordinateLayoutComponent
Creates a new instance of the Base2DCoordinateLayoutComponent class with the provided routings.
Base2DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean) - Constructor for class graphVisualizer.layout.common.Base2DCoordinateLayoutComponent
Creates a new instance of the Base2DCoordinateLayoutComponent class with the provided routings.
Base2DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean, boolean) - Constructor for class graphVisualizer.layout.common.Base2DCoordinateLayoutComponent
Creates a new instance of the Base2DCoordinateLayoutComponent class with the provided routings.
Base3DCoordinateLayoutComponent - Class in graphVisualizer.layout.common
The abstract Base3DCoordinateLayoutComponent class provides base implementation of the I3DCoordinateLayoutComponent interface.
Base3DCoordinateLayoutComponent() - Constructor for class graphVisualizer.layout.common.Base3DCoordinateLayoutComponent
Creates a new instance of the Base3DCoordinateLayoutComponent class that routes the first component to the x coordinate, the second component to the y coordinate, and the third component to the z coordinate.
Base3DCoordinateLayoutComponent(String, String, boolean) - Constructor for class graphVisualizer.layout.common.Base3DCoordinateLayoutComponent
Creates a new instance of the Base3DCoordinateLayoutComponent class that routes the first component to the x coordinate, the second component to the y coordinate, and the third component to the z coordinate.
Base3DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent) - Constructor for class graphVisualizer.layout.common.Base3DCoordinateLayoutComponent
Creates a new instance of the Base3DCoordinateLayoutComponent class with the provided routings.
Base3DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean) - Constructor for class graphVisualizer.layout.common.Base3DCoordinateLayoutComponent
Creates a new instance of the Base3DCoordinateLayoutComponent class with the provided routings.
Base3DCoordinateLayoutComponent(CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean, boolean) - Constructor for class graphVisualizer.layout.common.Base3DCoordinateLayoutComponent
Creates a new instance of the Base3DCoordinateLayoutComponent class with the provided routings.
BaseColorLayoutComponent - Class in graphVisualizer.layout.common
The abstract BaseColorLayoutComponent class provides common functionality of all @{link IColorLayoutComponent IColorLayoutComponents}.
BaseColorLayoutComponent() - Constructor for class graphVisualizer.layout.common.BaseColorLayoutComponent
Creates a new instance of the BaseColorLayoutComponent class.
BaseColorLayoutComponent(Set<VisualProperty>) - Constructor for class graphVisualizer.layout.common.BaseColorLayoutComponent
Creates a new instance of the BaseColorLayoutComponent class with the provided capabilities.
BaseColorLayoutComponent(Set<VisualProperty>, String, String, boolean) - Constructor for class graphVisualizer.layout.common.BaseColorLayoutComponent
Creates a new instance of the BaseColorLayoutComponent class with the provided capabilities, (randomized) name, and description.
BaseCoordinateLayoutComponent - Class in graphVisualizer.layout.common
The abstract BaseCoordinateLayoutComponent class provides common functionality of all @{link ICoordinateLayoutComponent coordinate layout components}.
BaseCoordinateLayoutComponent(Set<CoordinateComponent>, CoordinateComponent, CoordinateComponent, CoordinateComponent) - Constructor for class graphVisualizer.layout.common.BaseCoordinateLayoutComponent
Creates a new instance of the BaseCoordinateLayoutComponent class with the provided routing.
BaseCoordinateLayoutComponent(Set<CoordinateComponent>, CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean) - Constructor for class graphVisualizer.layout.common.BaseCoordinateLayoutComponent
Creates a new instance of the BaseCoordinateLayoutComponent class with the provided routing.
BaseCoordinateLayoutComponent(Set<CoordinateComponent>, CoordinateComponent, CoordinateComponent, CoordinateComponent, String, String, boolean, boolean) - Constructor for class graphVisualizer.layout.common.BaseCoordinateLayoutComponent
Creates a new instance of the BaseCoordinateLayoutComponent class with the provided routing.
BaseLabelTextLayoutComponent - Class in graphVisualizer.layout.common
The abstract BaseLabelTextLayoutComponent class provides common functionality of all @{link ILabelTextLayoutComponent ILabelTextLayoutComponents}.
BaseLabelTextLayoutComponent() - Constructor for class graphVisualizer.layout.common.BaseLabelTextLayoutComponent
Creates a new BaseLabelTextLayoutComponent instance.
BaseLabelTextLayoutComponent(Set<VisualProperty>) - Constructor for class graphVisualizer.layout.common.BaseLabelTextLayoutComponent
Creates a new BaseLabelTextLayoutComponent instance with the provided capabilities.
BaseLabelTextLayoutComponent(Set<VisualProperty>, String, String, Boolean) - Constructor for class graphVisualizer.layout.common.BaseLabelTextLayoutComponent
Creates a new BaseLabelTextLayoutComponent instance with the provided capabilities, (randomized) name, and description.
BaseLayoutComponent - Class in graphVisualizer.layout.common
The abstract BaseLayoutComponent class provides the common functionality for all @{link ILayoutComponent layout components}.
BaseLayoutComponent(Set<VisualProperty>) - Constructor for class graphVisualizer.layout.common.BaseLayoutComponent
Creates a new instance of the BaseLayoutComponent class.
BaseLayoutComponent(Set<VisualProperty>, String, String, boolean) - Constructor for class graphVisualizer.layout.common.BaseLayoutComponent
Creates a new instance of the BaseLayoutComponent class.
BaseLayoutComponent(Set<VisualProperty>, String, String, boolean, boolean) - Constructor for class graphVisualizer.layout.common.BaseLayoutComponent
Creates a new instance of the BaseLayoutComponent class.
BaseLayoutWizard - Class in graphVisualizer.gui.wizards
 
BaseLayoutWizard(Stage, T, IStatus, Universe, WizardPage...) - Constructor for class graphVisualizer.gui.wizards.BaseLayoutWizard
 
BaseLayoutWizard(Stage, T, IStatus, Set<VisualProperty>, Universe) - Constructor for class graphVisualizer.gui.wizards.BaseLayoutWizard
 
BaseLayoutWizard(Stage, T, IStatus, Set<VisualProperty>, Universe, WizardPage...) - Constructor for class graphVisualizer.gui.wizards.BaseLayoutWizard
 
BaseLayoutWizard(Stage, T, IStatus, Set<VisualProperty>, int, Universe, WizardPage...) - Constructor for class graphVisualizer.gui.wizards.BaseLayoutWizard
 
BaseMappedLayoutComponent<DOMAIN_KEY_TYPE extends IGraphObjectBasedValueTypeContainer,DOMAIN_VALUE_TYPE,CODOMAIN_VALUE_TYPE> - Class in graphVisualizer.layout.common
The BaseMappedLayoutComponent class provides mappings of properties of a domain to visual properties.
BaseMappedLayoutComponent(DOMAIN_KEY_TYPE, VisualProperty, Class<? extends DOMAIN_VALUE_TYPE>, Class<? extends CODOMAIN_VALUE_TYPE>) - Constructor for class graphVisualizer.layout.common.BaseMappedLayoutComponent
Constructs a BaseMappedLayoutComponent for the provided domain key and the provided co-domain key.
BaseMappedLayoutComponent(DOMAIN_KEY_TYPE, VisualProperty, Class<? extends DOMAIN_VALUE_TYPE>, Class<? extends CODOMAIN_VALUE_TYPE>, String, String, boolean) - Constructor for class graphVisualizer.layout.common.BaseMappedLayoutComponent
Constructs a BaseMappedLayoutComponent for the provided domain key and the provided co-domain key.
BasePrefuseCoordinateLayoutComponent - Class in graphVisualizer.layout.prefuseComponents
The abstract BasePrefuseCoordinateLayoutComponent class provides common functionality of all @{link IPrefuseLayoutComponent IPrefuseLayoutComponents} based on the Prefuse toolkit.
BasePrefuseCoordinateLayoutComponent(String, String, boolean) - Constructor for class graphVisualizer.layout.prefuseComponents.BasePrefuseCoordinateLayoutComponent
Creates a new instance of the BasePrefuseCoordinateLayoutComponent class.
BasePrefuseCoordinateLayoutComponent(String, String, boolean, boolean) - Constructor for class graphVisualizer.layout.prefuseComponents.BasePrefuseCoordinateLayoutComponent
Creates a new instance of the BasePrefuseCoordinateLayoutComponent class.
BasePrefuseTreeCoordinateLayoutComponent - Class in graphVisualizer.layout.prefuseComponents
The abstract BasePrefuseTreeCoordinateLayoutComponent class provides common functionality of all @{link IPrefuseTreeLayoutComponent IPrefuseTreeLayoutComponents} based on the Prefuse toolkit.
BasePrefuseTreeCoordinateLayoutComponent() - Constructor for class graphVisualizer.layout.prefuseComponents.BasePrefuseTreeCoordinateLayoutComponent
Creates a new instance of the BasePrefuseTreeCoordinateLayoutComponent class.
BasePrefuseTreeCoordinateLayoutComponent(String, String, boolean, INode) - Constructor for class graphVisualizer.layout.prefuseComponents.BasePrefuseTreeCoordinateLayoutComponent
Creates a new instance of the BasePrefuseTreeCoordinateLayoutComponent class.
BasePrefuseTreeCoordinateLayoutComponent(String, String, boolean, INode, boolean) - Constructor for class graphVisualizer.layout.prefuseComponents.BasePrefuseTreeCoordinateLayoutComponent
Creates a new instance of the BasePrefuseTreeCoordinateLayoutComponent class.
BaseScaleLayoutComponent - Class in graphVisualizer.layout.common
The abstract BaseScaleLayoutComponent class provides common functionality of all @{link IScaleLayoutComponent IScaleLayoutComponents}.
BaseScaleLayoutComponent() - Constructor for class graphVisualizer.layout.common.BaseScaleLayoutComponent
Creates a new BaseScaleLayoutComponent instance.
BaseScaleLayoutComponent(Set<VisualProperty>) - Constructor for class graphVisualizer.layout.common.BaseScaleLayoutComponent
Creates a new BaseScaleLayoutComponent instance with the provided capabilities.
BaseScaleLayoutComponent(Set<VisualProperty>, String, String, Boolean) - Constructor for class graphVisualizer.layout.common.BaseScaleLayoutComponent
Creates a new BaseScaleLayoutComponent instance with the provided capabilities, (randomized) name, and description.
BaseShapeLayoutComponent - Class in graphVisualizer.layout.common
The abstract BaseShapeLayoutComponent class provides common functionality of all @{link IShapeLayoutComponent IShapeLayoutComponents}.
BaseShapeLayoutComponent() - Constructor for class graphVisualizer.layout.common.BaseShapeLayoutComponent
Creates a new BaseShapeLayoutComponent instance.
BaseShapeLayoutComponent(Set<VisualProperty>) - Constructor for class graphVisualizer.layout.common.BaseShapeLayoutComponent
Creates a new BaseShapeLayoutComponent instance with the provided capabilities.
BaseShapeLayoutComponent(Set<VisualProperty>, String, String, Boolean) - Constructor for class graphVisualizer.layout.common.BaseShapeLayoutComponent
Creates a new BaseShapeLayoutComponent instance with the provided capabilities, (randomized) name, and description.
BaseStatusObject - Class in graphVisualizer.gui.statusobjects
Status object to hold base layout info
BaseStatusObject() - Constructor for class graphVisualizer.gui.statusobjects.BaseStatusObject
 
BaseStatusPane - Class in graphVisualizer.gui.statuspanes
 
BaseStatusPane(String) - Constructor for class graphVisualizer.gui.statuspanes.BaseStatusPane
 
BaseTreeStatus - Class in graphVisualizer.gui.statusobjects
Status object to hold base tree info
BaseTreeStatus() - Constructor for class graphVisualizer.gui.statusobjects.BaseTreeStatus
 
BaseTreeStatusPane - Class in graphVisualizer.gui.statuspanes
Base status pane for tree layouts.
BaseTreeStatusPane(String) - Constructor for class graphVisualizer.gui.statuspanes.BaseTreeStatusPane
 
bboxCenter - Variable in class x3d.model.X3DGroupingNode
 
bboxCenter - Variable in class x3d.model.X3DShapeNode
Specifies the bounding box center of the X3DShapeNode.
bboxSize - Variable in class x3d.model.X3DGroupingNode
 
bboxSize - Variable in class x3d.model.X3DShapeNode
Specifies the bounding box size of the X3DShapeNode.
beamWidth - Variable in class x3d.model.SpotLight
 
Billboard - Class in x3d.model
Java class for anonymous complex type.
Billboard() - Constructor for class x3d.model.Billboard
 
BLACK - Static variable in class x3d.fields.SFColor
 
BLUE - Static variable in class x3d.fields.SFColor
 
BooleanMetadata - Class in graphVisualizer.graph.metadata
This class represents metadata with boolean values contained within a graph universe.
BooleanMetadata(String) - Constructor for class graphVisualizer.graph.metadata.BooleanMetadata
Creates a new instance with the key provided.
BooleanMetadata(String, Object) - Constructor for class graphVisualizer.graph.metadata.BooleanMetadata
Creates a new instance with the key and value provided.
BooleanMetadata(BooleanMetadata) - Constructor for class graphVisualizer.graph.metadata.BooleanMetadata
Copy constructor.
bottomRadius - Variable in class x3d.model.Cone
The bottom radius of the Cone.
bottomUrl - Variable in class x3d.model.Background
 
bottomVisible - Variable in class x3d.model.Cone
Determines whether the bottom of the Cone is visible.
bottomVisible - Variable in class x3d.model.Cylinder
Determines whether the bottom of the Cylinder is visible.
BoundingBoxSize - Class in x3d.fields
 
BoundingBoxSize() - Constructor for class x3d.fields.BoundingBoxSize
 
BoundingBoxSize(SFFloat, SFFloat, SFFloat) - Constructor for class x3d.fields.BoundingBoxSize
 
BoundingBoxSize(Float, Float, Float) - Constructor for class x3d.fields.BoundingBoxSize
 
BoundListProperty<PROPERTY_TYPE> - Class in graphVisualizer.properties
The ListProperty class provides a thread-safe wrapper around a bound property list (a list that notifies listeners of changes to its state).
BoundListProperty(String) - Constructor for class graphVisualizer.properties.BoundListProperty
Constructs a new BoundListProperty and sets its name.
BoundMapProperty<KEY_TYPE,VALUE_TYPE> - Class in graphVisualizer.properties
The MapProperty class provides a thread-safe wrapper around a property map.
BoundMapProperty(String) - Constructor for class graphVisualizer.properties.BoundMapProperty
Constructs a new ListProperty and sets its name.
BoundProperty<PROPERTY_TYPE> - Class in graphVisualizer.properties
The Property class provides a thread-safe wrapper around a bound property (i.e., a property that notifies listeners of changes to its state).
BoundProperty(String) - Constructor for class graphVisualizer.properties.BoundProperty
Constructs a new BoundProperty and sets its name.
BoundProperty(String, PROPERTY_TYPE) - Constructor for class graphVisualizer.properties.BoundProperty
Constructs a new BoundProperty and sets its name and value.
Box - Class in x3d.model
Java class for an X3D Box.
Box() - Constructor for class x3d.model.Box
Creates a new, solid 2x2x2 Box.
Box(float, float, float) - Constructor for class x3d.model.Box
Creates a new, solid Box with the provided dimensions.
Box(SFVec3f) - Constructor for class x3d.model.Box
Creates a new, solid Box with the provided size.
Box(float, float, float, boolean) - Constructor for class x3d.model.Box
Creates a new Box with the provided dimensions and solidity.
Box(SFVec3f, SFBool) - Constructor for class x3d.model.Box
Creates a new Box with the provided size and solidity.
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