A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(VisualizationServer<V, E>) - Method in interface org.jungrapht.visualization.control.EdgeSupport
- abort(VisualizationServer<V, E>) - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- AbsoluteCrossoverScalingControl - Class in org.jungrapht.visualization.control
-
Scales to the absolute value passed as an argument.
- AbsoluteCrossoverScalingControl() - Constructor for class org.jungrapht.visualization.control.AbsoluteCrossoverScalingControl
- AbstractEdgeRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- AbstractEdgeRenderer() - Constructor for class org.jungrapht.visualization.renderers.AbstractEdgeRenderer
- AbstractEdgeShapeFunction<V,E> - Class in org.jungrapht.visualization.decorators
-
An interface for decorators that return a
Shape
for a specified edge. - AbstractEdgeShapeFunction() - Constructor for class org.jungrapht.visualization.decorators.AbstractEdgeShapeFunction
- AbstractGraphMouse - Class in org.jungrapht.visualization.control
-
AbstractGraphMouse is a PluggableGraphMouse class that manages a collection of plugins for picking and transforming the graph.
- AbstractGraphMouse(float, float, boolean) - Constructor for class org.jungrapht.visualization.control.AbstractGraphMouse
- AbstractGraphMouse.Builder<T extends AbstractGraphMouse,B extends AbstractGraphMouse.Builder<T,B>> - Class in org.jungrapht.visualization.control
-
Configure an instance of an AbstractGraphMouse
- AbstractGraphMousePlugin - Class in org.jungrapht.visualization.control
-
a base class for GraphMousePlugin instances.
- AbstractGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.AbstractGraphMousePlugin
- AbstractGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
Deprecated.
- AbstractGraphMousePlugin.Selecting - Class in org.jungrapht.visualization.control
-
Deprecated.
- AbstractHierarchicalMinCrossLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
The Sugiyama Hierarchical Minimum-Cross layout algorithm
- AbstractHierarchicalMinCrossLayoutAlgorithm(Function<V, Rectangle>, boolean, boolean, boolean, int, Function<Graph<V, E>, Integer>, boolean, Layering, boolean, Executor, boolean, Runnable) - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- AbstractHierarchicalMinCrossLayoutAlgorithm(AbstractHierarchicalMinCrossLayoutAlgorithm.Builder) - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- AbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T extends AbstractHierarchicalMinCrossLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends AbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
a Builder to create a configured instance
- AbstractIterativeLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
For Iterative algorithms that perform delayed operations on a Thread, save off the layoutModel so that it can be accessed by the threaded code.
- AbstractIterativeLayoutAlgorithm(AbstractIterativeLayoutAlgorithm.Builder) - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- AbstractIterativeLayoutAlgorithm.Builder<V,T extends AbstractIterativeLayoutAlgorithm<V>,B extends AbstractIterativeLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- AbstractLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
For Layout algorithms that can run an 'after' function
- AbstractLayoutAlgorithm(AbstractLayoutAlgorithm.Builder) - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm
- AbstractLayoutAlgorithm.Builder<V,T extends AbstractLayoutAlgorithm<V>,B extends AbstractLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- AbstractLayoutModel<V> - Class in org.jungrapht.visualization.layout.model
-
superclass for LayoutModels.
- AbstractLayoutModel(Graph<V, ?>, int, int) - Constructor for class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- AbstractLayoutModel(AbstractLayoutModel.Builder) - Constructor for class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- AbstractLayoutModel(LayoutModel<V>) - Constructor for class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- AbstractLayoutModel.Builder<V,T extends AbstractLayoutModel<V>,B extends AbstractLayoutModel.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.model
- AbstractLensSupport<V,E,M extends LensGraphMouse> - Class in org.jungrapht.visualization.transform
-
A class to make it easy to add an examining lens to a jungrapht graph application.
- AbstractLensSupport(AbstractLensSupport.Builder<V, E, M, ?, ?>) - Constructor for class org.jungrapht.visualization.transform.AbstractLensSupport
- AbstractLensSupport(VisualizationViewer<V, E>, M) - Constructor for class org.jungrapht.visualization.transform.AbstractLensSupport
-
create the base class, setting common members and creating a custom GraphMouse
- AbstractLensSupport.Builder<V,E,M extends LensGraphMouse,T extends AbstractLensSupport<V,E,M>,B extends AbstractLensSupport.Builder<V,E,M,T,B>> - Class in org.jungrapht.visualization.transform
- AbstractLensSupport.LensControls - Class in org.jungrapht.visualization.transform
-
the background for the hyperbolic projection
- AbstractLensSupport.LensPaintable - Class in org.jungrapht.visualization.transform
-
the background for the hyperbolic projection
- AbstractModalGraphMouse - Class in org.jungrapht.visualization.control
-
AbstractModalGraphMouse is a PluggableGraphMouse class that manages a collection of plugins for picking and transforming the graph.
- AbstractModalGraphMouse(AbstractModalGraphMouse.Builder<?, ?>) - Constructor for class org.jungrapht.visualization.control.AbstractModalGraphMouse
- AbstractModalGraphMouse(Modal.Mode, float, float, boolean) - Constructor for class org.jungrapht.visualization.control.AbstractModalGraphMouse
- AbstractModalGraphMouse.Builder<T extends AbstractModalGraphMouse,B extends AbstractModalGraphMouse.Builder<T,B>> - Class in org.jungrapht.visualization.control
-
Configure an instance of an AbstractModalGraphMouse
- AbstractMutableSelectedState<T> - Class in org.jungrapht.visualization.selection
-
An abstract class to support ItemEvents for
MutableSelectedState
- AbstractMutableSelectedState() - Constructor for class org.jungrapht.visualization.selection.AbstractMutableSelectedState
- AbstractPopupGraphMousePlugin - Class in org.jungrapht.visualization.control
- AbstractPopupGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- AbstractPopupGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- AbstractSatelliteVisualizationViewer<V,E> - Class in org.jungrapht.visualization
-
Provided as a public base class for extending the DefaultVisualizationViewer
- AbstractSatelliteVisualizationViewer(SatelliteVisualizationViewer.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.AbstractSatelliteVisualizationViewer
-
Constructor for extending classes
- AbstractShapeFunction<T> - Class in org.jungrapht.visualization.decorators
- AbstractShapeFunction() - Constructor for class org.jungrapht.visualization.decorators.AbstractShapeFunction
- AbstractShapeFunction(Function<T, Integer>, Function<T, Float>) - Constructor for class org.jungrapht.visualization.decorators.AbstractShapeFunction
- AbstractSpatial<T,NT> - Class in org.jungrapht.visualization.spatial
- AbstractSpatial(LayoutModel<NT>) - Constructor for class org.jungrapht.visualization.spatial.AbstractSpatial
- AbstractSplitter<T> - Class in org.jungrapht.visualization.spatial.rtree
-
holds implementations of several ways to determine the best node to follow for insertion in the R-Tree
- AbstractSplitter() - Constructor for class org.jungrapht.visualization.spatial.rtree.AbstractSplitter
- AbstractTreeLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
A base class for tree layout algorithms.
- AbstractTreeLayoutAlgorithm(AbstractTreeLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
Create a
AbstractTreeLayoutAlgorithm
instance with the passedBuilder
- AbstractTreeLayoutAlgorithm.Builder<V,T extends AbstractTreeLayoutAlgorithm<V>,B extends AbstractTreeLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
A
Builder
to create instances ofAbstractTreeLayoutAlgorithm
- AbstractVertexRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- AbstractVertexRenderer() - Constructor for class org.jungrapht.visualization.renderers.AbstractVertexRenderer
- AbstractVisualizationModel<V,E> - Class in org.jungrapht.visualization
-
Provided as a public base class for extending the DefaultVisualizationModel
- AbstractVisualizationModel(VisualizationModel.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.AbstractVisualizationModel
-
Constructor for extending classes
- AbstractVisualizationServer<V,E> - Class in org.jungrapht.visualization
-
Provided as a public base class for extending the DefaultVisualizationServer
- AbstractVisualizationServer(VisualizationServer.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.AbstractVisualizationServer
-
Constructor for extending classes
- AbstractVisualizationViewer<V,E> - Class in org.jungrapht.visualization
-
Provided as a public base class for extending the DefaultVisualizationViewer
- AbstractVisualizationViewer(VisualizationViewer.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.AbstractVisualizationViewer
-
Constructor for extending classes
- accept(Function<V, Shape>) - Method in interface org.jungrapht.visualization.renderers.VertexShapeFunctionConsumer
- accept(Function<V, Rectangle>) - Method in interface org.jungrapht.visualization.layout.algorithms.util.VertexBoundsFunctionConsumer
- accept(LayoutAlgorithm<V>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
accept the visit of a LayoutAlgorithm.
- accept(LayoutAlgorithm<V>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- accept(LayoutAlgorithm<V>) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
-
allow the passed LayoutAlgorithm to operate on this LayoutModel
- accept(Dimension) - Method in interface org.jungrapht.visualization.layout.algorithms.util.DimensionConsumer
- accept(Dimension) - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- accept(Point) - Method in interface org.jungrapht.visualization.layout.algorithms.util.PointConsumer
- accept(Point) - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- accept(Rectangle) - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- accept(Rectangle) - Method in interface org.jungrapht.visualization.layout.algorithms.util.RectangleConsumer
- AccumulatorTree<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Accumulator tree for counting edge crossing
- AccumulatorTree(int) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- accumulatorTreeCount(List<LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
count edge crossings in the passed List of edges
- AccumulatorTreeUtil - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- AccumulatorTreeUtil() - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
- accumulatorTreeWeight(List<LE<V, E>>, Function<Integer, Integer>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
count edge crossing weight in the passed List of edges
- activate() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- activate() - Method in class org.jungrapht.visualization.transform.LayoutLensSupport
- activate() - Method in interface org.jungrapht.visualization.transform.LensSupport
- activate() - Method in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- activate() - Method in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- activate(boolean) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- activate(boolean) - Method in interface org.jungrapht.visualization.transform.LensSupport
- active - Variable in class org.jungrapht.visualization.layout.event.LayoutStateChange.Event
- active - Variable in class org.jungrapht.visualization.RenderContextStateChange.Event
- adaption - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- add(double, double) - Method in class org.jungrapht.visualization.layout.model.Point
- add(int, B) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- add(B) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- add(Component) - Method in interface org.jungrapht.visualization.VisualizationComponent
- add(Component, Object) - Method in interface org.jungrapht.visualization.VisualizationComponent
- add(Icon) - Method in class org.jungrapht.visualization.LayeredIcon
- add(Annotation.Layer, Annotation<?>) - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- add(Annotation<?>) - Method in class org.jungrapht.visualization.annotations.AnnotationPaintable
- add(GraphMousePlugin) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- add(Point) - Method in class org.jungrapht.visualization.layout.model.Point
- add(ForceObject<T>) - Method in class org.jungrapht.visualization.layout.quadtree.ForceObject
- add(RTree<T>, SplitterContext<T>, Map.Entry<T, Rectangle2D>) - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
- add(RTree<T>, SplitterContext<T>, T, Rectangle2D) - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
-
add one element to the RTree.
- add(SplitterContext<T>, Map.Entry<T, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
add the passed Entry to the map
- add(SplitterContext<T>, Map.Entry<T, Rectangle2D>...) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- add(SplitterContext<T>, T, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- add(SplitterContext<T>, T, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- add(SplitterContext<T>, T, Rectangle2D) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- add(T) - Method in class org.jungrapht.visualization.transform.LensManager
- addAll(int, Collection<? extends B>) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- addAll(Collection<? extends B>) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- addAll(RTree<T>, SplitterContext<T>, Collection<Map.Entry<T, Rectangle2D>>) - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
- addChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.DefaultTransformer
- addChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
Adds a
ChangeListener
. - addChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- addChangeListener(ChangeListener) - Method in interface org.jungrapht.visualization.util.ChangeEventSupport
- addChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.util.DefaultChangeEventSupport
- addChangeListener(ChangeListener) - Method in interface org.jungrapht.visualization.VisualizationServer
-
Adds a
ChangeListener
. - added - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
set to true when the AnnotationPaintable has been added to the view component
- addEdge(int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- addForceFrom(ForceObject<T>) - Method in class org.jungrapht.visualization.layout.quadtree.ForceObject
-
override in the layoutAlgorithm to apply forces in a way that is consistent with the chosen implementation.
- addGraphMouseListener(GraphMouseListener<V>) - Method in interface org.jungrapht.visualization.VisualizationViewer
-
This is the interface for adding a mouse listener.
- addIntermediatePoint(Point) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- addIntermediatePoint(Point) - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- addIntermediateVertex(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- addIntermediateVertex(V) - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- addItemListener(ItemListener) - Method in class org.jungrapht.samples.util.LayeringConfiguration
- addItemListener(ItemListener) - Method in class org.jungrapht.visualization.selection.AbstractMutableSelectedState
- addItemListener(ItemListener) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- addItemListener(ItemListener) - Method in interface org.jungrapht.visualization.transform.LensSupport
- addItemListener(ItemListener) - Method in class org.jungrapht.visualization.util.ItemSupport
- additionalModifiers - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
additional modifiers for the action of adding to an existing selection
- addKeyListener(KeyListener) - Method in interface org.jungrapht.visualization.VisualizationViewer
-
Override to request focus on mouse enter, if a key listener is added
- addLayoutSizeChangeListener(LayoutSizeChange.Listener<V>) - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
- addLayoutSizeChangeListener(LayoutSizeChange.Listener<V>) - Method in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
- addLayoutStateChangeListener(LayoutStateChange.Listener) - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Support
- addLayoutStateChangeListener(LayoutStateChange.Listener) - Method in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
- addLayoutVertexPositionChangeListener(LayoutVertexPositionChange.Listener) - Method in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
- addLayoutVertexPositionChangeListener(LayoutVertexPositionChange.Listener<V>) - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
- addModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox
- addModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeContainer
- addModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeControl
- addModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeMenu
- addModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModePanel
- addModals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox
- addModals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeMenu
- addModals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModePanel
- addModelChangeListener(ModelChange.Listener) - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Support
- addModelChangeListener(ModelChange.Listener) - Method in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
- addPostRenderPaintable(VisualizationServer.Paintable) - Method in interface org.jungrapht.visualization.VisualizationServer
- addPreRenderPaintable(VisualizationServer.Paintable) - Method in interface org.jungrapht.visualization.VisualizationServer
- addRegionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- addRegionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- addRegionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- addRegionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- addRegionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- addRegionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- addRegionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- addRegionSelectionCompleteMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- addRegionSelectionCompleteMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- addRegionSelectionCompleteMask(int) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- addRegionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- addRegionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- addRegionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- addRegionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- addRegionSelectionMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- addRegionSelectionMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- addRegionSelectionMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- addRegionSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- addRegionSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- addRegionSelectionMask(int) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- AddRemoveVertexDemo - Class in org.jungrapht.samples
-
Adds vertices one at a time, adds edges to connect them, then removes vertices one a a time.
- addRenderContextStateChangeListener(RenderContextStateChange.Listener) - Method in interface org.jungrapht.visualization.RenderContextStateChange.Support
- addRenderContextStateChangeListener(RenderContextStateChange.Listener) - Method in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
- addRenderingHints(Map<?, ?>) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- addSingleSelectionMask - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder
- addSingleSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- addSingleSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- addSingleSelectionMask(int) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
- addSingleSelectionMask(int) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder
- addSubTree(Graph<V, E>, Graph<V, E>, V, E) - Static method in class org.jungrapht.visualization.util.TreeUtils
-
Connects
subTree
totree
by attaching it as a child ofsubTreeParent
with edgeconnectingEdge
. - addToSelectionMask - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- addViewChangeListener(ViewChange.Listener) - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Support
- addViewChangeListener(ViewChange.Listener) - Method in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
- adjustForGravity - Variable in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- adjustForGravity() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
-
Shift all vertices so that the center of gravity is located at the center of the screen.
- adjustForGravity(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- adjustToFill(int, int) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- adjustToFit - Variable in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- adjustToFit - Variable in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- adjustToFit(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- adjustTransformers(double, double, Point2D, MutableTransformer, MutableTransformer, double, double, double, double, Point2D, boolean, boolean) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl
- AffineTransformer - Class in org.jungrapht.visualization.transform
-
Provides methods to map points from one coordinate system to another, by delegating to a wrapped AffineTransform (uniform) and its inverse.
- AffineTransformer() - Constructor for class org.jungrapht.visualization.transform.AffineTransformer
-
Create an instance that does not transform points.
- AffineTransformer(AffineTransform) - Constructor for class org.jungrapht.visualization.transform.AffineTransformer
-
Create an instance with the supplied transform.
- after - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- after - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- after - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- after - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- after - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- after - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm
- after - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder
- after - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- after - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- after - Variable in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- after - Variable in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- after - Variable in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- after(Runnable) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- after(Runnable) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- after(Runnable) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- after(Runnable) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- after(Runnable) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- after(Runnable) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder
- after(Runnable) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- after(Runnable) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- after(Runnable) - Method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- afterRunnable - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- afterRunnable - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- afterRunnable(Runnable) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- AfterRunnable - Interface in org.jungrapht.visualization.layout.algorithms.util
-
Used to cause a LayoutAlgorithm to call a Runnable once it has completed
- AggregateLayoutModel<V> - Class in org.jungrapht.visualization.layout.model
-
A
LayoutModel
implementation that combines multiple other layoutModels so that they may be manipulated as one layoutModel. - AggregateLayoutModel(LayoutModel<V>) - Constructor for class org.jungrapht.visualization.layout.model.AggregateLayoutModel
-
Creates an instance backed by the specified
delegate
. - align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.LeftmostLower
- align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.LeftmostUpper
- align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.RightmostLower
- align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.RightmostUpper
- align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.LeftmostLower
- align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.LeftmostUpper
- align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.RightmostLower
- align() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.RightmostUpper
- align() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- align() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.LeftmostLower
- align() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.LeftmostUpper
- align() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.RightmostLower
- align() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.RightmostUpper
- align(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- align(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- align(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- align(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- alignArticulatedEdges() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.Synthetics
- alignArticulatedEdges() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Synthetics
- alignBuildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
After the tree is configured, visit all of the vertices that are on favored edges and adjust their position to the left side of their children's bounding box.
- alignBuildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
After the tree is configured, visit all of the vertices that are on favored edges and adjust their position to the left side of their children's bounding box.
- alignFavoredEdges - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- alignFavoredEdges - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- alignFavoredEdges - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- alignFavoredEdges - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- alignFavoredEdges(boolean) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- alignFavoredEdges(boolean) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- alignFavoredEdges(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- alignFavoredEdges(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- alignMap - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- alignMap - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- alignMoveCursor(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- alignMoveCursor(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated
- alignMoveCursor(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- alignSegmentVertexMoveCursor(SegmentVertex<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- alignSegmentVertexMoveCursor(SegmentVertex<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated
- allLevelCross() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AllLevelCross
- AllLevelCross<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Counts edge crossing on all levels
- AllLevelCross(Graph<LV<V>, LE<V, E>>, LV<V>[][]) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.AllLevelCross
- allowed() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- ALT - Static variable in class org.jungrapht.visualization.control.Modifiers
- andThen(DimensionConsumer) - Method in interface org.jungrapht.visualization.layout.algorithms.util.DimensionConsumer
- andThen(PointConsumer) - Method in interface org.jungrapht.visualization.layout.algorithms.util.PointConsumer
- andThen(RectangleConsumer) - Method in interface org.jungrapht.visualization.layout.algorithms.util.RectangleConsumer
- angleBetween(Point2D, Point2D) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
-
Returns the angle between two vectors from the origin to points v1 and v2.
- animate(VisualizationServer<V, E>, LayoutAlgorithm<V>) - Static method in class org.jungrapht.visualization.util.LayoutAlgorithmTransition
- animate(VisualizationServer<V, E>, LayoutAlgorithm<V>, Runnable) - Static method in class org.jungrapht.visualization.util.LayoutAlgorithmTransition
- AnimatedPickingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
AnimatedPickingGraphMousePlugin supports the picking of one Graph Vertex.
- AnimatedPickingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
-
Creates an instance with default modifiers of BUTTON1_DOWN_MASK and CTRL_DOWN_MASK
- AnimatedPickingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
-
Creates an instance with the specified mouse event modifiers.
- animatedPickingPlugin - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- AnimationLayoutAlgorithm<V> - Class in org.jungrapht.visualization.util
- AnimationLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- AnimationLayoutAlgorithm(AnimationLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- AnimationLayoutAlgorithm.Builder<V,T extends AnimationLayoutAlgorithm<V>,B extends AnimationLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.util
- ANNOTATING - org.jungrapht.visualization.control.modal.Modal.Mode
- AnnotatingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.annotations
-
AnnotatingGraphMousePlugin can create Shape and Text annotations in a layer of the graph visualization.
- AnnotatingGraphMousePlugin(RenderContext<V, E>) - Constructor for class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
Create an instance with defaults for primary (button 1) and secondary (button 1 + shift) selection.
- AnnotatingGraphMousePlugin(RenderContext<V, E>, int, int) - Constructor for class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
Create an instance with the specified primary and secondary selection mechanisms.
- AnnotatingModalGraphMouse<V,E> - Class in org.jungrapht.visualization.annotations
-
a graph mouse that supplies an annotations mode
- AnnotatingModalGraphMouse() - Constructor for class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- AnnotatingModalGraphMouse(AnnotatingModalGraphMouse.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- AnnotatingModalGraphMouse.Builder<V,E,T extends AnnotatingModalGraphMouse,B extends AnnotatingModalGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.annotations
-
Build an instance of a EditingModalGraphMouse
- AnnotatingModalGraphMouse.ModeKeyAdapter - Class in org.jungrapht.visualization.annotations
- annotatingPlugin - Variable in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- annotatingPlugin - Variable in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.Builder
- annotatingPlugin - Variable in class org.jungrapht.visualization.annotations.AnnotationControls
- annotatingPlugin - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- annotatingPlugin(AnnotatingGraphMousePlugin<V, E>) - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.Builder
- annotation - Variable in class org.jungrapht.visualization.annotations.Annotation
- Annotation<T> - Class in org.jungrapht.visualization.annotations
-
stores an annotation, either a shape or a string
- Annotation(T, Annotation.Layer, Paint, boolean, Point2D) - Constructor for class org.jungrapht.visualization.annotations.Annotation
- Annotation.Layer - Enum in org.jungrapht.visualization.annotations
- annotationColor - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
color for annotations
- AnnotationControls<V,E> - Class in org.jungrapht.visualization.annotations
-
a collection of controls for annotations.
- AnnotationControls(AnnotatingGraphMousePlugin<V, E>) - Constructor for class org.jungrapht.visualization.annotations.AnnotationControls
- annotationManager - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
a Paintable to store all Annotations
- AnnotationManager - Class in org.jungrapht.visualization.annotations
-
handles the selection of annotations, and the support for the tools to draw them at specific layers.
- AnnotationManager(RenderContext<?, ?>) - Constructor for class org.jungrapht.visualization.annotations.AnnotationManager
- AnnotationPaintable - Class in org.jungrapht.visualization.annotations
-
handles the actual drawing of annotations
- AnnotationPaintable(RenderContext<?, ?>, AnnotationRenderer) - Constructor for class org.jungrapht.visualization.annotations.AnnotationPaintable
- annotationRenderer - Variable in class org.jungrapht.visualization.annotations.AnnotationManager
- annotationRenderer - Variable in class org.jungrapht.visualization.annotations.AnnotationPaintable
- AnnotationRenderer - Class in org.jungrapht.visualization.annotations
-
AnnotationRenderer is similar to the cell renderers used by the JTable and JTree JFC classes.
- AnnotationRenderer() - Constructor for class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Creates a default table cell renderer.
- annotations - Variable in class org.jungrapht.visualization.annotations.AnnotationPaintable
- AnnotationsDemo - Class in org.jungrapht.samples
-
Demonstrates annotation of graph elements.
- AnnotationsDemo() - Constructor for class org.jungrapht.samples.AnnotationsDemo
-
create an instance of a simple graph in two views with controls to demo the features.
- append(T) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- appendageCount - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- appendLayoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
Append the supplied layoutModel to the right of this LayoutModel by increasing the width of this layoutModel by the width of the supplied LayoutModel, and by offsetting all locations in the new layoutModel by the previous width of this layoutModel
- appendLayoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- appendLayoutModel(LayoutModel<V>) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- apply(E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.SimpleLoop
- apply(E) - Method in class org.jungrapht.visualization.decorators.PickableElementPaintFunction
- apply(String) - Method in class org.jungrapht.samples.util.LayoutFunction
- apply(String) - Method in class org.jungrapht.visualization.util.LabelWrapper
-
call 'wrap' to transform the passed String
- apply(Graph<V, ?>) - Method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
-
Applies this function to the given argument.
- apply(Graph<V, E>) - Method in class org.jungrapht.visualization.layout.algorithms.util.SubGraphFunction
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.ArticulatedLine
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.Box
-
Deprecated.
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.CubicCurve
-
Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.Line
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.Loop
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.Orthogonal
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.QuadCurve
-
Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.decorators.EdgeShape.Wedge
- apply(Graph<V, E>, E) - Method in interface org.jungrapht.visualization.util.EdgeIndexFunction
-
The index of
e
is defined as its position in some consistent ordering ofe
and all edges parallel toe
. - apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.util.ParallelEdgeIndexFunction
- apply(Graph<V, E>, E) - Method in class org.jungrapht.visualization.util.PredicatedParallelEdgeIndexFunction
-
Returns the index for the specified edge, or 0 if
edge
is accepted by the Predicate. - apply(VisualizationServer<V, E>, LayoutAlgorithm<V>) - Static method in class org.jungrapht.visualization.util.LayoutAlgorithmTransition
- apply(VisualizationServer<V, E>, LayoutAlgorithm<V>, Runnable) - Static method in class org.jungrapht.visualization.util.LayoutAlgorithmTransition
- apply(S) - Method in class org.jungrapht.visualization.layout.util.synthetics.SingletonTransformer
- apply(T) - Method in class org.jungrapht.visualization.decorators.EllipseShapeFunction
- apply(T) - Method in class org.jungrapht.visualization.decorators.IconShapeFunction
-
get the shape from the image.
- apply(V) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
- apply(V) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- apply(V) - Method in class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
- apply(V) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
-
Returns the location of the vertex.
- apply(V) - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- apply(V) - Method in class org.jungrapht.visualization.layout.util.RandomLocationTransformer
- apply(V) - Method in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- apply(V) - Method in class org.jungrapht.visualization.util.IconCache
- apply(V) - Method in class org.jungrapht.visualization.util.IconFunction
- applyForcesTo(ForceObject<T>) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- applyForcesTo(ForceObject<T>) - Method in class org.jungrapht.visualization.layout.quadtree.Node
-
accept a visit from the visitor force object, and add this node's forces to the visitor
- applyTo(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
-
apply the saved metadata to the supplied vertex
- arbitrary() - Static method in interface org.jungrapht.visualization.control.MultiSelectionStrategy
- Arbitrary() - Constructor for class org.jungrapht.visualization.control.MultiSelectionStrategy.Arbitrary
- ArbitraryShapeMultiSelectDemo - Class in org.jungrapht.samples.tree
-
Demonstrates multi-selection with arbitrary containing shape instead of a rectangle.
CTRL-click and drag to trace a shape containing vertices to select. - ArbitraryShapeMultiSelectDemo() - Constructor for class org.jungrapht.samples.tree.ArbitraryShapeMultiSelectDemo
- area - Variable in class org.jungrapht.visualization.layout.quadtree.Node
- area - Variable in class org.jungrapht.visualization.layout.quadtree.Node.Builder
- area(Rectangle2D) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- area(Rectangle2D, Rectangle2D) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- area(Collection<Rectangle2D>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- area(Collection<Rectangle2D>, Collection<Rectangle2D>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- arrowDrawPaintFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide
Paint
s for edge arrow outline - ArrowFactory - Class in org.jungrapht.visualization.util
-
A utility class for creating arrowhead shapes.
- ArrowFactory() - Constructor for class org.jungrapht.visualization.util.ArrowFactory
- arrowFillPaintFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide
Paint
s for edge arrows - arrowPaintable - Variable in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- arrowPlacementTolerance - Variable in class org.jungrapht.visualization.DefaultRenderContext
- arrowShape - Variable in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- arrowsOnUndirectedEdges - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
when
true
, draws arrows at both ends of undirected edges default isfalse
- no arrows drawn for undirected edges - ArticulatedEdge<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- ArticulatedEdge<V,E> - Class in org.jungrapht.visualization.layout.util.synthetics
- ArticulatedEdge(E, V, V) - Constructor for class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- ArticulatedEdge(LE<V, E>, LV<V>, LV<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- ArticulatedEdgeShapeFunction<V,E> - Class in org.jungrapht.visualization.decorators
-
An abstract class for edge-to-Shape functions that work with passed articulation points.
- ArticulatedEdgeShapeFunction() - Constructor for class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunction
- ArticulatedEdgeShapeFunctions - Class in org.jungrapht.visualization.decorators
-
functions to convert a list of layout coordinate system points into a unit shape from 0,0 to 1,0.
- ArticulatedEdgeShapeFunctions() - Constructor for class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunctions
- articulatedLine() - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
- ArticulatedLine() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.ArticulatedLine
- ArticulatedLine(Collection<E>) - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.ArticulatedLine
- aspectRatioFunction - Variable in class org.jungrapht.visualization.decorators.AbstractShapeFunction
- aspectRatioFunction - Variable in class org.jungrapht.visualization.util.ShapeFactory
- assign(Graph<LV<V>, LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- asString(Rectangle2D) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- asString(String) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- asString(String) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- asString(String) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- asString(List<Shape>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- asString(Map.Entry<T, Rectangle2D>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- asString(Node<T>, String) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- attractionByWeights(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set usage of Attraction by Weights concept.
- attractionConstant - Variable in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- Attributed<T> - Interface in org.jungrapht.visualization.layout.algorithms.util
- AUTO - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- AverageMedian<V> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- AverageMedian() - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.AverageMedian
- averageMedianPoint(Point...) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AverageMedian
- averagePoint(Point...) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AverageMedian
- AWT - Class in org.jungrapht.visualization.util
-
Functions to convert between awt geometry objects and jungrapht-layout geometry objects
B
- Balloon - Interface in org.jungrapht.visualization.layout.algorithms
-
marker interface used only to signal that the balloon layout paintables might be applied
- BALLOON - org.jungrapht.samples.util.LayoutHelper.Layouts
- BalloonLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
A
Layout
implementation that assigns positions toTree
orGraph
vertices using associations with nested circles ("balloons"). - BalloonLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- BalloonLayoutAlgorithm(BalloonLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- BalloonLayoutAlgorithm.Builder<V,T extends BalloonLayoutAlgorithm<V>,B extends BalloonLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- BalloonLayoutDemo - Class in org.jungrapht.samples.tree
-
Demonstrates the visualization of a Tree using several layout algorithms.
- BalloonLayoutDemo() - Constructor for class org.jungrapht.samples.tree.BalloonLayoutDemo
- BalloonLayoutForestDemo - Class in org.jungrapht.samples.tree
-
Demonstrates the visualization of a Forest using several layout algorithms.
- BalloonLayoutForestDemo() - Constructor for class org.jungrapht.samples.tree.BalloonLayoutForestDemo
- BalloonRings(VisualizationServer<V, E>, BalloonLayoutAlgorithm<V>) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.BalloonRings
- barnesHutBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion
-
Deprecated.
- barnesHutBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion
-
Deprecated.
- barnesHutBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion
-
Deprecated.
- BarnesHutFA2Repulsion<V> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
-
Implementation of repulsion based on Barnes-Hut approximation.
- BarnesHutFA2Repulsion(BarnesHutFA2Repulsion.Builder<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion
- BarnesHutFA2Repulsion.Builder<V> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- BarnesHutFRRepulsion<V> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- BarnesHutFRRepulsion(BarnesHutFRRepulsion.Builder<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion
- BarnesHutFRRepulsion.Builder<V> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- BarnesHutQuadTree<T> - Class in org.jungrapht.visualization.layout.quadtree
-
A QuadTree that can gather combined forces from visited nodes.
- BarnesHutQuadTree() - Constructor for class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- BarnesHutQuadTree.Builder<T> - Class in org.jungrapht.visualization.layout.quadtree
- BarnesHutRepulsion<V,R extends BarnesHutRepulsion<V,R,B>,B extends BarnesHutRepulsion.Builder<V,R,B>> - Interface in org.jungrapht.visualization.layout.algorithms.repulsion
- BarnesHutRepulsion.Builder<V,R extends BarnesHutRepulsion<V,R,B>,B extends BarnesHutRepulsion.Builder<V,R,B>> - Interface in org.jungrapht.visualization.layout.algorithms.repulsion
- BarnesHutSpringRepulsion<V> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- BarnesHutSpringRepulsion(BarnesHutSpringRepulsion.Builder<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion
- BarnesHutSpringRepulsion.Builder<V> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- BarnesHutVisualizer - Class in org.jungrapht.samples.quadtree
-
Draws a Barnes-Hut Quad Tree.
- BarnesHutVisualizer() - Constructor for class org.jungrapht.samples.quadtree.BarnesHutVisualizer
- baseBounds - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
a {}@link Map} of vertex to a
Rectangle
that will contain the vertex and all of its children - basicTransformer - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
holds rendering transforms
- basicTransformer - Variable in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- basicTransformer - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- BidirectionalTransformer - Interface in org.jungrapht.visualization.transform
-
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
- biLevelEdgeComparator() - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Comparators
- biLevelEdgeComparatorReverse() - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Comparators
- BiModalRenderer<V,E> - Class in org.jungrapht.visualization.renderers
-
A
Renderer
that delegates to either aHeavyweightRenderer
or aLightweightRenderer
depending on the results of a count Predicate and a scale Predicate - BiModalRenderer(JComponent, Map<ModalRenderer.Mode, Renderer<V, E>>) - Constructor for class org.jungrapht.visualization.renderers.BiModalRenderer
- BiModalRenderer(BiModalRenderer.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.renderers.BiModalRenderer
- BiModalRenderer.Builder<V,E,T extends BiModalRenderer<V,E>,B extends BiModalRenderer.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.renderers
-
Builder to create a configured instance of a BiModalRenderer
- BiModalSelectionRenderer<V,E> - Class in org.jungrapht.visualization.renderers
-
This Renderer will draw the selection highlights for a Paintable.
- BiModalSelectionRenderer(JComponent, Map<ModalRenderer.Mode, Renderer<V, E>>, BiModalRenderer<V, E>) - Constructor for class org.jungrapht.visualization.renderers.BiModalSelectionRenderer
- BiModalSelectionRenderer(BiModalSelectionRenderer.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.renderers.BiModalSelectionRenderer
- BiModalSelectionRenderer.Builder<V,E,T extends BiModalSelectionRenderer<V,E>,B extends BiModalSelectionRenderer.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.renderers
- Bounded - Interface in org.jungrapht.visualization.spatial.rtree
-
Interface for items that present a bounding box rectangle
- BoundedList<B extends Bounded> - Interface in org.jungrapht.visualization.spatial.rtree
-
interface for a list of Bounded items.
- BoundedMap<T> - Interface in org.jungrapht.visualization.spatial.rtree
- boundingBox(Collection<Rectangle2D>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- boundingRectangleCollector - Variable in class org.jungrapht.visualization.spatial.SpatialRTree
-
gathers the bounding rectangles of the elements managed by the RTree.
- boundingRectangleCollector - Variable in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- boundingRectangleCollector(BoundingRectangleCollector<T>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- BoundingRectangleCollector<T> - Class in org.jungrapht.visualization.util
-
collects the
Rectangle2D
s that bound all of the elements of aGraph
- BoundingRectangleCollector(LayoutModel) - Constructor for class org.jungrapht.visualization.util.BoundingRectangleCollector
- BoundingRectangleCollector.Edges<V,E> - Class in org.jungrapht.visualization.util
-
collects the
Rectangle2D
s that bound all of the edges of aGraph
- BoundingRectangleCollector.Points<V> - Class in org.jungrapht.visualization.util
- BoundingRectangleCollector.Vertices<V> - Class in org.jungrapht.visualization.util
-
collects the
Rectangle2D
s that bound all of the vertices of aGraph
- BoundingRectanglePaintable<V> - Class in org.jungrapht.visualization.util
- BoundingRectanglePaintable(RenderContext, LayoutModel<V>) - Constructor for class org.jungrapht.visualization.util.BoundingRectanglePaintable
- bounds - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- bounds - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- bounds - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- bounds - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- bounds - Variable in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- bounds(double, double) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- bounds(double, double, double, double) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- bounds(Collection<Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- bounds(Rectangle) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- boundsWidth(Collection<Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- Box() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.Box
-
Deprecated.
- BOX - Static variable in interface org.jungrapht.visualization.decorators.EdgeShape
- BrandesKopf<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- BrandesKopf(Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.BrandesKopf
- BrandesKopfLayoutAlgorithm<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
Test only, as this class is hard-coded for a specific test graph
- BrandesKopfLayoutAlgorithm() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- BrandesKopfLayoutAlgorithm.Builder<V,E,T extends BrandesKopfLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends BrandesKopfLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
a Builder to create a configured instance
- BrandesKopfSugiyamaGraphExample - Class in org.jungrapht.samples.sugiyama
-
Fast and Simple Horizontal Coordinate Assignment by Ulrik Brandes and Boris Köpf on page 39, shows four horizontal coordinate assignments, plus the average median.
- BrandesKopfSugiyamaGraphExample() - Constructor for class org.jungrapht.samples.sugiyama.BrandesKopfSugiyamaGraphExample
- BrandesKopfSugiyamaGraphExampleWithIsolatedVertices - Class in org.jungrapht.samples.sugiyama
- BrandesKopfSugiyamaGraphExampleWithIsolatedVertices() - Constructor for class org.jungrapht.samples.sugiyama.BrandesKopfSugiyamaGraphExampleWithIsolatedVertices
- BrandesKopfSugiyamaGraphExampleWithLayouts - Class in org.jungrapht.samples.sugiyama
- BrandesKopfSugiyamaGraphExampleWithLayouts() - Constructor for class org.jungrapht.samples.sugiyama.BrandesKopfSugiyamaGraphExampleWithLayouts
- BrandesKopfTestGraphExample - Class in org.jungrapht.samples.sugiyama
-
Builds a test graph from the Brandes-Kopf paper, layers the graph, then manually sets all the synthetic vertices and edges to make a good starting point for the Brandes-Kopf Horizontal Coordinate Assignment algorithm.
- BrandesKopfTestGraphExample() - Constructor for class org.jungrapht.samples.sugiyama.BrandesKopfTestGraphExample
- breaker - Static variable in class org.jungrapht.visualization.util.LabelWrapper
- BtoT - org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.VDirection
- build() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable.Builder
- build() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable.Builder
- build() - Method in class org.jungrapht.samples.util.LensControlHelper.Builder
- build() - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- build() - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- build() - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- build() - Method in class org.jungrapht.visualization.annotations.SelectedVertexPaintable.Builder
- build() - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
- build() - Method in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.CrossoverScalingControl.Builder
- build() - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.DefaultLensGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.DefaultSatelliteGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.LayoutScalingControl.Builder
- build() - Method in class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin.Builder
- build() - Method in class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin.Builder
- build() - Method in class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin.Builder
- build() - Method in class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- build() - Method in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- build() - Method in class org.jungrapht.visualization.control.modal.ModeControl.Builder
- build() - Method in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- build() - Method in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- build() - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse.Builder
- build() - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- build() - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- build() - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
- build() - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder
- build() - Method in class org.jungrapht.visualization.control.ViewScalingControl.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- build() - Method in interface org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
-
Build a configured instance
- build() - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion.Builder
- build() - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutRepulsion.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- build() - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.StandardRepulsion.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- build() - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- build() - Method in class org.jungrapht.visualization.layout.model.LayoutModel.Builder
-
build an instance of the requested LayoutModel of type T
- build() - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- build() - Method in class org.jungrapht.visualization.layout.quadtree.Node.Builder
- build() - Method in class org.jungrapht.visualization.layout.util.synthetics.TransformingGraphView
- build() - Method in class org.jungrapht.visualization.layout.util.synthetics.TransformingGraphView.Builder
- build() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
- build() - Method in class org.jungrapht.visualization.renderers.BiModalSelectionRenderer.Builder
- build() - Method in class org.jungrapht.visualization.renderers.DefaultModalRenderer.Builder
- build() - Method in class org.jungrapht.visualization.renderers.Renderer.Builder
- build() - Method in class org.jungrapht.visualization.SatelliteVisualizationViewer.Builder
- build() - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- build() - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges.Builder
- build() - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices.Builder
- build() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- build() - Method in class org.jungrapht.visualization.transform.HyperbolicTransformer.Builder
- build() - Method in class org.jungrapht.visualization.transform.LayoutLensSupport.Builder
- build() - Method in class org.jungrapht.visualization.transform.Lens.Builder
- build() - Method in class org.jungrapht.visualization.transform.LensTransformer.Builder
- build() - Method in class org.jungrapht.visualization.transform.MagnifyTransformer.Builder
- build() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator.Builder
- build() - Method in class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer.Builder
- build() - Method in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport.Builder
- build() - Method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer.Builder
- build() - Method in class org.jungrapht.visualization.transform.shape.ViewLensSupport.Builder
- build() - Method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- build() - Method in class org.jungrapht.visualization.util.IconCache.Builder
- build() - Method in class org.jungrapht.visualization.VisualizationImageServer.Builder
- build() - Method in class org.jungrapht.visualization.VisualizationModel.Builder
- build() - Method in class org.jungrapht.visualization.VisualizationServer.Builder
- build() - Method in class org.jungrapht.visualization.VisualizationViewer.Builder
- builder - Variable in class org.jungrapht.samples.util.LayoutFunction.Layout
- builder() - Static method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable
- builder() - Static method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable
- builder() - Static method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.CrossoverScalingControl
- builder() - Static method in class org.jungrapht.visualization.control.DefaultGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.DefaultLensGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.DefaultSatelliteGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.LayoutScalingControl
- builder() - Static method in class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin
- builder() - Static method in class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin
- builder() - Static method in class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin
- builder() - Static method in class org.jungrapht.visualization.control.modal.ModeComboBox
- builder() - Static method in class org.jungrapht.visualization.control.modal.ModeContainer
- builder() - Static method in class org.jungrapht.visualization.control.modal.ModeControl
- builder() - Static method in class org.jungrapht.visualization.control.modal.ModeMenu
- builder() - Static method in class org.jungrapht.visualization.control.modal.ModePanel
- builder() - Static method in class org.jungrapht.visualization.control.ModalLensGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- builder() - Static method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- builder() - Static method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- builder() - Static method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- builder() - Static method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- builder() - Static method in class org.jungrapht.visualization.control.ViewScalingControl
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
- builder() - Static method in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- builder() - Static method in interface org.jungrapht.visualization.layout.model.LayoutModel
- builder() - Static method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- builder() - Static method in class org.jungrapht.visualization.layout.quadtree.Node
- builder() - Static method in class org.jungrapht.visualization.renderers.BiModalRenderer
- builder() - Static method in class org.jungrapht.visualization.renderers.BiModalSelectionRenderer
- builder() - Static method in class org.jungrapht.visualization.renderers.DefaultModalRenderer
- builder() - Static method in interface org.jungrapht.visualization.renderers.Renderer
- builder() - Static method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
- builder() - Static method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
- builder() - Static method in class org.jungrapht.visualization.transform.Lens
- builder() - Static method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- builder() - Static method in interface org.jungrapht.visualization.VisualizationModel
- builder() - Static method in interface org.jungrapht.visualization.VisualizationServer
- builder() - Static method in interface org.jungrapht.visualization.VisualizationViewer
- builder(Dimension) - Static method in class org.jungrapht.visualization.transform.HyperbolicTransformer
- builder(Dimension) - Static method in class org.jungrapht.visualization.transform.MagnifyTransformer
- builder(Dimension) - Static method in class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
- builder(Dimension) - Static method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- builder(Function<V, String>) - Static method in class org.jungrapht.visualization.util.IconCache
- builder(Function<V, Rectangle>) - Static method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
- builder(Map<String, LensSupport>) - Static method in class org.jungrapht.samples.util.LensControlHelper
- builder(Graph<LV<V>, LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- builder(Graph<V, E>) - Static method in class org.jungrapht.visualization.layout.util.synthetics.TransformingGraphView
- builder(Graph<V, E>) - Static method in class org.jungrapht.visualization.VisualizationImageServer
- builder(Graph<V, E>) - Static method in interface org.jungrapht.visualization.VisualizationModel
- builder(Graph<V, E>) - Static method in interface org.jungrapht.visualization.VisualizationServer
- builder(Graph<V, E>) - Static method in interface org.jungrapht.visualization.VisualizationViewer
- builder(LayoutModel<V>) - Static method in interface org.jungrapht.visualization.VisualizationModel
- builder(Lens) - Static method in class org.jungrapht.visualization.transform.HyperbolicTransformer
- builder(Lens) - Static method in class org.jungrapht.visualization.transform.MagnifyTransformer
- builder(Lens) - Static method in class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
- builder(Lens) - Static method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- builder(Lens.Shape) - Static method in class org.jungrapht.visualization.transform.Lens
- builder(VisualizationModel<V, E>) - Static method in interface org.jungrapht.visualization.VisualizationServer
- builder(VisualizationModel<V, E>) - Static method in interface org.jungrapht.visualization.VisualizationViewer
- builder(VisualizationServer) - Static method in class org.jungrapht.samples.util.MultipleLayoutSelector
- builder(VisualizationServer) - Static method in class org.jungrapht.samples.util.TreeLayoutSelector
- builder(VisualizationServer<V, ?>) - Static method in class org.jungrapht.visualization.annotations.SelectedVertexPaintable
- builder(VisualizationServer<V, E>) - Static method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- builder(VisualizationServer<V, E>) - Static method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- builder(VisualizationViewer<V, E>) - Static method in interface org.jungrapht.visualization.SatelliteVisualizationViewer
- builder(VisualizationViewer<V, E>) - Static method in class org.jungrapht.visualization.transform.LayoutLensSupport
- builder(VisualizationViewer<V, E>) - Static method in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- builder(VisualizationViewer<V, E>) - Static method in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- Builder() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable.Builder
- Builder() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable.Builder
- Builder() - Constructor for class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.AbstractModalGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.CrossoverScalingControl.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.DefaultLensGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.DefaultSatelliteGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.LayoutScalingControl.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.modal.ModeControl.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.modal.ModePanel.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.ModalLensGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.ModalSatelliteGraphMouse.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder
- Builder() - Constructor for class org.jungrapht.visualization.control.ViewScalingControl.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.model.LayoutModel.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- Builder() - Constructor for class org.jungrapht.visualization.layout.quadtree.Node.Builder
- Builder() - Constructor for class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
- Builder() - Constructor for class org.jungrapht.visualization.renderers.BiModalSelectionRenderer.Builder
- Builder() - Constructor for class org.jungrapht.visualization.renderers.DefaultModalRenderer.Builder
- Builder() - Constructor for class org.jungrapht.visualization.renderers.Renderer.Builder
- Builder() - Constructor for class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- Builder() - Constructor for class org.jungrapht.visualization.spatial.SpatialRTree.Edges.Builder
- Builder() - Constructor for class org.jungrapht.visualization.spatial.SpatialRTree.Vertices.Builder
- Builder() - Constructor for class org.jungrapht.visualization.transform.MutableTransformerDecorator.Builder
- Builder() - Constructor for class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- Builder() - Constructor for class org.jungrapht.visualization.VisualizationModel.Builder
-
create a builder with no arguments
- Builder() - Constructor for class org.jungrapht.visualization.VisualizationServer.Builder
-
create an instance with no args
- Builder() - Constructor for class org.jungrapht.visualization.VisualizationViewer.Builder
-
create an instance with no initial args
- Builder(Dimension) - Constructor for class org.jungrapht.visualization.transform.HyperbolicTransformer.Builder
- Builder(Dimension) - Constructor for class org.jungrapht.visualization.transform.LensTransformer.Builder
- Builder(Dimension) - Constructor for class org.jungrapht.visualization.transform.MagnifyTransformer.Builder
- Builder(Dimension) - Constructor for class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer.Builder
- Builder(Dimension) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer.Builder
- Builder(Function<V, String>) - Constructor for class org.jungrapht.visualization.util.IconCache.Builder
- Builder(Graph<LV<V>, LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- Builder(Graph<V, E>) - Constructor for class org.jungrapht.visualization.VisualizationImageServer.Builder
- Builder(Graph<V, E>) - Constructor for class org.jungrapht.visualization.VisualizationModel.Builder
-
create a builder with the passed graph
- Builder(Graph<V, E>) - Constructor for class org.jungrapht.visualization.VisualizationServer.Builder
-
create an instance of the builder with the passed
Graph
- Builder(Graph<V, E>) - Constructor for class org.jungrapht.visualization.VisualizationViewer.Builder
- Builder(LayoutModel<V>) - Constructor for class org.jungrapht.visualization.VisualizationModel.Builder
-
create a builder with the passed layoutModel
- Builder(Lens) - Constructor for class org.jungrapht.visualization.transform.HyperbolicTransformer.Builder
- Builder(Lens) - Constructor for class org.jungrapht.visualization.transform.LensTransformer.Builder
- Builder(Lens) - Constructor for class org.jungrapht.visualization.transform.MagnifyTransformer.Builder
- Builder(Lens) - Constructor for class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer.Builder
- Builder(Lens) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer.Builder
- Builder(VisualizationModel<V, E>) - Constructor for class org.jungrapht.visualization.VisualizationServer.Builder
-
create an instance of the builder if the visualizationModel is null, a new one will be created from the graph and layout size, both of which must not be null
- Builder(VisualizationModel<V, E>) - Constructor for class org.jungrapht.visualization.VisualizationViewer.Builder
- Builder(VisualizationViewer<V, E>) - Constructor for class org.jungrapht.visualization.SatelliteVisualizationViewer.Builder
- Builder(VisualizationViewer<V, E>) - Constructor for class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- Builder(VisualizationViewer<V, E>) - Constructor for class org.jungrapht.visualization.transform.LayoutLensSupport.Builder
- Builder(VisualizationViewer<V, E>) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport.Builder
- Builder(VisualizationViewer<V, E>) - Constructor for class org.jungrapht.visualization.transform.shape.ViewLensSupport.Builder
- builderRootPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- buildFrame(RectangularShape, int) - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
- buildTree(Graph<V, E>) - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- buildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- buildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- buildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
-
Build the entire forest, first measuring the width and height, then possibly expanding the layout area, then placing the vertices under rows of tree roots
- buildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- buildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- buildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- buildTree(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- buildTree(LayoutModel<V>, V, int, int, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
Build the tree (position the vertices) starting at the passed vertex and then descending recursively into its child vertices
- buildTree(LayoutModel<V>, V, int, int, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
Build a subtree rooted at the passed vertex, placed at passed coordinates (x,y)
- buildTree(LayoutModel<V>, V, int, int, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
Place the passed vertex and descend into the child vertices, recursively placing each child vertex
- buildUI() - Method in class org.jungrapht.visualization.control.modal.ModeComboBox
- buildUI() - Method in class org.jungrapht.visualization.control.modal.ModeContainer
- buildUI() - Method in class org.jungrapht.visualization.control.modal.ModeMenu
- buildUI() - Method in class org.jungrapht.visualization.control.modal.ModePanel
- bulkAdd(RTree<T>, SplitterContext<T>, Collection<Map.Entry<T, Rectangle2D>>) - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
- bulkInsert(Collection<T>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- buttonGroup - Variable in class org.jungrapht.visualization.control.modal.ModeMenu
- buttonGroup - Variable in class org.jungrapht.visualization.control.modal.ModePanel
- buttonSupplier - Variable in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- buttonSupplier - Variable in class org.jungrapht.visualization.control.modal.ModeContainer
- buttonSupplier - Variable in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- buttonSupplier - Variable in class org.jungrapht.visualization.control.modal.ModeMenu
- buttonSupplier - Variable in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- buttonSupplier - Variable in class org.jungrapht.visualization.control.modal.ModePanel
- buttonSupplier(Supplier<AbstractButton>) - Method in class org.jungrapht.samples.util.LensControlHelper.Builder
- buttonSupplier(Supplier<AbstractButton>) - Method in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- buttonSupplier(Supplier<AbstractButton>) - Method in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- buttonSupplier(Supplier<JButton>) - Method in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
C
- cacheIconFor(JLabel, V, Function<V, String>, Function<V, Paint>) - Method in class org.jungrapht.visualization.util.IconCache
- Caching - Interface in org.jungrapht.visualization.layout.util
-
Interface to provide external controls to an implementing class that manages a cache.
- calcAttraction(Object) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- calcPositions(V) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- calculateHeight(LayoutModel<V>, Collection<V>, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
Calculate the height of the forest as the max height of all of its subtrees
- calculateHeight(LayoutModel<V>, V, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
Calculate the overall height of the subtree rooted at the passed vertex.
- calculateHeight(LayoutModel<V>, V, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
Calculate the height of the subtree rooted at the passed vertex
- calculateHeight(LayoutModel<V>, V, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
Calculate the height of the subtree under the passed vertex
- calculateOverallHeight(LayoutModel<V>, Collection<V>, int) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
-
Calculate the overall height of the entire forest
- calculateRepulsion() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion
- calculateRepulsion() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion
- calculateRepulsion() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion
- calculateRepulsion() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- calculateRepulsion() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- calculateRepulsion() - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.StandardRepulsion
- calculateRepulsion() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- calculateWidth(LayoutModel<V>, Collection<V>, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
-
Calculate the width of the entire forest
- calculateWidth(LayoutModel<V>, Collection<V>, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
Calculate the width of the forest as the sum of the width of each tree (plus offsets)
- calculateWidth(LayoutModel<V>, V, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
Calculate the overall width of the subtree rooted at the passed vertex.
- calculateWidth(LayoutModel<V>, V, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
Calculate the width of the subtree rooted at he passed vertex
- calculateWidth(LayoutModel<V>, V, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
calculate the width of the subtree descended from the passed vertex
- cancel() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- cancel() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- cancel() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- cancel() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- cancel() - Method in interface org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm
- cancel() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- cancel() - Method in interface org.jungrapht.visualization.layout.algorithms.util.Cancellable
- cancel() - Method in interface org.jungrapht.visualization.layout.algorithms.util.LayeredRunnable
- cancel() - Method in interface org.jungrapht.visualization.layout.algorithms.util.Threaded
- cancel() - Method in class org.jungrapht.visualization.layout.algorithms.util.Threaded.NoOp
- Cancellable - Interface in org.jungrapht.visualization.layout.algorithms.util
- cancelled - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- cancelled - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- cancelled - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- cancelled - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- cancelled - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- capture(VisualizationViewer<V, E>) - Static method in class org.jungrapht.visualization.util.GraphImage
-
Creates a higher resolution image of a graph visualization
- cartesianToPolar(double, double) - Static method in class org.jungrapht.visualization.layout.model.PolarPoint
- cartesianToPolar(Point) - Static method in class org.jungrapht.visualization.layout.model.PolarPoint
- ceiling - Variable in class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
- center - Variable in class org.jungrapht.visualization.layout.model.Circle
-
the center Point of this circle
- CENTER - org.jungrapht.visualization.layout.util.RandomLocationTransformer.Origin
- CENTERED - org.jungrapht.visualization.selection.ShapePickSupport.Style
- CenterEdgeArrowRenderingSupport<V,E> - Class in org.jungrapht.visualization.renderers
- CenterEdgeArrowRenderingSupport() - Constructor for class org.jungrapht.visualization.renderers.CenterEdgeArrowRenderingSupport
- centerOfGravity() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- centerOfGravity() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- centerOfGravity() - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- centerPoints(LV<V>[][], Function<V, Rectangle>, int, int, Map<LV<V>, Point>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Unaligned
- centroidOf(Collection<Point>) - Static method in class org.jungrapht.visualization.layout.model.Point
- changeEvent - Variable in class org.jungrapht.visualization.util.DefaultChangeEventSupport
-
Only one
ChangeEvent
is needed instance since the event's only state is the source property. - ChangeEventSupport - Interface in org.jungrapht.visualization.util
-
the implementing class provides support for ChangeEvents.
- changeListeners - Variable in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
-
listeners for these changes
- changeListeners - Variable in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
-
listeners for these changes
- changeListeners - Variable in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
-
listeners for these changes
- changeListeners - Variable in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
-
listeners for these changes
- changeSupport - Variable in class org.jungrapht.visualization.DefaultTransformer
- changeSupport - Variable in class org.jungrapht.visualization.transform.MutableAffineTransformer
- check(LV<V>[][]) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerUtil
- checkLayers(List<List<LV<V>>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- checkLayers(LV<V>[][]) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- Checkmark - Class in org.jungrapht.visualization.renderers
-
a simple Icon that draws a checkmark in the lower-right quadrant of its area.
- Checkmark() - Constructor for class org.jungrapht.visualization.renderers.Checkmark
- Checkmark(Color) - Constructor for class org.jungrapht.visualization.renderers.Checkmark
- checkModifiers(MouseEvent) - Method in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
check the mouse event modifiers against the instance member modifiers.
- checkModifiers(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
-
Overridden to be more flexible, and pass events with key combinations.
- checkModifiers(MouseEvent) - Method in class org.jungrapht.visualization.control.GraphMouseAdapter
- checkModifiers(MouseEvent) - Method in interface org.jungrapht.visualization.control.GraphMousePlugin
-
compare the set modifiers against those of the supplied event
- checkModifiers(MouseEvent) - Method in class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
-
override to check equality with a mask
- checkModifiers(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- checkModifiers(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
-
check the mouse event modifiers against the instance member modifiers.
- chooseSubtree(InnerNode<T>, T, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.QuadraticSplitter
- chooseSubtree(InnerNode<T>, T, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.RStarSplitter
- chooseSubtree(InnerNode<T>, T, Rectangle2D) - Method in interface org.jungrapht.visualization.spatial.rtree.Splitter
- Circle - Class in org.jungrapht.visualization.layout.model
-
Simple, immutable Circle class
- Circle(Point, double) - Constructor for class org.jungrapht.visualization.layout.model.Circle
-
Create an instance with passed parameters
- CIRCLE - org.jungrapht.samples.util.LayoutHelper.Layouts
- CIRCLE - org.jungrapht.samples.util.SubLayoutHelper.Layouts
- CIRCLE_REDUCE_EDGE_CROSSING - Static variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- CIRCLE_REDUCE_EDGE_CROSSING_MAX_EDGES - Static variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- CIRCLE_THREADED - Static variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- CircleLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
A
Layout
implementation that positions vertices equally spaced on a regular circle. - CircleLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- CircleLayoutAlgorithm(CircleLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- CircleLayoutAlgorithm.Builder<V,T extends CircleLayoutAlgorithm<V>,B extends CircleLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- CircleLayoutDemo - Class in org.jungrapht.samples
-
Demonstrates two circle layout algorithms.
- CircleLayoutDemo() - Constructor for class org.jungrapht.samples.CircleLayoutDemo
- CircleLayoutReduceEdgeCrossing<V,E> - Class in org.jungrapht.visualization.layout.algorithms.util
- CircleLayoutReduceEdgeCrossing(Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.CircleLayoutReduceEdgeCrossing
- clear() - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- clear() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- clear() - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- clear() - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- clear() - Method in class org.jungrapht.visualization.layout.quadtree.Node
-
remove all child nodes
- clear() - Method in interface org.jungrapht.visualization.layout.util.Caching
-
clear cache
- clear() - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- clear() - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
-
Clears the "selected" state from all elements.
- clear() - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
-
Clears the "selected" state from all elements.
- clear() - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- clear() - Method in class org.jungrapht.visualization.spatial.rtree.NodeMap
- clear() - Method in interface org.jungrapht.visualization.spatial.Spatial
-
destroy the current spatial structure
- clear() - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
-
nothing to clear
- clear() - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- clear() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- clear() - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- clear() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- clear(boolean) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- clear(boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
- clear(boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedStateSink
-
Clears the "selected" state from all elements.
- clear(boolean) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- clearGraph(Graph<V, E>) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- clearMetadata() - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- clearRect(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- clip(Shape) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- clipRect(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- clockwise - Variable in class org.jungrapht.samples.util.VerticalLabelUI
- closeShape() - Method in class org.jungrapht.visualization.control.MultiSelectionStrategy.Arbitrary
- closeShape() - Method in interface org.jungrapht.visualization.control.MultiSelectionStrategy
- clustered(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- clusterGraph(Graph<V, E>) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
-
Clusters given graph into subgraphs.
- CNTR - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- COFFMAN_GRAHAM - org.jungrapht.visualization.layout.algorithms.sugiyama.Layering
- coffmanGraham(Graph<LV<V>, LE<V, E>>, int) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- coffmanGraham(Graph<LV<V>, LE<V, E>>, NeighborCache<LV<V>, LE<V, E>>, int) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- collapse(Collection<V>) - Method in class org.jungrapht.visualization.sublayout.TreeCollapser
- collapse(Collection<V>, Function<Collection<V>, V>) - Method in interface org.jungrapht.visualization.sublayout.Collapser
- collapse(Collection<V>, Function<Collection<V>, V>) - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
-
collapse the passed vertices into one
- collapse(Collection<V>, Function<Collection<V>, V>) - Method in class org.jungrapht.visualization.sublayout.VisualGraphCollapser
- collapse(V) - Method in class org.jungrapht.visualization.sublayout.TreeCollapser
-
Replaces the subtree of
tree
rooted atsubRoot
with a vertex representing that subtree. - collapse(V) - Method in class org.jungrapht.visualization.sublayout.VisualTreeCollapser
- collapsedGraphFunction() - Method in interface org.jungrapht.visualization.sublayout.Collapser
- collapsedGraphFunction() - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
-
accesses the
Map
of vertex toGraph
as aFunction
- collapsedGraphFunction() - Method in class org.jungrapht.visualization.sublayout.TreeCollapser
- Collapser<V,E> - Interface in org.jungrapht.visualization.sublayout
- collectGrids(Collection<Shape>) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
gather the RTree Node rectangles into a Collection
- collectGrids(Collection<Shape>) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
gather the bounds of the node children of this node
- collectGrids(Collection<Shape>) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- collectGrids(List<Shape>, RTree<E>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
- collectGrids(List<Shape>, RTree<T>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
-
gather the RTree nodes into a list for display as Paintables
- collectGrids(List<Shape>, RTree<V>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
- colorFunction - Variable in class org.jungrapht.visualization.util.IconCache
- colorFunction(Function<V, Paint>) - Method in class org.jungrapht.visualization.util.IconCache.Builder
- Colors - Class in org.jungrapht.samples.util
-
support for coercing colors from attributes or color names
- combine(DimensionSummaryStatistics) - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- combine(PointSummaryStatistics) - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- compactionGraph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- compactionGraph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- compactionGraph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- compactionGraph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- Comparators - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- Comparators() - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.Comparators
- compare(Rectangle2D, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalCenterNodeComparator
-
Compares its two arguments for order.
- compare(Rectangle2D, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeMapEntryComparator
-
Compares its two arguments for order.
- compare(Rectangle2D, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeNodeComparator
-
Compares its two arguments for order.
- compare(Rectangle2D, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.VerticalEdgeMapEntryComparator
-
Compares its two arguments for order.
- compare(Rectangle2D, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.VerticalEdgeNodeComparator
-
Compares its two arguments for order.
- compare(Map.Entry<?, Rectangle2D>, Map.Entry<?, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeNodeComparator
- compare(Map.Entry<?, Rectangle2D>, Map.Entry<?, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.VerticalEdgeNodeComparator
- compare(Map.Entry<T, Rectangle2D>, Map.Entry<T, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalCenterNodeComparator
- compare(Map.Entry<T, Rectangle2D>, Map.Entry<T, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeMapEntryComparator
- compare(Map.Entry<T, Rectangle2D>, Map.Entry<T, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.VerticalEdgeMapEntryComparator
- compare(Node<?>, Node<?>) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeMapEntryComparator
- compare(Node<?>, Node<?>) - Method in class org.jungrapht.visualization.spatial.rtree.VerticalEdgeMapEntryComparator
- compare(Node<T>, Node<T>) - Method in class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeNodeComparator
- compare(Node<T>, Node<T>) - Method in class org.jungrapht.visualization.spatial.rtree.VerticalEdgeNodeComparator
- completionCounter - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- component - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
-
a Component to render on
- component(JComponent) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
- ComponentGrouping - Class in org.jungrapht.visualization.layout.algorithms.util
- ComponentGrouping() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.ComponentGrouping
- componentHidden(ComponentEvent) - Method in class org.jungrapht.visualization.VisualizationScrollPane.ResizeListener
- componentResized(ComponentEvent) - Method in class org.jungrapht.visualization.VisualizationScrollPane.ResizeListener
- componentShown(ComponentEvent) - Method in class org.jungrapht.visualization.VisualizationScrollPane.ResizeListener
- compute() - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector
- compute() - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Edges
- compute() - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Points
- compute() - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Vertices
- compute(String, BiFunction<? super String, ? super String, ? extends String>) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- compute(Collection<V>) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Points
- compute(Collection<V>) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Vertices
- computeAverageVertexDimension(Graph<V, E>, Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm
- computeIfAbsent(String, Function<? super String, ? extends String>) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- computeIfPresent(String, BiFunction<? super String, ? super String, ? extends String>) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- computeLayoutExtent(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm
-
Compute the smallest Rectangle in the layout area containing vertices
- concatenate(AffineTransform) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
- concatenate(AffineTransform) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- concatenate(AffineTransform) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- configure(VisualizationViewer<V, E>) - Static method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
Configure the passed VisualizationViewer to use vertex selection only.
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- constrained() - Method in interface org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
- constrained() - Method in interface org.jungrapht.visualization.layout.algorithms.RadialTreeLayout
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.StaticLayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- constrained() - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- constructGraph() - Method in class org.jungrapht.samples.flow.MaxFlowDemo
- container - Variable in class org.jungrapht.visualization.control.modal.ModeContainer
- container() - Method in class org.jungrapht.samples.util.LensControlHelper
- containerLayoutManager(LayoutManager) - Method in class org.jungrapht.samples.util.LensControlHelper.Builder
- containerSupplier - Variable in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- containerSupplier - Variable in class org.jungrapht.visualization.control.modal.ModeContainer
- containerSupplier(Supplier<JComponent>) - Method in class org.jungrapht.samples.util.LensControlHelper.Builder
- containerSupplier(Supplier<JComponent>) - Method in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- contains(double, double) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- contains(double, double) - Method in class org.jungrapht.visualization.layout.model.Rectangle
-
Fail fast for the most common case where the point coordinates are not contained.
- contains(double, double, double, double) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- contains(Point2D) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- contains(Rectangle2D) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- contains(Object) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- contains(InsertionOrderSplayTree.Node<T>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- contains(Point) - Method in class org.jungrapht.visualization.layout.model.Circle
- contains(Point) - Method in class org.jungrapht.visualization.layout.model.Rectangle
- contains(T) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- containsKey(Object) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- containsValue(Object) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- ControlHelpers - Class in org.jungrapht.samples.util
-
helpers for sample demos.
- ControlHelpers() - Constructor for class org.jungrapht.samples.util.ControlHelpers
- Controllers - Class in org.jungrapht.samples.control.modal
-
Just a demo to show that all of the ModePanels show the same Mode when any of them are changed.
- Controllers() - Constructor for class org.jungrapht.samples.control.modal.Controllers
- controlOffsetIncrement - Variable in class org.jungrapht.visualization.decorators.AbstractEdgeShapeFunction
-
Specifies how far apart to place the control points for edges being drawn in parallel.
- controlOffsetIncrement - Variable in class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
-
Specifies the distance between control points for edges being drawn in parallel.
- convert(Dimension) - Static method in class org.jungrapht.visualization.util.DimensionUtils
- convert(Ellipse2D) - Static method in class org.jungrapht.visualization.util.AWT
- convert(Point2D) - Static method in class org.jungrapht.visualization.util.AWT
- convert(Point2D) - Static method in class org.jungrapht.visualization.util.PointUtils
- convert(Rectangle2D) - Static method in class org.jungrapht.visualization.util.AWT
- convert(Rectangle2D) - Static method in class org.jungrapht.visualization.util.RectangleUtils
- convert(Circle) - Static method in class org.jungrapht.visualization.util.AWT
- convert(Dimension) - Static method in class org.jungrapht.visualization.util.DimensionUtils
- convert(Point) - Static method in class org.jungrapht.visualization.util.AWT
- convert(Point) - Static method in class org.jungrapht.visualization.util.PointUtils
- convert(Rectangle) - Static method in class org.jungrapht.visualization.util.AWT
- convert(Rectangle) - Static method in class org.jungrapht.visualization.util.RectangleUtils
- coolingFactor - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- copy() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- copy() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- copy() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- copy() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLV
- copy(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- copy(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- copyArea(int, int, int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- copyGraph(Graph<V, E>) - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
-
Create a copy of the passed graph using the GraphTypeBuilder Used to save a copy of the original graph prior to any collapse/expand actions.
- corner - Variable in class org.jungrapht.visualization.VisualizationScrollPane
- correctOverlap - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- correctOverlap - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
if
true
then move vertices that overlap non-incident edges - correctOverlap(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- count - Variable in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- count() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
descend into the tree and count all children
- count() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- count() - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- count() - Method in class org.jungrapht.visualization.spatial.rtree.RTree
-
count all the elements in the R-Tree
- countCrossings() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- countCrossings(Graph<V, E>, V[]) - Static method in class org.jungrapht.visualization.layout.algorithms.util.CircleLayoutReduceEdgeCrossing
- countEdges(int, int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- counter - Variable in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- countPredicate - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- countSupplier - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- create() - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- create() - Static method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
- create() - Static method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Support
- create() - Static method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
- create() - Static method in interface org.jungrapht.visualization.layout.event.ModelChange.Support
- create() - Static method in interface org.jungrapht.visualization.layout.event.ViewChange.Support
- create() - Static method in interface org.jungrapht.visualization.RenderContextStateChange.Support
- create() - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
-
create and return an empty R-Tree
- create() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- create() - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- create(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- create(Collection<Map.Entry<T, Rectangle2D>>) - Static method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- create(Collection<Node<T>>) - Static method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
create a new InnerVertex with the passed nodes as children
- create(Map.Entry<T, Rectangle2D>) - Static method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- create(InsertionOrderSplayTree.Node<T>) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- create(InnerNode<T>) - Static method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
create a new InnerVertex with one child
- create(Node<T>) - Static method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
create a new InnerVertex with one child
- create(T, Rectangle2D) - Static method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- createChainPlusIsolates(int, int) - Static method in class org.jungrapht.samples.util.TestGraphs
- createChainPlusIsolates(int, int) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
- createChainPlusIsolates(int, int) - Static method in class org.jungrapht.samples.util.TestGuavaNetworks
- createDirectedAcyclicGraph(int, int, double) - Static method in class org.jungrapht.samples.util.TestGraphs
-
Creates a sample directed acyclic graph by generating several "layers", and connecting vertices (randomly) to vertices in earlier (but never later) layers.
- createDirectedAcyclicGraph(int, int, double) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
-
Creates a sample directed acyclic graph by generating several "layers", and connecting vertices (randomly) to vertices in earlier (but never later) layers.
- createDirectedAcyclicGraph(int, int, double, long) - Static method in class org.jungrapht.samples.util.TestGraphs
- createDirectedAcyclicNetwork(int, int, double) - Static method in class org.jungrapht.samples.util.TestGuavaNetworks
-
Creates a sample directed acyclic graph by generating several "layers", and connecting vertices (randomly) to vertices in earlier (but never later) layers.
- createForest() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createForest2() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createForestForTidierTreeLayout() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createGenericTreeOne() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createListOfVertices(LV<V>[]) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerUtil
-
Creates and returns a list of the vertices in a rank of the sparse layering array.
No Containers are inserted in the list, they will be inserted as needed in stepSix of the algorithm - createNonTree() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createSmallGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGraphs
- createSmallGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
- createSmallNetwork(boolean) - Static method in class org.jungrapht.samples.util.TestGuavaNetworks
- createSmallTree() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createTestGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGraphs
-
Creates a small sample graph that can be used for testing purposes.
- createTestGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
-
Creates a small sample graph that can be used for testing purposes.
- createTestNetwork(boolean) - Static method in class org.jungrapht.samples.util.TestGuavaNetworks
-
Creates a small sample network that can be used for testing purposes.
- createTreeOne() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createTreeTwo() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createTreeZero() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- createVirtualVerticesAndEdges(List<LE<V, E>>, List<List<LV<V>>>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.Synthetics
-
Add new Synthetic vertices to replace edges that 'jump' more than one layer with a chain of edges that connect each layer.
- createVirtualVerticesAndEdges(List<LE<V, E>>, List<List<LV<V>>>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Synthetics
-
Add new Synthethic vertices to replace edges that 'jump' more than one layer with a chain of edges that connect each layer.
- createVisRunnable - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- createVisRunnable - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- createVisRunnable(boolean) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- createVisRunnable(boolean) - Method in class org.jungrapht.visualization.layout.model.LayoutModel.Builder
- crossCount(int[]) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- crossingCount(List<LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
count edge crossings in the passed List of edges
- crossingWeight(List<LE<V, E>>, Function<Integer, Integer>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
count edge crossing weight in the passed List of edges
- crossover - Variable in class org.jungrapht.visualization.control.CrossoverScalingControl
-
Point where scale crosses over from view to layout.
- crossover(double) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl.Builder
- CROSSOVER - Static variable in interface org.jungrapht.visualization.control.ScalingControl
- CrossoverScalingControl - Class in org.jungrapht.visualization.control
-
A scaling control that has a crossover point.
- CrossoverScalingControl() - Constructor for class org.jungrapht.visualization.control.CrossoverScalingControl
- CrossoverScalingControl.Builder - Class in org.jungrapht.visualization.control
- crossWeight(int[], Function<Integer, Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- crossWeight(LE<V, E>[], Function<Integer, Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- CUBIC_CURVE - Static variable in interface org.jungrapht.visualization.decorators.EdgeShape
- cubicCurve() - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
- CubicCurve() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.CubicCurve
- CubicCurveEdgeEffects<V,E> - Class in org.jungrapht.visualization.control
- CubicCurveEdgeEffects() - Constructor for class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- cursor - Variable in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
the special cursor that plugins may display
- cutMap - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- cutValues - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
D
- dag - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.Synthetics
- dag - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.Synthetics
- DAGLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
An implementation of
Layout
suitable for tree-like directed acyclic graphs. - DAGLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
- DAGLayoutAlgorithm(DAGLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
- DAGLayoutAlgorithm.Builder<V,E,T extends DAGLayoutAlgorithm<V,E>,B extends DAGLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- dashing - Static variable in interface org.jungrapht.visualization.RenderContext
- deactivate() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- deactivate() - Method in class org.jungrapht.visualization.transform.LayoutLensSupport
- deactivate() - Method in interface org.jungrapht.visualization.transform.LensSupport
- deactivate() - Method in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- deactivate() - Method in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- decorate(Graphics2D, V, Rectangle, Function<V, Shape>, Function<V, Paint>) - Method in interface org.jungrapht.visualization.util.IconCache.Decorator
- DEFAULT_ASPECT_RATIO - Static variable in class org.jungrapht.visualization.decorators.AbstractShapeFunction
- DEFAULT_SIZE - Static variable in class org.jungrapht.visualization.decorators.AbstractShapeFunction
- DEFAULT_THETA - Static variable in class org.jungrapht.visualization.layout.quadtree.Node
-
threshold value for determining whether to use the forces in an inner node as a summary value, or to descend the quad tree to another inner node or leaf node.
- DefaultAttributed<T> - Class in org.jungrapht.visualization.layout.algorithms.util
- DefaultAttributed(T) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- DefaultChangeEventSupport - Class in org.jungrapht.visualization.util
-
Basic implementation of ChangeEventSupport, using standard jdk classes
- DefaultChangeEventSupport(Object) - Constructor for class org.jungrapht.visualization.util.DefaultChangeEventSupport
- DefaultEdgeArrowRenderingSupport<V,E> - Class in org.jungrapht.visualization.renderers
- DefaultEdgeArrowRenderingSupport() - Constructor for class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
- DefaultGraphMouse<V,E> - Class in org.jungrapht.visualization.control
-
The DefaultGraphMouse does not have 'transforming/selecting' modes.
- DefaultGraphMouse() - Constructor for class org.jungrapht.visualization.control.DefaultGraphMouse
-
create an instance with default values
- DefaultGraphMouse(DefaultGraphMouse.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.DefaultGraphMouse
-
create an instance with default values
- DefaultGraphMouse.Builder<V,E,T extends DefaultGraphMouse,B extends DefaultGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
-
Build an instance of a DefaultGraphMouse
- DefaultLayoutModel<V> - Class in org.jungrapht.visualization.layout.model
-
A LayoutModel that uses a ConcurrentHashMap.
- DefaultLayoutModel(LayoutModel.Builder) - Constructor for class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- DefaultLensGraphMouse<V,E> - Class in org.jungrapht.visualization.control
-
an implementation of the PluggableGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.
- DefaultLensGraphMouse() - Constructor for class org.jungrapht.visualization.control.DefaultLensGraphMouse
- DefaultLensGraphMouse.Builder<V,E,T extends DefaultLensGraphMouse,B extends DefaultLensGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
-
Build an instance of a RefactoredDefaultLEnsGraphMouse
- DefaultModalGraphMouse<V,E> - Class in org.jungrapht.visualization.control
-
DefaultModalGraphMouse is a GraphMouse class that pre-installs a large collection of plugins for picking and transforming the graph.
- DefaultModalGraphMouse() - Constructor for class org.jungrapht.visualization.control.DefaultModalGraphMouse
-
create an instance with default values
- DefaultModalGraphMouse(DefaultModalGraphMouse.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.DefaultModalGraphMouse
-
create an instance with default values
- DefaultModalGraphMouse(Modal.Mode, float, float, boolean, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.jungrapht.visualization.control.DefaultModalGraphMouse
- DefaultModalGraphMouse.Builder<V,E,T extends DefaultModalGraphMouse,B extends DefaultModalGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
-
Build an instance of a DefaultGraphMouse
- DefaultModalGraphMouse.ModeKeyAdapter - Class in org.jungrapht.visualization.control
- DefaultModalRenderer<V,E> - Class in org.jungrapht.visualization.renderers
-
A
Renderer
that delegates to either aHeavyweightRenderer
or aLightweightRenderer
depending on the results of a count predicate and a scale predicate - DefaultModalRenderer(DefaultModalRenderer.Builder<V, E, ?, ?, ?>) - Constructor for class org.jungrapht.visualization.renderers.DefaultModalRenderer
- DefaultModalRenderer.Builder<V,E,M extends Enum<M>,T extends DefaultModalRenderer<V,E>,B extends DefaultModalRenderer.Builder<V,E,M,T,B>> - Class in org.jungrapht.visualization.renderers
- DefaultRenderContext<V,E> - Class in org.jungrapht.visualization
- DefaultRenderContext.ShapeFunctionSupplier<V> - Class in org.jungrapht.visualization
-
Supplies Shapes for vertices by checking various properties
- defaultRootPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- DefaultSatelliteGraphMouse<V,E> - Class in org.jungrapht.visualization.control
-
A Satellite version of the
DefaultGraphMouse
. - DefaultSatelliteGraphMouse() - Constructor for class org.jungrapht.visualization.control.DefaultSatelliteGraphMouse
- DefaultSatelliteGraphMouse(DefaultSatelliteGraphMouse.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.DefaultSatelliteGraphMouse
-
create an instance with default values
- DefaultSatelliteGraphMouse.Builder<V,E,T extends DefaultSatelliteGraphMouse,B extends DefaultSatelliteGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
- DefaultSatelliteVisualizationViewer<V,E> - Class in org.jungrapht.visualization
-
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.
- defaultToolTipText - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- defaultToolTipText - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- defaultToolTipText(String) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- DefaultTransformer - Class in org.jungrapht.visualization
-
A basic implementation of the MultiLayerTransformer interface that provides two Layers: VIEW and LAYOUT.
- DefaultTransformer() - Constructor for class org.jungrapht.visualization.DefaultTransformer
-
Creates an instance and notifies the view and layout Functions to listen to changes published by this instance.
- DegenerateTreeVertex(LayoutModel<V>) - Constructor for class org.jungrapht.visualization.spatial.Spatial.NoOp.DegenerateTreeVertex
- delegate - Variable in class org.jungrapht.visualization.decorators.ExpandXY
- delegate - Variable in class org.jungrapht.visualization.decorators.IconShapeFunction
- delegate - Variable in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- delegate - Variable in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- delegate - Variable in class org.jungrapht.visualization.transform.MutableTransformerDecorator.Builder
- delegate - Variable in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- delegate - Variable in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- delegate(MutableTransformer) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator.Builder
- delta - Variable in class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
- delta(double) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set weights power.
- deltaDown - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- deltaDown - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- deltaDown - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- deltaDown - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- deltaX - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- deltaY - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- DemoIconShapeFunction(Function<V, Shape>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
- DemoTreeSupplier - Class in org.jungrapht.samples.util
- DemoTreeSupplier() - Constructor for class org.jungrapht.samples.util.DemoTreeSupplier
- DemoTreeSupplier.EdgeSupplier - Class in org.jungrapht.samples.util
- DemoTreeSupplier.VertexSupplier - Class in org.jungrapht.samples.util
- DemoVertexIconTransformer(Map<V, Icon>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- density - Variable in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
- deselect(E) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
-
deselect one element
- deselect(E, boolean) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- deselect(Collection<E>) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
-
deselect a collection of elements
- deselect(Collection<E>, boolean) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- deselect(Collection<T>) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- deselect(Collection<T>) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
-
deselect a collection of elements
- deselect(Collection<T>, boolean) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- deselect(Collection<T>, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
- deselect(Collection<T>, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedStateSink
-
deselect a collection of elements
- deselect(T) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- deselect(T) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
-
deselect one element
- deselect(T, boolean) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
-
if t is was already selected, remove it
- deselect(T, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
- deselect(T, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedStateSink
-
deselect one element
- deselectedVertex - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- deselectedVertex - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- diameter - Variable in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
-
The diameter of the visible graph.
- diameter(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- diameter(LayoutModel<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.RadialTreeLayout
- diameter(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- diameter(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- dimension - Variable in class org.jungrapht.visualization.transform.LensTransformer.Builder
- dimension(Dimension) - Method in class org.jungrapht.visualization.transform.LensTransformer.Builder
- Dimension - Class in org.jungrapht.visualization.layout.model
-
Holds a width and height pair.
- DimensionConsumer - Interface in org.jungrapht.visualization.layout.algorithms.util
- DimensionSummaryStatistics - Class in org.jungrapht.visualization.layout.algorithms.util
- DimensionSummaryStatistics() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- DimensionSummaryStatistics(int, int, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- DimensionUtils - Class in org.jungrapht.visualization.util
- DirectedEdgeArrowPredicate() - Constructor for class org.jungrapht.visualization.RenderContext.DirectedEdgeArrowPredicate
- dispose() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- dispose() - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- dissuadeHubs(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set usage of "Dissuade Hubs" model.
- distance - Variable in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
-
Retrieves graph distances between vertices of the visible graph
- distance(Point) - Method in class org.jungrapht.visualization.layout.model.Point
- distanceSquared(double, double) - Method in class org.jungrapht.visualization.layout.model.Point
- distanceSquared(Point) - Method in class org.jungrapht.visualization.layout.model.Point
- doDownLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- doDownLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm.Builder
- doDownLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable.Builder
- doDownLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm.Builder
- doDownLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable.Builder
- doDownRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- doDownRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm.Builder
- doDownRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable.Builder
- doDownRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm.Builder
- doDownRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable.Builder
- done - Variable in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- done() - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Override incrementsAreDone so that we can eventually stop.
- done() - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
- done() - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- done() - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- done() - Method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
-
Returns
true
if the vertex positions are no longer being updated. - done() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- done() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- done() - Method in interface org.jungrapht.visualization.layout.algorithms.util.IterativeContext
- done() - Method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- dotting - Static variable in interface org.jungrapht.visualization.RenderContext
- doUpLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- doUpLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm.Builder
- doUpLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable.Builder
- doUpLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm.Builder
- doUpLeft(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable.Builder
- doUpRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- doUpRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm.Builder
- doUpRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable.Builder
- doUpRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm.Builder
- doUpRight(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable.Builder
- down - Variable in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
the location in the View where the mouse was pressed
- down - Variable in class org.jungrapht.visualization.control.SimpleEdgeSupport
- dragOnEdge - Variable in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- dragOnLens - Variable in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- draw(Component, CellRendererPane, int, int, int, int, boolean) - Method in class org.jungrapht.visualization.transform.shape.GraphicsDecorator
- draw(Shape) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- draw(Shape) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
-
transform the shape before letting the delegate draw it
- draw(Shape, float) - Method in class org.jungrapht.visualization.transform.shape.TransformingFlatnessGraphics
- draw(Shape, float) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- draw(Icon, Component, Shape, int, int) - Method in class org.jungrapht.visualization.transform.shape.GraphicsDecorator
- draw(Icon, Component, Shape, int, int) - Method in class org.jungrapht.visualization.transform.shape.MagnifyIconGraphics
- draw3DRect(int, int, int, int, boolean) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawArc(int, int, int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawBytes(byte[], int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawChars(char[], int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawGlyphVector(GlyphVector, float, float) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, int, int, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, int, int, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- drawLine(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- DrawnIconVertexDemo - Class in org.jungrapht.samples
-
A demo that shows drawn Icons as vertices
- DrawnIconVertexDemo() - Constructor for class org.jungrapht.samples.DrawnIconVertexDemo
- drawOval(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawPaint - Variable in class org.jungrapht.visualization.decorators.PickableElementPaintFunction
- drawPolygon(int[], int[], int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawPolygon(Polygon) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawPolyline(int[], int[], int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawRect(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawRoundRect(int, int, int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawSimpleEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.AbstractEdgeRenderer
- drawSimpleEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.HeavyweightEdgeRenderer
-
Draws the edge
e
, whose endpoints are at(x1,y1)
and(x2,y2)
, on the graphics contextg
. - drawSimpleEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.LightweightEdgeRenderer
-
Draws the edge
e
, whose endpoints are at(x1,y1)
and(x2,y2)
, on the graphics contextg
. - drawSimpleEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.ReshapingEdgeRenderer
-
Draws the edge
e
, whose endpoints are at(x1,y1)
and(x2,y2)
, on the graphics contextg
. - drawString(String, float, float) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawString(String, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawString(AttributedCharacterIterator, float, float) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- drawString(AttributedCharacterIterator, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- dx - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
-
movement speed, x
- dy - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
-
movement speed, y
E
- E - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- edge - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
the selected Edge, if any
- edge - Variable in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
-
the selected Edge, if any
- edge - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
the selected Edge, if any
- edge - Variable in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- edge - Variable in class org.jungrapht.visualization.layout.util.synthetics.SEI
- Edge(VisualizationModel<V, E>) - Constructor for class org.jungrapht.visualization.spatial.Spatial.NoOp.Edge
- EDGE_WIDTH - Static variable in class org.jungrapht.visualization.DefaultRenderContext
- EdgeAccessor<V,E> - Interface in org.jungrapht.visualization.layout.util
-
Interface for coordinate-based selection of graph edges.
- edgeArrow - Variable in class org.jungrapht.visualization.DefaultRenderContext
- edgeArrowRenderingSupport - Variable in class org.jungrapht.visualization.renderers.HeavyweightEdgeRenderer
- EdgeArrowRenderingSupport<V,E> - Interface in org.jungrapht.visualization.renderers
- edgeArrowStroke - Variable in class org.jungrapht.visualization.DefaultRenderContext
- edgeArrowStrokeFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide
Stroke
s for edge arrows - edgeArticulationFunction - Variable in class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunction
- EdgeArticulationFunctionSupplier<E> - Interface in org.jungrapht.visualization.layout.algorithms.util
- edgeAwareBuilder() - Static method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- edgeAwareBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- EdgeAwareLayoutAlgorithm<V,E> - Interface in org.jungrapht.visualization.layout.algorithms
-
A marker interface for LayoutAlgorithms that are aware of graph edges and can use the edges as part of the layout vertex positioning
- EdgeAwareLayoutAlgorithm.Builder<V,E,T extends EdgeAwareLayoutAlgorithm<V,E>,B extends EdgeAwareLayoutAlgorithm.Builder<V,E,T,B>> - Interface in org.jungrapht.visualization.layout.algorithms
- EdgeAwareTreeLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
- EdgeAwareTreeLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- EdgeAwareTreeLayoutAlgorithm(EdgeAwareTreeLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
Create an instance with the passed builder parameters
- EdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends EdgeAwareTreeLayoutAlgorithm<V,E>,B extends EdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
a Builder to create a configured instance of an EdgeAwareTreeLayoutAlgorithm
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
a
Comparator
to sort edges - edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
a
Comparator
to sort edges - edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- edgeComparator - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- edgeComparator(Comparator<E>) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- edgeComparator(Comparator<E>) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- edgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- edgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- edgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- edgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- edgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- edgeDrawPaintFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide draw s for edges
- edgedx - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
- edgedy - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
- edgeEffects - Variable in class org.jungrapht.visualization.control.SimpleEdgeSupport
- EdgeEffects<V,E> - Interface in org.jungrapht.visualization.control
- edgeEndpointSwapOrNot - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- edgeFactory - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- edgeFactory - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- edgeFactory - Variable in class org.jungrapht.visualization.control.EditingPopupGraphMousePlugin
- edgeFactory - Variable in class org.jungrapht.visualization.control.SimpleEdgeSupport
- edgeFactory(Supplier<E>) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- edgeFillPaintFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide fill color for edges (rarely useful)
- edgeFontFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide s for edge labels
- edgeIncludePredicate - Variable in class org.jungrapht.visualization.DefaultRenderContext
- edgeIndex - Variable in class org.jungrapht.visualization.util.ParallelEdgeIndexFunction
- edgeIndexFunction - Variable in class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
- EdgeIndexFunction<V,E> - Interface in org.jungrapht.visualization.util
-
An interface for a service to access the index of a given edge (in a given
Graph
) into the set formed by the given edge and all the other edges it is parallel to. - edgeInTreeMap - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- EdgeLabelDemo - Class in org.jungrapht.samples
-
Demonstrates jungrapht support for drawing edge labels that can be positioned at any point along the edge, and can be rotated to be parallel with the edge.
- EdgeLabelDemo() - Constructor for class org.jungrapht.samples.EdgeLabelDemo
-
create an instance of a simple graph with controls to demo the label positioning features
- edgeLabelFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide edge labels
- edgeLabelMap - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- edgeLabelMap - Variable in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
-
Holds edge to String associations that may be used in the edge label function
- edgeLabelMapSupplier - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- edgeLabelMapSupplier(Supplier<Map<E, String>>) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- edgeLabelRenderer - Variable in class org.jungrapht.visualization.DefaultRenderContext
- EdgeLabelRenderer - Interface in org.jungrapht.visualization.renderers
- edgeOffset - Variable in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- edgePaintable - Variable in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- edgePointMap - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- edgePointMap - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- edgePointMap - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
a
Predicate
to filter edges - edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
a
Predicate
to filter edges - edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- edgePredicate - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- edgePredicate(Predicate<E>) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- edgePredicate(Predicate<E>) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- edgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- edgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- edgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- edgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- edgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- EdgePredicated<E> - Interface in org.jungrapht.visualization.layout.algorithms
-
an interface for
LayoutAlgorithm
that can set aPredicate
to filter edges - EdgePrioritizedTreeDAGLayoutDemo - Class in org.jungrapht.samples.tree
-
This demo shows how the edgePredicate can be used to construct the desired tree shape.
- EdgePrioritizedTreeDAGLayoutDemo() - Constructor for class org.jungrapht.samples.tree.EdgePrioritizedTreeDAGLayoutDemo
- edgeRenderer - Variable in class org.jungrapht.visualization.renderers.LightweightRenderer
- edgeRenderer - Variable in class org.jungrapht.visualization.renderers.SelectionRenderer
- edges - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- Edges(Function<V, Shape>, BiFunction<Graph<V, E>, E, Shape>, LayoutModel<V>) - Constructor for class org.jungrapht.visualization.util.BoundingRectangleCollector.Edges
- edgesAreFiltered() - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Quick test to allow optimization of
getFilteredEdges()
. - EdgeSelectingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
EdgeSelectingGraphMousePlugin supports the selecting of graph elements with the mouse.
- EdgeSelectingGraphMousePlugin(int, int) - Constructor for class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
create an instance with overrides
- edgeShape - Variable in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- EdgeShape - Interface in org.jungrapht.visualization.decorators
-
An interface for decorators that return a
Shape
for a specified edge. - EdgeShape.ArticulatedLine<V,E> - Class in org.jungrapht.visualization.decorators
- EdgeShape.Box<V,E> - Class in org.jungrapht.visualization.decorators
-
Deprecated.
- EdgeShape.CubicCurve<V,E> - Class in org.jungrapht.visualization.decorators
-
An edge shape that renders as a CubicCurve between vertex endpoints.
- EdgeShape.Line<V,E> - Class in org.jungrapht.visualization.decorators
-
An edge shape that renders as a straight line between the vertex endpoints.
- EdgeShape.Loop<V,E> - Class in org.jungrapht.visualization.decorators
-
An edge shape that renders as a loop with its nadir at the center of the vertex.
- EdgeShape.Orthogonal<V,E> - Class in org.jungrapht.visualization.decorators
-
An edge shape that renders as a bent-line between the vertex endpoints.
- EdgeShape.QuadCurve<V,E> - Class in org.jungrapht.visualization.decorators
-
An edge shape that renders as a QuadCurve between vertex endpoints.
- EdgeShape.SimpleLoop<E> - Class in org.jungrapht.visualization.decorators
-
An edge shape that renders as a loop with its nadir at the center of the vertex.
- EdgeShape.Wedge<V,E> - Class in org.jungrapht.visualization.decorators
-
An edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges, and as a "bowtie" shape for undirected edges.
- edgeShapeFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
- edgeShapeFunction - Variable in class org.jungrapht.visualization.util.BoundingRectangleCollector.Edges
- EdgeSorting<E> - Interface in org.jungrapht.visualization.layout.algorithms
-
an interface for
LayoutAlgorithm
s with a settable Comparator for edges - edgeSourceFunction - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- edgeStroke - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
the
Stroke
used to draw edges - edgeStrokeFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide
Stroke
s for edges - edgeStrokeFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- edgeStrokeFunction() - Method in interface org.jungrapht.visualization.RenderContext
- edgeStrokeWidth - Variable in class org.jungrapht.visualization.DefaultRenderContext
- EdgeSupplier() - Constructor for class org.jungrapht.samples.util.DemoTreeSupplier.EdgeSupplier
- edgesupport() - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- edgeSupport - Variable in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- EdgeSupport<V,E> - Interface in org.jungrapht.visualization.control
-
interface to support the creation of new edges by the EditingGraphMousePlugin SimpleEdgeSupport is a sample implementation
- edgeTargetFunction - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- edgeTransformFunction(Function<E, F>) - Method in class org.jungrapht.visualization.layout.util.synthetics.TransformingGraphView.Builder
- EDITING - org.jungrapht.visualization.control.modal.Modal.Mode
- EditingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
A plugin that can create vertices, undirected edges, and directed edges using mouse gestures.
- EditingGraphMousePlugin(int, Supplier<V>, Supplier<E>) - Constructor for class org.jungrapht.visualization.control.EditingGraphMousePlugin
-
Creates an instance and prepares shapes for visual effects.
- EditingGraphMousePlugin(Supplier<V>, Supplier<E>) - Constructor for class org.jungrapht.visualization.control.EditingGraphMousePlugin
-
Creates an instance and prepares shapes for visual effects, using the default modifiers of BUTTON1_DOWN_MASK.
- EditingModalGraphMouse<V,E> - Class in org.jungrapht.visualization.control
- EditingModalGraphMouse(EditingModalGraphMouse.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.EditingModalGraphMouse
- EditingModalGraphMouse.Builder<V,E,T extends EditingModalGraphMouse,B extends EditingModalGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
-
Build an instance of a EditingModalGraphMouse
- EditingModalGraphMouse.ModeKeyAdapter - Class in org.jungrapht.visualization.control
- editingPlugin - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- EditingPopupGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
a plugin that uses popup menus to create vertices, undirected edges, and directed edges.
- EditingPopupGraphMousePlugin(Supplier<V>, Supplier<E>) - Constructor for class org.jungrapht.visualization.control.EditingPopupGraphMousePlugin
- EIGLSPERGER_THRESHOLD - Static variable in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- EiglspergerLayeringOptions - Class in org.jungrapht.samples.sugiyama
-
shows the 4 layering options for the Eiglsperger optimized version of the Sugiyama layout algorithm
- EiglspergerLayeringOptions() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerLayeringOptions
- EiglspergerLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
The Sugiyama Hierarchical Minimum-Cross layout algorithm
- EiglspergerLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm
- EiglspergerLayoutAlgorithm(Function<V, Rectangle>, boolean, boolean, boolean, int, Function<Graph<V, E>, Integer>, boolean, Layering, boolean, Executor, boolean, Runnable) - Constructor for class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm
- EiglspergerLayoutAlgorithm(EiglspergerLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm
- EiglspergerLayoutAlgorithm.Builder<V,E,T extends EiglspergerLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends EiglspergerLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
a Builder to create a configured instance
- EiglspergerLayoutDemo - Class in org.jungrapht.samples.sugiyama
- EiglspergerLayoutDemo() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerLayoutDemo
- EiglspergerLongestPathComparison - Class in org.jungrapht.samples.sugiyama
-
compares top-down and longest-path layering
- EiglspergerLongestPathComparison() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerLongestPathComparison
- EiglspergerMulticomponent - Class in org.jungrapht.samples.sugiyama
-
Demo that uses the EiglspergerLayoutAlgorithm to display a directed graph that has several components (not connected to each other by any edges).
- EiglspergerMulticomponent() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerMulticomponent
- EiglspergerMulticomponentComparison - Class in org.jungrapht.samples.sugiyama
-
Demo that uses the EiglspergerLayoutAlgorithm to display a directed graph that has several components (not connected to each other by any edges).
- EiglspergerMulticomponentComparison() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerMulticomponentComparison
- EiglspergerNetworkSimplex - Class in org.jungrapht.samples.sugiyama
- EiglspergerNetworkSimplex() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerNetworkSimplex
- EiglspergerNetworkSimplexComparison - Class in org.jungrapht.samples.sugiyama
- EiglspergerNetworkSimplexComparison() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerNetworkSimplexComparison
- EiglspergerRunnable<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- EiglspergerRunnable(EiglspergerRunnable.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- EiglspergerRunnable(LayoutModel<V>, Function<V, Rectangle>, boolean, boolean, boolean, int, boolean, Layering, boolean) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- EiglspergerRunnable.Builder<V,E,T extends EiglspergerRunnable<V,E>,B extends EiglspergerRunnable.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
a Builder to create a configured instance
- EiglspergerSmallGraph - Class in org.jungrapht.samples.sugiyama
- EiglspergerSmallGraph() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerSmallGraph
- EiglspergerSmallGraphWithGraph - Class in org.jungrapht.samples.sugiyama
- EiglspergerSmallGraphWithGraph() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerSmallGraphWithGraph
- EiglspergerSmallNetworkSimplexComparison - Class in org.jungrapht.samples.sugiyama
- EiglspergerSmallNetworkSimplexComparison() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerSmallNetworkSimplexComparison
- EiglspergerSteps<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
The five steps of the Eiglsperger optimization of the Sugiyama Layout Algorithm
- EiglspergerSteps(Graph<LV<V>, LE<V, E>>, LV<V>[][], Predicate<LV<V>>, Predicate<LV<V>>, Function<LE<V, E>, LV<V>>, Function<LE<V, E>, LV<V>>, Function<LV<V>, Set<LV<V>>>, Function<List<LE<V, E>>, List<LE<V, E>>>, boolean) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- EiglspergerStepsBackward<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
Initialize for backward sweep (bottom to top)
- EiglspergerStepsBackward(Graph<LV<V>, LE<V, E>>, NeighborCache<LV<V>, LE<V, E>>, LV<V>[][], boolean) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerStepsBackward
- EiglspergerStepsForward<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
initialize for forward sweep (top to bottom)
- EiglspergerStepsForward(Graph<LV<V>, LE<V, E>>, NeighborCache<LV<V>, LE<V, E>>, LV<V>[][], boolean) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerStepsForward
- eiglspergerThreshold - Variable in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm.Builder
- eiglspergerThreshold - Variable in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- eiglspergerThreshold(int) - Method in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm.Builder
- EiglspergerUtil - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- EiglspergerUtil() - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerUtil
- EiglspergerWithWithoutTransposeSwapping - Class in org.jungrapht.samples.sugiyama
- EiglspergerWithWithoutTransposeSwapping() - Constructor for class org.jungrapht.samples.sugiyama.EiglspergerWithWithoutTransposeSwapping
- EiglspsergerSixTestGraphExample - Class in org.jungrapht.samples.sugiyama
- EiglspsergerSixTestGraphExample() - Constructor for class org.jungrapht.samples.sugiyama.EiglspsergerSixTestGraphExample
- ELLIPSE - org.jungrapht.visualization.transform.Lens.Shape
- ELLIPSE - Static variable in interface org.jungrapht.visualization.decorators.EdgeShape
- EllipseShapeFunction<T> - Class in org.jungrapht.visualization.decorators
- EllipseShapeFunction() - Constructor for class org.jungrapht.visualization.decorators.EllipseShapeFunction
- EllipseShapeFunction(Function<T, Integer>, Function<T, Float>) - Constructor for class org.jungrapht.visualization.decorators.EllipseShapeFunction
- EMPTY - Static variable in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
a LeafVertex with no children
- ENABLE_SINGLE_AXIS_SCALING - Static variable in interface org.jungrapht.visualization.control.ScalingControl
- enableDoubleClickScaleReset - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- enableMiddleMouseButtonScaleReset - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- enableSingleAxisScaling - Variable in class org.jungrapht.visualization.control.CrossoverScalingControl
- enableSingleAxisScaling(boolean) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl.Builder
- endArrowEffects(VisualizationServer<V, E>) - Method in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- endArrowEffects(VisualizationServer<V, E>) - Method in interface org.jungrapht.visualization.control.EdgeEffects
- endEdgeCreate(VisualizationServer<V, E>, V) - Method in interface org.jungrapht.visualization.control.EdgeSupport
- endEdgeCreate(VisualizationServer<V, E>, V) - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- endEdgeEffects(VisualizationServer<V, E>) - Method in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- endEdgeEffects(VisualizationServer<V, E>) - Method in interface org.jungrapht.visualization.control.EdgeEffects
- endLayoutAlgorithm - Variable in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- endLayoutAlgorithm(LayoutAlgorithm<V>) - Method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- endVertexCreate(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.SimpleVertexSupport
- endVertexCreate(VisualizationServer<V, E>, Point2D) - Method in interface org.jungrapht.visualization.control.VertexSupport
- entryArea(Collection<Map.Entry<T, Rectangle2D>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- entryArea(Collection<Map.Entry<T, Rectangle2D>>, Collection<Map.Entry<T, Rectangle2D>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- entryBoundingBox(Collection<Map.Entry<T, Rectangle2D>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- entryMargin(Collection<Map.Entry<T, Rectangle2D>>, Collection<Map.Entry<T, Rectangle2D>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- entryOverlap(Collection<Map.Entry<T, Rectangle2D>>, Collection<Map.Entry<T, Rectangle2D>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- entrySet() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- epoch - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- epsilon - Static variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- EPSILON - Variable in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- EPSILON - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion
- EPSILON - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
-
two synthetic edges are created by splitting an existing SE<V,E> edge.
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Pair
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLE
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLV
- equals(Object) - Method in class org.jungrapht.visualization.layout.algorithms.util.Pair
- equals(Object) - Method in class org.jungrapht.visualization.layout.model.Dimension
- equals(Object) - Method in class org.jungrapht.visualization.layout.model.Point
-
Compare with another object for equality
- equals(Object) - Method in class org.jungrapht.visualization.layout.model.PolarPoint
- equals(Object) - Method in class org.jungrapht.visualization.layout.model.Rectangle
-
Compare for equality
- equals(Object) - Method in class org.jungrapht.visualization.layout.quadtree.ForceObject
- equals(Object) - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- equals(Object) - Method in class org.jungrapht.visualization.layout.util.synthetics.SEI
- equals(Object) - Method in class org.jungrapht.visualization.layout.util.synthetics.SVI
- equals(Object) - Method in class org.jungrapht.visualization.layout.util.synthetics.SyntheticSE
- equals(Object) - Method in class org.jungrapht.visualization.layout.util.synthetics.SyntheticSV
- equals(Object) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- equals(Object) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- erase(T) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- Event(LayoutModel<V>, int, int) - Constructor for class org.jungrapht.visualization.layout.event.LayoutSizeChange.Event
- Event(LayoutModel, boolean) - Constructor for class org.jungrapht.visualization.layout.event.LayoutStateChange.Event
- Event(RenderContext<V, E>, boolean) - Constructor for class org.jungrapht.visualization.RenderContextStateChange.Event
- Event(V, Point) - Constructor for class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Event
- exchangeVertices - Variable in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- exchangeVertices(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- executor - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- executor - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- executor - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- executor - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- executor - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- executor - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- executor(Executor) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- executor(Executor) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- executor(Executor) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- ExecutorConsumer - Interface in org.jungrapht.visualization.layout.algorithms.util
- expand(Collection<V>) - Method in interface org.jungrapht.visualization.sublayout.Collapser
- expand(Collection<V>) - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
- expand(Collection<V>) - Method in class org.jungrapht.visualization.sublayout.TreeCollapser
- expand(Collection<V>) - Method in class org.jungrapht.visualization.sublayout.VisualGraphCollapser
- expand(V) - Method in interface org.jungrapht.visualization.sublayout.Collapser
- expand(V) - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
- expand(V) - Method in class org.jungrapht.visualization.sublayout.TreeCollapser
- expand(V) - Method in class org.jungrapht.visualization.sublayout.VisualTreeCollapser
- expandLayout - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- expandLayout - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- expandLayout - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- expandLayout - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- expandLayout - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- expandLayout - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- expandLayout - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- expandLayout - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
if
true
then expand the layout size to accomodate the entire tree. - expandLayout(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- expandLayout(boolean) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- expandLayout(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- expandLayout(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- expandToFill(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- expandToFill(LayoutModel<V>, Rectangle) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm
- ExpandXY - Class in org.jungrapht.visualization.decorators
-
A special case of
Shape
that is used by theAbstractEdgeRenderer
to expand the unit edge shape in both the x and y axes instead of only in the x axis.
F
- f - Variable in class org.jungrapht.visualization.layout.quadtree.ForceObject
-
force vector
- FA2 - org.jungrapht.samples.util.LayoutHelper.Layouts
- FA2_BH_VISITOR - org.jungrapht.samples.util.LayoutHelper.Layouts
- factory - Variable in class org.jungrapht.visualization.decorators.AbstractShapeFunction
- feedbackArcs - Variable in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
- feedbackEdges - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- fill - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- fill - Variable in class org.jungrapht.visualization.annotations.Annotation
- fill(Shape) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- fill(Shape) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
-
transform the shape before letting the delegate fill it
- fill(Shape, float) - Method in class org.jungrapht.visualization.transform.shape.TransformingFlatnessGraphics
- fill(Shape, float) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- fill3DRect(int, int, int, int, boolean) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- fillArc(int, int, int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- fillOval(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- fillPolygon(int[], int[], int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- fillPolygon(Polygon) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- fillRect(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- fillRoundRect(int, int, int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- finalize() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- find(int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- find(InsertionOrderSplayTree.Node<T>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- find(T) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- findOwnerOf(V) - Method in interface org.jungrapht.visualization.sublayout.Collapser
- findOwnerOf(V) - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
- fireEvents - Variable in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
-
to fire or not to fire....
- fireEvents - Variable in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
-
to fire or not to fire....
- fireEvents - Variable in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
-
to fire or not to fire....
- fireEvents - Variable in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
-
to fire or not to fire....
- fireEvents - Variable in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
-
to fire or not to fire....
- fireEvents - Variable in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
-
to fire or not to fire....
- fireItemStateChanged(ItemEvent) - Method in class org.jungrapht.samples.util.LayeringConfiguration
- fireItemStateChanged(ItemEvent) - Method in class org.jungrapht.visualization.selection.AbstractMutableSelectedState
- fireItemStateChanged(ItemEvent) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- fireItemStateChanged(ItemEvent) - Method in class org.jungrapht.visualization.util.ItemSupport
- fireLayoutSizeChanged(LayoutModel<V>, int, int) - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
- fireLayoutSizeChanged(LayoutModel<V>, int, int) - Method in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
- fireLayoutStateChanged(LayoutModel, boolean) - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Support
- fireLayoutStateChanged(LayoutModel, boolean) - Method in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
- fireLayoutVertexPositionChanged(V, Point) - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
- fireLayoutVertexPositionChanged(V, Point) - Method in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
- fireModelChanged() - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Support
- fireModelChanged() - Method in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
- firePropertyChange(String, boolean, boolean) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, boolean, boolean) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, boolean, boolean) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, boolean, boolean) - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Overridden for performance reasons.
- fireRenderContextStateChanged(RenderContext<V, E>, boolean) - Method in interface org.jungrapht.visualization.RenderContextStateChange.Support
- fireRenderContextStateChanged(RenderContext<V, E>, boolean) - Method in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
- fireStateChanged() - Method in class org.jungrapht.visualization.DefaultTransformer
- fireStateChanged() - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- fireStateChanged() - Method in interface org.jungrapht.visualization.util.ChangeEventSupport
- fireStateChanged() - Method in class org.jungrapht.visualization.util.DefaultChangeEventSupport
-
Notifies all listeners that have registered interest for notification on this event type.
- fireStateChanged() - Method in interface org.jungrapht.visualization.VisualizationServer
-
Notifies all listeners that have registered interest for notification on this event type.
- fireViewChanged() - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Support
- fireViewChanged() - Method in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
- first - Variable in class org.jungrapht.visualization.layout.algorithms.util.Pair
- floor - Variable in class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
- footprintRectangle - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- footprintRectangle - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- footprintRectangle - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- force_multiplier - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- ForceAtlas2ControlPanel<V,E> - Class in org.jungrapht.samples.util
- ForceAtlas2ControlPanel(VisualizationModel<V, E>) - Constructor for class org.jungrapht.samples.util.ForceAtlas2ControlPanel
- ForceAtlas2LayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
Implementation of ForceAtlas2 algorithm.
- ForceAtlas2LayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
- ForceAtlas2LayoutAlgorithm(ForceAtlas2LayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
-
Create instance with the configured builder.
- ForceAtlas2LayoutAlgorithm.Builder<V,T extends ForceAtlas2LayoutAlgorithm<V>,B extends ForceAtlas2LayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- ForceAtlas2WithJGraphtIO - Class in org.jungrapht.samples.large
-
Demonstrates settings for ForceAtlas2 layout algorithm.
- ForceAtlas2WithJGraphtIO() - Constructor for class org.jungrapht.samples.large.ForceAtlas2WithJGraphtIO
- forceObject - Variable in class org.jungrapht.visualization.layout.quadtree.Node
- ForceObject<T> - Class in org.jungrapht.visualization.layout.quadtree
-
An instance used to gather forces while visiting the BarnesHut QuadTree.
- ForceObject(T, double, double) - Constructor for class org.jungrapht.visualization.layout.quadtree.ForceObject
- ForceObject(T, double, double, double) - Constructor for class org.jungrapht.visualization.layout.quadtree.ForceObject
- ForceObject(T, Point) - Constructor for class org.jungrapht.visualization.layout.quadtree.ForceObject
- ForceObject(T, Point, double) - Constructor for class org.jungrapht.visualization.layout.quadtree.ForceObject
- forEach(BiConsumer<? super String, ? super String>) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- forGraph(Graph<V, E>) - Static method in interface org.jungrapht.visualization.sublayout.Collapser
- forVisualization(VisualizationServer<V, E>) - Static method in interface org.jungrapht.visualization.sublayout.Collapser
- FourPassImageShaper - Class in org.jungrapht.visualization
-
Provides Supplier methods that, given a BufferedImage, an Image, or the fileName of an image, will return a java.awt.Shape that is the contiguous traced outline of the opaque part of the image.
- FourPassImageShaper() - Constructor for class org.jungrapht.visualization.FourPassImageShaper
- FR - org.jungrapht.samples.util.LayoutHelper.Layouts
- FR - org.jungrapht.samples.util.SubLayoutHelper.Layouts
- FR_BH_VISITOR - org.jungrapht.samples.util.LayoutHelper.Layouts
- FR_BH_VISITOR - org.jungrapht.samples.util.SubLayoutHelper.Layouts
- FRLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
Implements the Fruchterman-Reingold force-directed algorithm for vertex layout.
- FRLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- FRLayoutAlgorithm(FRLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- FRLayoutAlgorithm.Builder<V,T extends FRLayoutAlgorithm<V>,B extends FRLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- from(LayoutModel<V>) - Static method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- from(Point, Point) - Static method in class org.jungrapht.visualization.layout.model.Rectangle
- frVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- frVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- frVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- frVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- frVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- FullLayoutFunction() - Constructor for class org.jungrapht.samples.util.LayoutFunction.FullLayoutFunction
G
- g_array - Static variable in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
- GEM - org.jungrapht.samples.util.LayoutHelper.Layouts
- GEMLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
Java implementation of the gem 2D layout.
- GEMLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- GEMLayoutAlgorithm(GEMLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- GEMLayoutAlgorithm.Builder<V,E,T extends GEMLayoutAlgorithm<V,E>,B extends GEMLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- GeneralPathAsString - Class in org.jungrapht.visualization.util
- GeneralPathAsString() - Constructor for class org.jungrapht.visualization.util.GeneralPathAsString
- generateDag() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- generateForest(int, int) - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- generatePicture() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- generateProgramGraph() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- generateProgramGraph2() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- generateProgramGraph3() - Static method in class org.jungrapht.samples.util.DemoTreeSupplier
- get() - Method in class org.jungrapht.samples.util.DemoTreeSupplier.EdgeSupplier
- get() - Method in class org.jungrapht.samples.util.DemoTreeSupplier.VertexSupplier
- get() - Method in class org.jungrapht.visualization.DefaultRenderContext.ShapeFunctionSupplier
-
determine Shape and size from properties
- get() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.TransformedGraphSupplier
- get() - Method in class org.jungrapht.visualization.layout.util.synthetics.SVTransformedGraphSupplier
-
Transform and return the graph
- get(int) - Static method in class org.jungrapht.samples.util.DemoTreeSupplier.VertexSupplier
- get(int) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
return the ith child node
- get(Object) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- get(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- get(V) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- get(V) - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- get(V) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getAdjustForGravity() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- getAlignMap() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- getAnchorPoint(Rectangle2D, Dimension, Renderer.VertexLabel.Position) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer
- getAnnotatingModeMenu(ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getAnnotatingPlugin() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- getAnnotation() - Method in class org.jungrapht.visualization.annotations.Annotation
- getAnnotation(Point2D) - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- getAnnotation(Point2D, Collection<Annotation>) - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- getAnnotationColor() - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- getAnnotationModeComboBox(ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getAnnotationPaintable(Annotation.Layer) - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- getAnnotationRendererComponent(JComponent, Object) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Returns the default label renderer.
- getAnnotations() - Method in class org.jungrapht.visualization.annotations.AnnotationPaintable
- getAnnotationsToolBar() - Method in class org.jungrapht.visualization.annotations.AnnotationControls
- getArea() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- getArrowDrawPaintFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getArrowDrawPaintFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getArrowFillPaintFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getArrowFillPaintFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getArrowPlacementTolerance() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getArrowPlacementTolerance() - Method in interface org.jungrapht.visualization.RenderContext
- getArrowsOnUndirectedEdges() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getArrowsOnUndirectedEdges() - Method in interface org.jungrapht.visualization.RenderContext
- getArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class org.jungrapht.visualization.renderers.CenterEdgeArrowRenderingSupport
- getArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
- getArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in interface org.jungrapht.visualization.renderers.EdgeArrowRenderingSupport
-
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
- getArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in class org.jungrapht.visualization.renderers.CenterEdgeArrowRenderingSupport
- getArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
- getArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in interface org.jungrapht.visualization.renderers.EdgeArrowRenderingSupport
-
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
- getAttributeMap() - Method in interface org.jungrapht.visualization.layout.algorithms.util.Attributed
- getAttributeMap() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- getAverage() - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- getAverage() - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- getBackground() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getBackground() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getBase() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- getBaseBounds() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- getBaseBounds() - Method in interface org.jungrapht.visualization.layout.algorithms.RadialTreeLayout
- getBaseBounds() - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- getBaseBounds() - Method in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- getBaseBounds() - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- getBounds() - Method in class org.jungrapht.visualization.decorators.ExpandXY
- getBounds() - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
-
the bounds of this quad tree
- getBounds() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- getBounds() - Method in interface org.jungrapht.visualization.layout.quadtree.TreeNode
- getBounds() - Method in interface org.jungrapht.visualization.spatial.rtree.Bounded
-
return the Rectangle of the bounding box
- getBounds() - Method in interface org.jungrapht.visualization.spatial.rtree.BoundedMap
- getBounds() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- getBounds() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
the bounding box of this node is held in the children map
- getBounds() - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- getBounds() - Method in class org.jungrapht.visualization.spatial.rtree.NodeMap
- getBounds() - Method in interface org.jungrapht.visualization.spatial.rtree.TreeNode
- getBounds() - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.DegenerateTreeVertex
- getBounds() - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getBounds() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getBounds() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getBounds2D() - Method in class org.jungrapht.visualization.decorators.ExpandXY
- getBoundsFor(T) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- getBoxIndex(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
given (x,y) in the coordinate system, get the boxX,boxY for the box that it is in
- getBoxNumber(int[]) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getBoxNumber(int, int) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
given the box x,y coordinates (not the coordinate system) return the box number (0,0) has box 0 (horizontalCount,horizontalCount) has box horizontalCount*verticalCount - 1
- getBoxNumberFromLocation(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
give a Point in the coordinate system, return the box number that contains it
- getBoxNumberFromLocation(Point) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
give a Point in the coordinate system, return the box number that contains it
- getCartesian(LayoutModel<V>, V) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- getCartesian(LayoutModel<V>, V) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- getCartesian(LayoutModel<V>, V) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- getCenter() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getCenter() - Method in class org.jungrapht.visualization.transform.Lens
- getCenter() - Method in interface org.jungrapht.visualization.VisualizationServer
- getCenter(LayoutModel<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.RadialTreeLayout
- getCenter(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- getCenter(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- getCenter(LayoutModel<V>, V) - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- getCenteredContainer(String, Box, JComponent...) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getCenteredContainer(String, JComponent) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getCenteredContainer(Box, JComponent...) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getCenterToCorner() - Method in class org.jungrapht.visualization.transform.Lens
- getCenterX() - Method in class org.jungrapht.visualization.layout.model.Rectangle
- getCenterY() - Method in class org.jungrapht.visualization.layout.model.Rectangle
- getChangeListeners() - Method in class org.jungrapht.visualization.DefaultTransformer
- getChangeListeners() - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
Returns an array of all the
ChangeListener
s added with addChangeListener(). - getChangeListeners() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getChangeListeners() - Method in interface org.jungrapht.visualization.util.ChangeEventSupport
-
Returns an array of all the
ChangeListener
s added with addChangeListener(). - getChangeListeners() - Method in class org.jungrapht.visualization.util.DefaultChangeEventSupport
- getChangeListeners() - Method in interface org.jungrapht.visualization.VisualizationServer
-
Returns an array of all the
ChangeListener
s added with addChangeListener(). - getChildren() - Method in interface org.jungrapht.visualization.layout.quadtree.TreeNode
- getChildren() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- getChildren() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- getChildren() - Method in interface org.jungrapht.visualization.spatial.rtree.TreeNode
- getChildren() - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.DegenerateTreeVertex
-
contains no children
- getChildren() - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getChildren() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getClip() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getClipBounds() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getClipBounds(Rectangle) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getClipRect() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getClosest(Collection<NT>, double, double, double) - Method in class org.jungrapht.visualization.spatial.AbstractSpatial
- getClosestEdge(Collection<E>, double, double, double) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
- getClosestElement(double, double) - Method in interface org.jungrapht.visualization.spatial.Spatial
- getClosestElement(double, double) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Edge
- getClosestElement(double, double) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Vertex
- getClosestElement(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getClosestElement(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
get the node that is closest to the passed (x,y)
- getClosestElement(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
-
get the element that is closest to the passed (x,y)
- getClosestElement(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
-
get the node that is closest to the passed (x,y)
- getClosestElement(double, double) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getClosestElement(Point2D) - Method in interface org.jungrapht.visualization.spatial.Spatial
- getClosestElement(Point2D) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Edge
- getClosestElement(Point2D) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Vertex
- getClosestElement(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getClosestElement(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getClosestElement(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
-
get the element that is closest to the passed point
- getClosestElement(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
- getClosestElement(Point2D) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getClusterGraph(Collection<V>) - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
- getCollapsedGraphMap() - Method in interface org.jungrapht.visualization.sublayout.Collapser
- getCollapsedGraphMap() - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
- getColor() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getColor(Map<String, String>) - Static method in class org.jungrapht.samples.util.Colors
- getColorChooserButton() - Method in class org.jungrapht.visualization.annotations.AnnotationControls
- getCombos() - Static method in class org.jungrapht.samples.large.ForceAtlas2WithJGraphtIO
- getCombos() - Static method in class org.jungrapht.samples.large.ShowLayoutsWithJGraphtIO
- getCombos() - Static method in class org.jungrapht.samples.util.LayoutHelper
- getCombos() - Static method in class org.jungrapht.samples.util.SubLayoutHelper
- getComponent() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getComponentGraphs(Graph<V, E>) - Static method in class org.jungrapht.visualization.layout.algorithms.util.ComponentGrouping
- getComposite() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getContained(Spatial, LayoutModel<V>, Shape) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
use the spatial structure to find vertices inside the passed shape
- getContained(SpatialRTree.Edges<E, V>, LayoutModel<V>, Shape) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
use the spatial R tree to find edges inside the passed shape
- getContainer() - Method in class org.jungrapht.visualization.control.modal.ModeContainer
- getContainer(String, Box, JComponent...) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getContainer(Box, JComponent...) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getContainingLeaf(Object) - Method in interface org.jungrapht.visualization.spatial.Spatial
- getContainingLeaf(Object) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
- getContainingLeaf(Object) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getContainingLeaf(Object) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getContainingLeaf(Object) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- getContainingLeaf(Object) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getContainingLeaf(T) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- getContainingLeaf(T) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- getContainingLeaf(T) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- getContainingLeafs(double, double) - Method in interface org.jungrapht.visualization.spatial.Spatial
- getContainingLeafs(double, double) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
- getContainingLeafs(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getContainingLeafs(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getContainingLeafs(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- getContainingLeafs(double, double) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getContainingLeafs(Point2D) - Method in class org.jungrapht.visualization.spatial.rtree.RTree
-
get the R-Tree leaf nodes that would contain the passed point
- getContainingLeafs(Point2D) - Method in interface org.jungrapht.visualization.spatial.Spatial
- getContainingLeafs(Point2D) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
- getContainingLeafs(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getContainingLeafs(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getContainingLeafs(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- getContainingLeafs(Point2D) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getContainingLeafs(Set<LeafNode<T>>, double, double) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- getContainingLeafs(Set<LeafNode<T>>, double, double) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- getContainingLeafs(Set<LeafNode<T>>, double, double) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- getContainingLeafs(Set<LeafNode<T>>, Point2D) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- getContainingLeafs(Set<LeafNode<T>>, Point2D) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- getContainingLeafs(Set<LeafNode<T>>, Point2D) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- getContainingQuadTreeLeaf(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getContainingQuadTreeLeaf(Point2D) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
find the cell that would contain the passed point
- getContainingQuadTreeLeaf(V) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getCorner() - Method in class org.jungrapht.visualization.VisualizationScrollPane
- getCount() - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- getCount() - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- getCountSupplier() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getCrossComponentEdges(Graph<V, E>, Pair<Set<V>>) - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplexDevelopment
- getCrossingCount() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- getCrossover() - Method in class org.jungrapht.visualization.control.CrossoverScalingControl
- getCursor() - Method in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
- getDashing() - Static method in class org.jungrapht.visualization.DefaultRenderContext
- getDelegate() - Method in class org.jungrapht.visualization.decorators.IconShapeFunction
- getDelegate() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getDelegate() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getDemoGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
-
Returns a bigger test graph with a clique, several components, and other parts.
- getDemoGraph() - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
-
Returns a bigger test graph with a clique, several components, and other parts.
- getDemoGraph(boolean) - Static method in class org.jungrapht.samples.util.TestGraphs
-
Returns a bigger test graph with a clique, several components, and other parts.
- getDemoNetwork() - Static method in class org.jungrapht.samples.util.TestGuavaNetworks
-
Returns a bigger test graph with a clique, several components, and other parts.
- getDeviceConfiguration() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getDistanceFromCenter(Point2D) - Method in class org.jungrapht.visualization.transform.Lens
- getDotting() - Static method in class org.jungrapht.visualization.DefaultRenderContext
- getEdge() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- getEdge() - Method in interface org.jungrapht.visualization.layout.util.synthetics.SE
- getEdge() - Method in class org.jungrapht.visualization.layout.util.synthetics.SEI
- getEdge(LayoutModel<V>, double, double) - Method in interface org.jungrapht.visualization.layout.util.EdgeAccessor
-
Returns the edge, if any, associated with (x, y).
- getEdge(LayoutModel<V>, double, double) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns an edge whose shape intersects the 'pickArea' footprint of the passed x,y, coordinates.
- getEdge(LayoutModel<V>, double, double) - Method in class org.jungrapht.visualization.util.RadiusGraphElementAccessor
-
Gets the edge nearest to the location of the (x,y) location selected, whose endpoints are <
maxDistance
. - getEdge(LayoutModel<V>, Rectangle2D) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
- getEdge(LayoutModel<V>, Point) - Method in interface org.jungrapht.visualization.layout.util.EdgeAccessor
- getEdge(LayoutModel<V>, Point) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
- getEdge(LayoutModel<V>, Point) - Method in class org.jungrapht.visualization.util.RadiusGraphElementAccessor
-
Gets the edge nearest to the point location selected, whose endpoints are <
maxDistance
. - getEdge(SpatialRTree.Edges<E, V>, LayoutModel<V>, double, double) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
uses the spatialRTree to find the closest edge to the point coords
- getEdge(SpatialRTree.Edges<E, V>, LayoutModel<V>, Rectangle2D) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
- getEdgeArray(List<LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
get an int array holding the indices of the target vertices for the passed edges
- getEdgeArrow() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeArrow() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeArrowLength() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeArrowLength() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeArrowRenderingSupport() - Method in class org.jungrapht.visualization.renderers.HeavyweightEdgeRenderer
- getEdgeArrowRenderingSupport() - Method in class org.jungrapht.visualization.renderers.LightweightEdgeRenderer
- getEdgeArrowRenderingSupport() - Method in interface org.jungrapht.visualization.renderers.Renderer.Edge
- getEdgeArrowRenderingSupport() - Method in class org.jungrapht.visualization.renderers.Renderer.Edge.NOOP
- getEdgeArrowStrokeFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeArrowStrokeFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeArrowWidth() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeArrowWidth() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeArticulationFunction() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- getEdgeArticulationFunction() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- getEdgeArticulationFunction() - Method in class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunction
- getEdgeArticulationFunction() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- getEdgeArticulationFunction() - Method in interface org.jungrapht.visualization.layout.algorithms.util.EdgeArticulationFunctionSupplier
- getEdgeCutValues(Graph<V, E>) - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplexDevelopment
- getEdgeDrawPaintFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeDrawPaintFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeEffects() - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- getEdgeFactory() - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- getEdgeFillPaintFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeFillPaintFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeFontFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeFontFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeIncludePredicate() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeIncludePredicate() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeIndexFunction() - Method in class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
- getEdgeInTreeMap() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- getEdgeLabelCloseness() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeLabelCloseness() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeLabelFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeLabelFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeLabelMap() - Method in class org.jungrapht.samples.GraphEditorDemo
- getEdgeLabelRenderer() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeLabelRenderer() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeLabelRenderer() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getEdgeLabelRenderer() - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- getEdgeLabelRenderer() - Method in interface org.jungrapht.visualization.renderers.Renderer
- getEdgeLabelRenderer() - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- getEdgeLabelRenderer(ModalRenderer.Mode) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getEdgeLabelRenderer(ModalRenderer.Mode) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- getEdgeLabelRendererComponent(JComponent, Object, Font, boolean, E) - Method in interface org.jungrapht.visualization.renderers.EdgeLabelRenderer
-
Returns the component used for drawing the label.
- getEdgeLabelRendererComponent(JComponent, Object, Font, boolean, E) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Returns the default label renderer for an Edge
- getEdgePointMap() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- getEdgePointMap() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- getEdgePointMap() - Method in interface org.jungrapht.visualization.layout.algorithms.util.LayeredRunnable
- getEdgeRenderer() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getEdgeRenderer() - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- getEdgeRenderer() - Method in interface org.jungrapht.visualization.renderers.Renderer
- getEdgeRenderer() - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- getEdgeRenderer(ModalRenderer.Mode) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getEdgeRenderer(ModalRenderer.Mode) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- getEdgeShape(BiFunction<Graph<V, E>, E, Shape>, E, Graph<V, E>) - Method in class org.jungrapht.visualization.renderers.AbstractEdgeRenderer
-
For Heavyweight graph visualizations, edges are rendered with the user requested edgeShapeFunction.
- getEdgeShape(BiFunction<Graph<V, E>, E, Shape>, E, Graph<V, E>) - Method in class org.jungrapht.visualization.renderers.HeavyweightEdgeRenderer
-
for the HeavyweightEdgeRenderer, we use whatever edge shape was provided by the edgeShapeFunction.
- getEdgeShape(BiFunction<Graph<V, E>, E, Shape>, E, Graph<V, E>) - Method in class org.jungrapht.visualization.renderers.LightweightEdgeRenderer
-
For the LightweightEdgeRenderer, we only want the default 'line' edge shape when the edge is not an articulated edge
- getEdgeShapeFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeShapeFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getEdgeSpatial() - Method in interface org.jungrapht.visualization.VisualizationServer
- getEdgeWidth() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getEdgeWidth() - Method in interface org.jungrapht.visualization.RenderContext
- getEditingModeComboBox(ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getEditingModeMenu(ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getEditingPlugin() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- getElement() - Method in class org.jungrapht.visualization.layout.quadtree.ForceObject
- getEllipse(T) - Method in class org.jungrapht.visualization.util.ShapeFactory
-
Returns a
Ellipse2D
whose width and height are defined by this instance's size and aspect ratio functions. - getExchangevertices() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- getExecutor() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- getExecutor() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- getExecutor() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- getExecutor() - Method in interface org.jungrapht.visualization.layout.algorithms.util.ExecutorConsumer
- getFeedbackArcs() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GreedyCycleRemoval
- getFeedbackEdges() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- getFillButton() - Method in class org.jungrapht.visualization.annotations.AnnotationControls
- getFilteredEdges() - Method in class org.jungrapht.visualization.selection.ShapePickSupport
- getFilteredVertices() - Method in class org.jungrapht.visualization.selection.ShapePickSupport
- getFirstOutsideSegment(Line2D, Shape) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
-
Returns a line that intersects
shape
's boundary. - getFont() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getFont() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getFontMetrics() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getFontMetrics(Font) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getFontRenderContext() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getForceMultiplier() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- getForceObject() - Method in class org.jungrapht.visualization.layout.quadtree.Node
-
if this is an inner node, the forceObject represents the combined force and mass of the child nodes.
- getForElement(E) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Edges
- getForElement(E, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Edges
- getForElement(E, Point, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Edges
- getForElement(T) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector
- getForElement(T, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector
- getForElement(T, Point, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector
- getForElement(V) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Points
- getForElement(V) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Vertices
- getForElement(V, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Points
- getForElement(V, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Vertices
- getForElement(V, Point, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Points
- getForElement(V, Point, Point) - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector.Vertices
- getFRData(V) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- getFullImage() - Method in class org.jungrapht.visualization.VisualizationImageServer
- getGeneratedBipartiteGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
- getGeneratedGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
- getGeneratedGraph() - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
- getGeneratedGraph2() - Static method in class org.jungrapht.samples.util.TestGraphs
- getGeneratedNetwork() - Static method in class org.jungrapht.samples.util.TestGuavaNetworks
- getGraph() - Static method in class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
- getGraph() - Method in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.GraphEvent
- getGraph() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getGraph() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getGraph() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getGraph() - Method in interface org.jungrapht.visualization.VisualizationModel
- getGraphicsContext() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getGraphicsContext() - Method in interface org.jungrapht.visualization.RenderContext
- getGraphMouse() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- getGraphMouse() - Method in interface org.jungrapht.visualization.transform.LensSupport
- getGraphMouse() - Method in interface org.jungrapht.visualization.VisualizationViewer
- getGrid() - Method in class org.jungrapht.visualization.spatial.rtree.RTree
- getGrid() - Method in interface org.jungrapht.visualization.spatial.Spatial
- getGrid() - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
-
return the entire area
- getGrid() - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
Lazily compute the gridCache if needed.
- getGrid() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getGrid() - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- getGrid() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getGrid(List<Shape>, SpatialGrid<V>) - Static method in class org.jungrapht.visualization.spatial.SpatialGrid
- getGridContainer(String, int, JComponent...) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getHeight() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getHeight() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getHeight() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getHeight() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getHexColor(String) - Static method in class org.jungrapht.samples.util.Colors
- getHorizontalScrollBar() - Method in class org.jungrapht.visualization.VisualizationScrollPane
- getIconHeight() - Method in class org.jungrapht.visualization.renderers.Checkmark
- getIconWidth() - Method in class org.jungrapht.visualization.renderers.Checkmark
- getIn() - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- getIndex() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- getIndex() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- getInitialDimensionFunction() - Method in interface org.jungrapht.visualization.VisualizationModel
- getInitialPosition(int, int, int) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
-
override for to always start at zero
- getInitialPosition(int, int, int) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
-
override for to always start at zero
- getInitialPosition(int, int, int) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
-
override for to always start at zero
- getInitialPosition(int, int, int) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- getInitialShape(Point2D) - Method in class org.jungrapht.visualization.control.MultiSelectionStrategy.Arbitrary
- getInitialShape(Point2D) - Method in interface org.jungrapht.visualization.control.MultiSelectionStrategy
- getInitialShape(Point2D) - Method in class org.jungrapht.visualization.control.MultiSelectionStrategy.Rectangular
- getIntermediatePoints() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- getIntermediatePoints() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- getIntermediateVertices() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- getIntermediateVertices() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- getIntersectionPoint(Line2D, Rectangle2D) - Static method in class org.jungrapht.visualization.transform.Intersections
- getInverse() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getLabelEditingPlugin() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- getLabelOffset() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getLabelOffset() - Method in interface org.jungrapht.visualization.RenderContext
- getLastOutsideSegment(Line2D, Shape) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
-
Returns a line that intersects
shape
's boundary. - getLayer() - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- getLayer() - Method in class org.jungrapht.visualization.annotations.Annotation
- getLayerBox() - Method in class org.jungrapht.visualization.annotations.AnnotationControls
- getLayeringPreference() - Method in class org.jungrapht.samples.util.LayeringConfiguration
- getLayerList() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- getLayoutAlgorithm() - Method in enum org.jungrapht.samples.util.LayoutHelper.Layouts
- getLayoutAlgorithm() - Method in enum org.jungrapht.samples.util.SubLayoutHelper.Layouts
- getLayoutAlgorithm() - Method in interface org.jungrapht.visualization.VisualizationModel
- getLayoutAlgorithmBuilder() - Method in enum org.jungrapht.samples.util.LayoutHelper.Layouts
- getLayoutArea() - Method in interface org.jungrapht.visualization.spatial.Spatial
- getLayoutArea() - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
-
return the entire area
- getLayoutArea() - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- getLayoutArea() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
tha layout area that this tree cell operates over
- getLayoutArea() - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- getLayoutArea() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getLayoutModel() - Method in class org.jungrapht.visualization.spatial.AbstractSpatial
- getLayoutModel() - Method in interface org.jungrapht.visualization.spatial.Spatial
- getLayoutModel() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getLayoutModel() - Method in interface org.jungrapht.visualization.VisualizationModel
- getLayoutSize() - Method in interface org.jungrapht.visualization.VisualizationModel
- getLayoutSizeChangeListener() - Method in interface org.jungrapht.visualization.VisualizationModel
- getLayoutSizeChangeListeners() - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
- getLayoutSizeChangeListeners() - Method in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
- getLayoutSizeChangeSupport() - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Producer
- getLayoutSizeChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getLayoutSizeChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getLayoutStateChangeListeners() - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Support
- getLayoutStateChangeListeners() - Method in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
- getLayoutStateChangeSupport() - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Producer
- getLayoutStateChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getLayoutStateChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getLayoutTransformer() - Method in class org.jungrapht.visualization.DefaultTransformer
- getLayoutVertexPositionChangeListeners() - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
- getLayoutVertexPositionChangeListeners() - Method in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
- getLayoutVertexPositionSupport() - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Producer
- getLayoutVertexPositionSupport() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getLayoutVertexPositionSupport() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getLens() - Method in class org.jungrapht.visualization.transform.LensTransformer
- getLensColor() - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- getLensColor() - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- getLensColor() - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- getLensColor() - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- getLensColor() - Method in class org.jungrapht.visualization.DefaultSatelliteVisualizationViewer
- getLensColor() - Method in interface org.jungrapht.visualization.SatelliteVisualizationViewer
- getLensControls() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- getLensPaintable() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- getLensShape() - Method in class org.jungrapht.visualization.transform.Lens
- getLensTransformer() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- getLensTransformer() - Method in interface org.jungrapht.visualization.transform.LensSupport
- getLevel() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getLevelTree() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LevelCross
- getLine() - Method in class org.jungrapht.visualization.transform.shape.Intersector
- getLocation() - Method in class org.jungrapht.visualization.annotations.Annotation
- getLocations() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getLocations() - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- getLocations() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getLowerAnnotationPaintable() - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- getMagnification() - Method in class org.jungrapht.visualization.transform.Lens
- getMap() - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
A Multimap of box number to Lists of vertices in that box
- getMass() - Method in class org.jungrapht.visualization.layout.quadtree.ForceObject
- getMaster() - Method in class org.jungrapht.visualization.DefaultSatelliteVisualizationViewer
- getMaster() - Method in interface org.jungrapht.visualization.SatelliteVisualizationViewer
- getMax() - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- getMax() - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- getMaxXY(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- getMaxXY(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- getMaxXY(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- getMeasure() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- getMeasure() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- getMin() - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- getMin() - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- getMode() - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- getMode() - Method in interface org.jungrapht.visualization.control.modal.Modal
- getMode() - Method in class org.jungrapht.visualization.control.modal.ModeComboBox
- getMode() - Method in class org.jungrapht.visualization.control.modal.ModeControl
- getMode() - Method in class org.jungrapht.visualization.control.modal.ModeMenu
- getMode() - Method in class org.jungrapht.visualization.control.modal.ModePanel
- getMode() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getModeControls(String, DefaultModalGraphMouse) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getModeControls(String, VisualizationViewer) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getModeControls(DefaultModalGraphMouse) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getModeControls(VisualizationViewer) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getModeFor(Supplier<Double>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getModeKeyListener() - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- getModeKeyListener() - Method in interface org.jungrapht.visualization.control.ModalGraphMouse
- getModelChangeListeners() - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Support
- getModelChangeListeners() - Method in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
- getModelChangeSupport() - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Producer
- getModelChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getModelChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getModeRadio(String, DefaultModalGraphMouse) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getModeRadio(DefaultModalGraphMouse) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getModifiersEx() - Method in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
Deprecated.
- getModifiersEx() - Method in class org.jungrapht.visualization.control.GraphMouseAdapter
- getModifiersEx() - Method in interface org.jungrapht.visualization.control.GraphMousePlugin
- getMultiLayerTransformer() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getMultiLayerTransformer() - Method in interface org.jungrapht.visualization.RenderContext
- getMultiSelectionStrategySupplier() - Method in interface org.jungrapht.visualization.VisualizationViewer
- getMultiselectPanel(String, VisualizationViewer) - Static method in class org.jungrapht.samples.util.ControlHelpers
-
Demo helper to make a titled toggle button to choose free-form multiselection
- getNames() - Method in class org.jungrapht.samples.util.LayoutFunction
- getNE() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- getNotchedArrow(float, float, float) - Static method in class org.jungrapht.visualization.util.ArrowFactory
-
Returns an arrowhead in the shape of an isosceles triangle with an isoceles-triangle notch taken out of the base, with the specified base and height measurements.
- getNW() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- getOneComponentGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
-
Returns a bigger, undirected test graph with a just one component.
- getOneComponentGraph() - Static method in class org.jungrapht.samples.util.TestGuavaGraphs
-
Returns a bigger, undirected test graph with a just one component.
- getOneComponentGraph(Supplier<T>) - Static method in class org.jungrapht.samples.util.TestGraphs
- getOneComponentNetwork() - Static method in class org.jungrapht.samples.util.TestGuavaNetworks
-
Returns a bigger, undirected test network with a just one component.
- getOneVertexGraph() - Static method in class org.jungrapht.samples.util.TestGraphs
- getOrDefault(Object, String) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- getOut() - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- getPaint() - Method in class org.jungrapht.visualization.annotations.Annotation
- getPaint() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensControls
- getPaint() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensPaintable
- getPaint() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getParallelEdgeIndexFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getParallelEdgeIndexFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getParent() - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- getParent() - Method in class org.jungrapht.visualization.spatial.rtree.RTreeNode
- getPathIterator(AffineTransform) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- getPathIterator(AffineTransform, double) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- getPickedObject(Point2D) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- getPickedObject(Point2D) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- getPickedObject(Point2D) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- getPickedObject(Point2D) - Method in class org.jungrapht.visualization.spatial.rtree.RTree
-
return an object at point p
- getPickShapes() - Method in class org.jungrapht.visualization.spatial.AbstractSpatial
- getPickShapes() - Method in interface org.jungrapht.visualization.spatial.Spatial
-
a short-lived collection of recent pick target areas
- getPickShapes() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getPickSize() - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns the layoutSize of the edge picking area.
- getPickSupport() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getPickSupport() - Method in interface org.jungrapht.visualization.RenderContext
- getPickSupport() - Method in interface org.jungrapht.visualization.VisualizationServer
- getPoint() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- getPoint() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- getPoint(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompactionDeprecated
- getPoint(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- getPoints() - Method in class org.jungrapht.visualization.transform.shape.Intersector
- getPolarLocations() - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- getPolarLocations() - Method in interface org.jungrapht.visualization.layout.algorithms.RadialTreeLayout
- getPolarLocations() - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- getPolarLocations() - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- getPopupEditingPlugin() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- getPos() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- getPos() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- getPosition() - Method in class org.jungrapht.visualization.renderers.Renderer.VertexLabel.NOOP
- getPosition() - Method in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- getPosition(float, float, Dimension) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer.InsidePositioner
- getPosition(float, float, Dimension) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer.OutsidePositioner
- getPosition(float, float, Dimension) - Method in interface org.jungrapht.visualization.renderers.Renderer.VertexLabel.Positioner
- getPositioner() - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer
- getPositioner() - Method in interface org.jungrapht.visualization.renderers.Renderer.VertexLabel
- getPositioner() - Method in class org.jungrapht.visualization.renderers.Renderer.VertexLabel.NOOP
- getPositioner() - Method in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- getPredicate() - Method in class org.jungrapht.visualization.util.PredicatedParallelEdgeIndexFunction
- getPreferredHeight() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getPreferredHeight() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getPreferredHeight() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getPreferredSize() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getPreferredSize(JComponent) - Method in class org.jungrapht.samples.util.VerticalLabelUI
- getPreferredWidth() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getPreferredWidth() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getPreferredWidth() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getQuadrant(double, double) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
find the quadrant that the point would be in
- getQuadrant(Point) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
find the quadrant that the point would be in
- getRadii() - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- getRadius() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- getRadius() - Method in class org.jungrapht.visualization.transform.Lens
- getRandom() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- getRandom() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- getRank() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- getRank() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- getRatio() - Method in class org.jungrapht.visualization.transform.Lens
- getRectangle() - Method in class org.jungrapht.visualization.transform.shape.Intersector
- getRectangle(T) - Method in class org.jungrapht.visualization.util.ShapeFactory
-
Returns a
Rectangle2D
whose width and height are defined by this instance's size and aspect ratio functions. - getRectangle(T, double) - Method in class org.jungrapht.visualization.util.ShapeFactory
-
Returns a
Rectangle2D
whose width and height are defined by this instance's size and aspect ratio functions. - getRectangles() - Method in class org.jungrapht.visualization.util.BoundingRectangleCollector
- getRectangularShape() - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- getRegularPolygon(T, int) - Method in class org.jungrapht.visualization.util.ShapeFactory
-
Returns a regular
sides
-sidedPolygon
whose bounding box's width and height are defined by this instance's size and aspect ratio functions. - getRegularPolygon(T, int, double) - Method in class org.jungrapht.visualization.util.ShapeFactory
-
Returns a regular
sides
-sidedPolygon
whose bounding box's width and height are defined by this instance's size and aspect ratio functions. - getRegularStar(T, int) - Method in class org.jungrapht.visualization.util.ShapeFactory
-
Returns a regular
Polygon
ofpoints
points whose bounding box's width and height are defined by this instance's layoutSize and aspect ratio functions. - getRenderContext() - Method in interface org.jungrapht.visualization.VisualizationServer
- getRenderContextStateChangeListeners() - Method in interface org.jungrapht.visualization.RenderContextStateChange.Support
- getRenderContextStateChangeListeners() - Method in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
- getRenderContextStateChangeSupport() - Method in class org.jungrapht.visualization.DefaultRenderContext
-
getter for event support.
- getRenderContextStateChangeSupport() - Method in interface org.jungrapht.visualization.RenderContextStateChange.Producer
- getRenderer() - Method in interface org.jungrapht.visualization.VisualizationServer
- getRenderer(ModalRenderer.Mode) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getRenderer(ModalRenderer.Mode) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- getRendererPane() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getRendererPane() - Method in interface org.jungrapht.visualization.RenderContext
- getRenderingHint(RenderingHints.Key) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getRenderingHints() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getRenderingHints() - Method in interface org.jungrapht.visualization.VisualizationServer
- getRepulsionRange() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- getReverseArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class org.jungrapht.visualization.renderers.CenterEdgeArrowRenderingSupport
- getReverseArrowTransform(RenderContext<V, E>, Line2D, Shape) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
- getReverseArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in class org.jungrapht.visualization.renderers.CenterEdgeArrowRenderingSupport
- getReverseArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
- getReverseArrowTransform(RenderContext<V, E>, Shape, Shape) - Method in interface org.jungrapht.visualization.renderers.EdgeArrowRenderingSupport
-
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
- getReverseArrowTransform(RenderContext<V, E>, Shape, Shape, boolean) - Method in class org.jungrapht.visualization.renderers.CenterEdgeArrowRenderingSupport
-
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
- getReverseArrowTransform(RenderContext<V, E>, Shape, Shape, boolean) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
- getReverseArrowTransform(RenderContext<V, E>, Shape, Shape, boolean) - Method in interface org.jungrapht.visualization.renderers.EdgeArrowRenderingSupport
-
Returns a transform to position the arrowhead on this edge shape at the point where it intersects the passed vertex shape.
- getRoot() - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- getRoot() - Method in class org.jungrapht.visualization.spatial.rtree.RTree
- getRootMap() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- getRotation() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getRotation() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getRotation() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getRoundRectangle(T) - Method in class org.jungrapht.visualization.util.ShapeFactory
-
Returns a
RoundRectangle2D
whose width and height are defined by this instance's size and aspect ratio functions. - getRunnable(int, LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- getRunnable(int, LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EiglspergerLayoutAlgorithm
- getRunnable(int, LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- getRunnable(int, LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm
- getScale() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getScale() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getScale() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getScaler() - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- getScaleSupplier() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getScaleX() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getScaleX() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getScaleX() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getScaleY() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getScaleY() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getScaleY() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getScreenDevice() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getScreenDevice() - Method in interface org.jungrapht.visualization.RenderContext
- getSE() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- getSelected() - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- getSelected() - Method in interface org.jungrapht.visualization.selection.SelectedState
- getSelected() - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- getSelectedEdges() - Method in interface org.jungrapht.visualization.VisualizationServer
- getSelectedEdgeState() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getSelectedEdgeState() - Method in interface org.jungrapht.visualization.RenderContext
- getSelectedEdgeState() - Method in interface org.jungrapht.visualization.VisualizationServer
- getSelectedObjects() - Method in class org.jungrapht.samples.util.LayeringConfiguration
- getSelectedObjects() - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
-
for the ItemSelectable interface contract
- getSelectedObjects() - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- getSelectedObjects() - Method in class org.jungrapht.visualization.util.ItemSupport
-
Returns the selected items or
null
if no items are selected. - getSelectedVertex(VisualizationServer<V, E>) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- getSelectedVertexState() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getSelectedVertexState() - Method in interface org.jungrapht.visualization.RenderContext
- getSelectedVertexState() - Method in interface org.jungrapht.visualization.VisualizationServer
- getSelectedVertices() - Method in interface org.jungrapht.visualization.VisualizationServer
- getSelectedVertices(VisualizationServer<V, E>) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- getShape(Image) - Static method in class org.jungrapht.visualization.util.ImageShapeUtils
-
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image
- getShape(BufferedImage) - Static method in class org.jungrapht.visualization.FourPassImageShaper
- getShape(BufferedImage) - Static method in class org.jungrapht.visualization.PivotingImageShaper
-
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image
- getShape(BufferedImage, int) - Static method in class org.jungrapht.visualization.util.ImageShapeUtils
-
Given an image, possibly with a transparent background, return the Shape of the opaque part of the image
- getShape(Image, int) - Static method in class org.jungrapht.visualization.util.ImageShapeUtils
- getShape(String) - Static method in class org.jungrapht.visualization.util.ImageShapeUtils
-
Given the fileName of an image, possibly with a transparent background, return the Shape of the opaque part of the image
- getShape(String, int) - Static method in class org.jungrapht.visualization.util.ImageShapeUtils
-
Given the fileName of an image, possibly with a transparent background, return the Shape of the opaque part of the image
- getShapeBox() - Method in class org.jungrapht.visualization.annotations.AnnotationControls
- getShapeFunction() - Method in class org.jungrapht.visualization.decorators.IconShapeFunction
- getShearX() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getShearX() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getShearX() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getShearY() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getShearY() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getShearY() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getShift() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- getSink() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- getSize() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getSource() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LE
- getSource() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- getSource() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- getSpanningTree(Graph<V, E>) - Static method in class org.jungrapht.samples.util.SpanningTreeAdapter
- getSpanningTree(Graph<V, E>) - Static method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- getSpanningTree(Graph<V, E>) - Static method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplexDevelopment
- getSpatial() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getStandardModeComboBox() - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getStandardModeComboBox(Modal.Mode, ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getStandardModeComboBox(ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getStandardModeMenu() - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getStandardModeMenu(Modal.Mode, ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getStandardModeMenu(ModalGraphMouse...) - Static method in class org.jungrapht.visualization.control.modal.ModeControls
- getStatus() - Method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- getStatus() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- getStretch() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- getStroke() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getStyle() - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns the style of picking used by this instance.
- getSubTree(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.util.TreeUtils
-
Returns a copy of the subtree of
tree
which is rooted atroot
. - getSuccessorTree() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LevelCross
- getSum() - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- getSum() - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- getSW() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- getTarget() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LE
- getTarget() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- getTarget() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- getTargetIndices(List<LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
get an int array holding the indices of the target vertices for the passed edges
- getTheBestSpanningTree() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplexDevelopment
- getToolTipText() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getToolTipText(MouseEvent) - Method in interface org.jungrapht.visualization.VisualizationViewer
-
called by the superclass to display tooltips
- getTransform() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getTransform() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getTransform() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getTransform() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- getTransformedMap() - Method in class org.jungrapht.visualization.layout.util.synthetics.SingletonTransformer
- getTransformer() - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- getTransformer(MultiLayerTransformer.Layer) - Method in class org.jungrapht.visualization.DefaultTransformer
- getTransformer(MultiLayerTransformer.Layer) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- getTransformSupport() - Method in interface org.jungrapht.visualization.VisualizationServer
- getTranslateX() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getTranslateX() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getTranslateX() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getTranslateY() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- getTranslateY() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- getTranslateY() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- getTreeVertices() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- getTypeOneConflicts() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- getUnarticulatedEdgeShapeFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getUnion(Rectangle2D, double, double) - Method in interface org.jungrapht.visualization.spatial.Spatial
- getUnion(Rectangle2D, double, double) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getUnion(Rectangle2D, Point2D) - Method in interface org.jungrapht.visualization.spatial.Spatial
-
expands the passed rectangle so that it includes the passed point
- getUnion(Rectangle2D, Point2D) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getUpperAnnotationPaintable() - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- getUpperNeighbors(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
-
return a list of the upper neighbors for the supplied vertex, sorted in index order
- getValue() - Method in interface org.jungrapht.visualization.layout.algorithms.util.Attributed
- getValue() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- getVertex() - Method in interface org.jungrapht.visualization.layout.util.synthetics.SV
- getVertex() - Method in class org.jungrapht.visualization.layout.util.synthetics.SVI
- getVertex(LayoutModel<V>, double, double) - Method in class org.jungrapht.visualization.layout.util.RadiusVertexAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected, within a distance of
this.maxDistance
. - getVertex(LayoutModel<V>, double, double) - Method in interface org.jungrapht.visualization.layout.util.VertexAccessor
-
Returns the vertex, if any, associated with (x, y).
- getVertex(LayoutModel<V>, double, double) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns the vertex, if any, whose shape contains (x, y).
- getVertex(LayoutModel<V>, Rectangle2D) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns the vertex, if any, whose shape intersects the supplied pickingFootprint.
- getVertex(LayoutModel<V>, Point) - Method in class org.jungrapht.visualization.layout.util.RadiusVertexAccessor
- getVertex(LayoutModel<V>, Point) - Method in interface org.jungrapht.visualization.layout.util.VertexAccessor
- getVertex(LayoutModel<V>, Point) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
- getVertex(Spatial<V, V>, LayoutModel<V>, Rectangle2D) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
uses the spatialRTree to find the closest vertex to the points
- getVertexBoundsFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexDrawPaintFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexDrawPaintFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexFactory() - Method in class org.jungrapht.visualization.control.SimpleVertexSupport
- getVertexFillPaintFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexFillPaintFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexFontFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexFontFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexIconFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexIconFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexIncludePredicate() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexIncludePredicate() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexInTreeMap() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- getVertexLabelDrawPaintFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexLabelDrawPaintFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexLabelFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexLabelFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexLabelMap() - Method in class org.jungrapht.samples.GraphEditorDemo
- getVertexLabelPosition() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexLabelPosition() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexLabelRenderer() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexLabelRenderer() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexLabelRenderer() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getVertexLabelRenderer() - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- getVertexLabelRenderer() - Method in interface org.jungrapht.visualization.renderers.Renderer
- getVertexLabelRenderer() - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- getVertexLabelRenderer(ModalRenderer.Mode) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getVertexLabelRenderer(ModalRenderer.Mode) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- getVertexLabelRendererComponent(JComponent, Object, Font, boolean, V) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Returns the default label renderer for a Vertex
- getVertexLabelRendererComponent(JComponent, Object, Font, boolean, V) - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Returns the default label renderer for a Vertex
- getVertexLabelRendererComponent(JComponent, Object, Font, boolean, V) - Method in interface org.jungrapht.visualization.renderers.VertexLabelRenderer
-
Returns the component used for drawing the label.
- getVertexOrderedList() - Method in class org.jungrapht.visualization.layout.algorithms.util.CircleLayoutReduceEdgeCrossing
- getVertexRenderer() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getVertexRenderer() - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- getVertexRenderer() - Method in interface org.jungrapht.visualization.renderers.Renderer
- getVertexRenderer() - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- getVertexRenderer(ModalRenderer.Mode) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- getVertexRenderer(ModalRenderer.Mode) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- getVertexShape(RenderContext<V, E>, V) - Method in class org.jungrapht.visualization.renderers.AbstractVertexRenderer
-
LightweightVertexRenderer overrides to provide a lightweight shape HeavyweightVertexRenderer uses the configured vertexShapeFunction
- getVertexShape(RenderContext<V, E>, V) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexRenderer
- getVertexShape(RenderContext<V, E>, V) - Method in class org.jungrapht.visualization.renderers.LightweightVertexRenderer
- getVertexShapeFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexShapeFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexShapeFunction() - Method in class org.jungrapht.visualization.renderers.LightweightVertexRenderer
- getVertexSpatial() - Method in interface org.jungrapht.visualization.VisualizationServer
- getVertexStrokeFunction() - Method in class org.jungrapht.visualization.DefaultRenderContext
- getVertexStrokeFunction() - Method in interface org.jungrapht.visualization.RenderContext
- getVertexSupport() - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- getVertexTransformer() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.TransformedGraphSupplier
- getVertexTransformer() - Method in class org.jungrapht.visualization.layout.util.synthetics.SVTransformedGraphSupplier
- getVerticalScrollBar() - Method in class org.jungrapht.visualization.VisualizationScrollPane
- getVertices() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getVertices(List<Spatial>) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getVertices(LayoutModel<V>, Shape) - Method in interface org.jungrapht.visualization.control.GraphElementAccessor
- getVertices(LayoutModel<V>, Shape) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns the vertices whose layout coordinates are contained in
Shape
. - getVertices(LayoutModel<V>, Shape) - Method in class org.jungrapht.visualization.util.RadiusGraphElementAccessor
- getViewChangeListeners() - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Support
- getViewChangeListeners() - Method in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
- getViewChangeSupport() - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Producer
- getViewChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getViewChangeSupport() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getViewTransformer() - Method in class org.jungrapht.visualization.DefaultTransformer
- getVisibleElements(Shape) - Method in interface org.jungrapht.visualization.spatial.Spatial
- getVisibleElements(Shape) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Edge
- getVisibleElements(Shape) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Vertex
- getVisibleElements(Shape) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
Given an area, return a collection of the vertices that are contained in it (the vertices that are contained in the boxes that intersect with the area)
- getVisibleElements(Shape) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getVisibleElements(Shape) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
- getVisibleElements(Shape) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
- getVisibleElements(Shape) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- getVisibleElements(Set<T>, Shape) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- getVisibleElements(Set<T>, Shape) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- getVisibleElements(Set<T>, Shape) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- getVisibleTiles(Shape) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
given a rectangular area and an offset, return the tile numbers that are contained in it
- getVisibleVertices(Rectangle2D) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- getVisualizationModel() - Method in interface org.jungrapht.visualization.VisualizationServer
- getWedgeArrow(float, float) - Static method in class org.jungrapht.visualization.util.ArrowFactory
-
Returns an arrowhead in the shape of a simple isosceles triangle with the specified base and height measurements.
- getWeight() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- getWidth() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- getWidth() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- getWidth() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- getWidth() - Method in interface org.jungrapht.visualization.VisualizationComponent
- getX() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- getY() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- getZoomControls(String, VisualizationServer) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getZoomControls(String, VisualizationServer, LayoutManager) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getZoomControls(VisualizationServer) - Static method in class org.jungrapht.samples.util.ControlHelpers
- getZoomControls(VisualizationServer, LayoutManager) - Static method in class org.jungrapht.samples.util.ControlHelpers
- GhidraModuleDependencyGraphDemo - Class in org.jungrapht.samples.tree
-
Demonstrates the visualization of the Ghidra module dependencies.
- GhidraModuleDependencyGraphDemo() - Constructor for class org.jungrapht.samples.tree.GhidraModuleDependencyGraphDemo
- GradientVertexRenderer<V,E> - Class in org.jungrapht.visualization.renderers
-
A renderer that will fill vertex shapes with a GradientPaint
- GradientVertexRenderer(Color, Color, boolean) - Constructor for class org.jungrapht.visualization.renderers.GradientVertexRenderer
- GradientVertexRenderer(MutableSelectedState<V>, Color, Color, Color, Color, boolean) - Constructor for class org.jungrapht.visualization.renderers.GradientVertexRenderer
- graph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- graph - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- graph - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- graph - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.TransformedGraphSupplier
- graph - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- graph - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- graph - Variable in class org.jungrapht.visualization.layout.util.synthetics.SVTransformedGraphSupplier
- graph - Variable in class org.jungrapht.visualization.sublayout.GraphCollapser
- graph - Variable in class org.jungrapht.visualization.util.BoundingRectanglePaintable
- graph - Variable in class org.jungrapht.visualization.VisualizationModel.Builder
-
a
Graph
to visualize - graph - Variable in class org.jungrapht.visualization.VisualizationServer.Builder
-
the
Graph
to be visualized - graph(Graph<V, ?>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- graph_index - Static variable in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
- graph_names - Static variable in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
- graphArray - Static variable in class org.jungrapht.samples.ShowLayouts
- graphArray - Static variable in class org.jungrapht.samples.ShowLayoutsWithGreedyVertexColoring
- graphArray - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
- graphArray - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaNetworks
- graphArray - Static variable in class org.jungrapht.samples.ShowLayoutsWithImageIconVertices
- graphClicked(V, MouseEvent) - Method in interface org.jungrapht.visualization.control.GraphMouseListener
- GraphCollapser<V,E> - Class in org.jungrapht.visualization.sublayout
-
Will collapse a selected collection of vertices into one vertex.
- GraphCollapser(Graph<V, E>) - Constructor for class org.jungrapht.visualization.sublayout.GraphCollapser
-
create an instance with a
Graph
and aSupplier<V>
- GraphEditorDemo - Class in org.jungrapht.samples
-
Shows how to create a graph editor with JUNG.
- GraphEditorDemo() - Constructor for class org.jungrapht.samples.GraphEditorDemo
-
create an instance of a simple graph with popup controls to create a graph.
- GraphElementAccessor<V,E> - Interface in org.jungrapht.visualization.control
-
Interface for coordinate-based selection of graph components.
- GraphEvent(LayoutVertexPositionChange.Event<V>, Graph<V, ?>) - Constructor for class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.GraphEvent
- GraphEvent(V, Graph<V, ?>, Point) - Constructor for class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.GraphEvent
- Graphics2DWrapper - Class in org.jungrapht.visualization.transform.shape
-
a complete wrapping of Graphics2D, useful as a base class.
- Graphics2DWrapper() - Constructor for class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- Graphics2DWrapper(Graphics2D) - Constructor for class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- graphicsContext - Variable in class org.jungrapht.visualization.DefaultRenderContext
- GraphicsDecorator - Class in org.jungrapht.visualization.transform.shape
-
an extendion of Graphics2DWrapper that adds enhanced methods for drawing icons and components
- GraphicsDecorator() - Constructor for class org.jungrapht.visualization.transform.shape.GraphicsDecorator
- GraphicsDecorator(Graphics2D) - Constructor for class org.jungrapht.visualization.transform.shape.GraphicsDecorator
- GraphImage - Class in org.jungrapht.visualization.util
- GraphImage() - Constructor for class org.jungrapht.visualization.util.GraphImage
- graphIndex - Static variable in class org.jungrapht.samples.ShowLayouts
- graphIndex - Static variable in class org.jungrapht.samples.ShowLayoutsWithGreedyVertexColoring
- graphIndex - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
- graphIndex - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaNetworks
- graphIndex - Static variable in class org.jungrapht.samples.ShowLayoutsWithImageIconVertices
- GraphLayers - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- graphMouse - Variable in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- graphMouse - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
- graphMouse - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- graphMouse - Variable in class org.jungrapht.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
- graphMouse - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- graphMouse - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- graphMouse - Variable in class org.jungrapht.visualization.VisualizationViewer.Builder
- graphMouse(VisualizationViewer.GraphMouse) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- graphMouse(VisualizationViewer.GraphMouse) - Method in class org.jungrapht.visualization.VisualizationViewer.Builder
- GraphMouseAdapter - Class in org.jungrapht.visualization.control
-
Simple extension of MouseAdapter that supplies modifier checking
- GraphMouseAdapter(int) - Constructor for class org.jungrapht.visualization.control.GraphMouseAdapter
- GraphMouseListener<V> - Interface in org.jungrapht.visualization.control
-
This interface allows users to register listeners to register to receive vertex clicks.
- GraphMousePlugin - Interface in org.jungrapht.visualization.control
-
the interface for all plugins to the PluggableGraphMouse
- graphNames - Static variable in class org.jungrapht.samples.ShowLayouts
- graphNames - Static variable in class org.jungrapht.samples.ShowLayoutsWithGreedyVertexColoring
- graphNames - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
- graphNames - Static variable in class org.jungrapht.samples.ShowLayoutsWithGuavaNetworks
- graphNames - Static variable in class org.jungrapht.samples.ShowLayoutsWithImageIconVertices
- graphPressed(V, MouseEvent) - Method in interface org.jungrapht.visualization.control.GraphMouseListener
- graphReleased(V, MouseEvent) - Method in interface org.jungrapht.visualization.control.GraphMouseListener
- graphSupplier - Variable in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- graphTypeBuilder - Variable in class org.jungrapht.visualization.sublayout.GraphCollapser
- gravityK(double) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set gravity K.
- GreedyCycleRemoval<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Remove cycles in the graph and place them in a collection of feedback edges.
- GreedyCycleRemoval(Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.GreedyCycleRemoval
- Grid() - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.Grid
- Grid(int, int, int, Color) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.Grid
- GRID - org.jungrapht.visualization.VisualizationModel.SpatialSupport
- gridCache - Variable in class org.jungrapht.visualization.spatial.AbstractSpatial
-
a memoization of the grid rectangles used for rendering as Paintables for debugging
- groupByComponents(Graph<V, E>, List<V>) - Static method in class org.jungrapht.visualization.layout.algorithms.util.ComponentGrouping
- growSubTree(Graph<V, E>, Graph<V, E>, V) - Static method in class org.jungrapht.visualization.util.TreeUtils
-
Populates
subtree
with the subtree oftree
which is rooted atroot
.
H
- handlePopup(MouseEvent) - Method in class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- handlePopup(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingPopupGraphMousePlugin
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Pair
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLE
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLV
- hashCode() - Method in class org.jungrapht.visualization.layout.algorithms.util.Pair
- hashCode() - Method in class org.jungrapht.visualization.layout.model.Dimension
- hashCode() - Method in class org.jungrapht.visualization.layout.model.Point
- hashCode() - Method in class org.jungrapht.visualization.layout.model.PolarPoint
- hashCode() - Method in class org.jungrapht.visualization.layout.model.Rectangle
- hashCode() - Method in class org.jungrapht.visualization.layout.quadtree.ForceObject
- hashCode() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- hashCode() - Method in class org.jungrapht.visualization.layout.util.synthetics.SEI
- hashCode() - Method in class org.jungrapht.visualization.layout.util.synthetics.SVI
- hashCode() - Method in class org.jungrapht.visualization.layout.util.synthetics.SyntheticSE
- hashCode() - Method in class org.jungrapht.visualization.layout.util.synthetics.SyntheticSV
- hashCode() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- hashCode() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- hasNext() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree.Iterator
- hasPredecessor(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- hDirection - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- hDirection - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- HEAVYWEIGHT - Static variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- HeavyweightEdgeRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- HeavyweightEdgeRenderer() - Constructor for class org.jungrapht.visualization.renderers.HeavyweightEdgeRenderer
- heavyweightRenderer(Renderer<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
- HeavyweightVertexLabelRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- HeavyweightVertexLabelRenderer() - Constructor for class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer
- HeavyweightVertexLabelRenderer.InsidePositioner - Class in org.jungrapht.visualization.renderers
- HeavyweightVertexLabelRenderer.OutsidePositioner - Class in org.jungrapht.visualization.renderers
- HeavyweightVertexRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- HeavyweightVertexRenderer() - Constructor for class org.jungrapht.visualization.renderers.HeavyweightVertexRenderer
- HeavyweightVertexSelectionRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- HeavyweightVertexSelectionRenderer() - Constructor for class org.jungrapht.visualization.renderers.HeavyweightVertexSelectionRenderer
- HeayweightEdgeLabelRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- HeayweightEdgeLabelRenderer() - Constructor for class org.jungrapht.visualization.renderers.HeayweightEdgeLabelRenderer
- height - Variable in class org.jungrapht.visualization.layout.event.LayoutSizeChange.Event
- height - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- height - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- height - Variable in class org.jungrapht.visualization.layout.model.Dimension
-
vertical expanse
- height - Variable in class org.jungrapht.visualization.layout.model.Rectangle
-
height (y dimension
- height - Variable in class org.jungrapht.visualization.layout.util.RandomLocationTransformer
- height() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- height(int) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- height(InsertionOrderSplayTree.Node<T>) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- heights - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- HierarchicalMinCrossLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
A Hierarchical Minimum-Cross layout algorithm based on Sugiyama.
- HierarchicalMinCrossLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- HierarchicalMinCrossLayoutAlgorithm(Function<V, Rectangle>, int, boolean, boolean, boolean, int, int, Function<Graph<V, E>, Integer>, boolean, Layering, boolean, Executor, boolean, Runnable) - Constructor for class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- HierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T extends HierarchicalMinCrossLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends HierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
a Builder to create a configured instance
- HIGHEST - org.jungrapht.visualization.selection.ShapePickSupport.Style
- hit(Rectangle, Shape, boolean) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- hit(Rectangle, Shape, boolean) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
-
transform the shape before letting the delegate apply 'hit' with it
- hitClip(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- horizontalBalancing - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- horizontalBalancing(HorizontalCompaction<V>...) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- HorizontalCenterNodeComparator<T> - Class in org.jungrapht.visualization.spatial.rtree
-
A comparator to compare along the x-axis, Vertices where the values are Rectangle2D are compared with the center x values
- HorizontalCenterNodeComparator() - Constructor for class org.jungrapht.visualization.spatial.rtree.HorizontalCenterNodeComparator
- horizontalCompaction() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- horizontalCompaction() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompactionDeprecated
- horizontalCompaction() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- HorizontalCompaction<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- HorizontalCompaction<V> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- HorizontalCompaction(VerticalAlignment.HDirection, VerticalAlignment.VDirection, Graph<LV<V>, LE<V, E>>, Graph<LV<V>, Integer>, LV<V>[][], Map<LV<V>, LV<V>>, Map<LV<V>, LV<V>>, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- HorizontalCompaction(LV<V>[][], Map<LV<V>, LV<V>>, Map<LV<V>, LV<V>>, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- HorizontalCompactionDeprecated<V> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- HorizontalCompactionDeprecated(LV<V>[][], Map<LV<V>, LV<V>>, Map<LV<V>, LV<V>>, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompactionDeprecated
- horizontalCoordinateAssignment() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.SelectiveEiglspergerHorizontalCoordinateAssignment
- horizontalCoordinateAssignment() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.SelectiveSugiyamaHorizontalCoordinateAssignment
- horizontalCoordinateAssignment() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- horizontalCoordinateAssignment() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
- horizontalCoordinateAssignment() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- HorizontalCoordinateAssignment<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- HorizontalCoordinateAssignment<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- HorizontalCoordinateAssignment(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- HorizontalCoordinateAssignment(LV<V>[][], Graph<LV<V>, LE<V, E>>, Graph<LV<V>, Integer>, Set<LE<V, E>>, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- HorizontalCoordinateAssignmentDeprecated<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- HorizontalCoordinateAssignmentDeprecated(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
- HorizontalEdgeMapEntryComparator<T> - Class in org.jungrapht.visualization.spatial.rtree
-
A comparator to compare along the x-axis, Map.Entries where the values are Rectangle2D First compare the min x values, then the max x values
- HorizontalEdgeMapEntryComparator() - Constructor for class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeMapEntryComparator
- HorizontalEdgeNodeComparator<T> - Class in org.jungrapht.visualization.spatial.rtree
-
A comparator to compare along the x-axis, Vertices where the values are Rectangle2D First compare the min x values, then the max x values
- HorizontalEdgeNodeComparator() - Constructor for class org.jungrapht.visualization.spatial.rtree.HorizontalEdgeNodeComparator
- horizontalOffset - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- horizontalOffset - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- horizontalScrollBar - Variable in class org.jungrapht.visualization.VisualizationScrollPane
- horizontalSpacing - Variable in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- horizontalSpacing(int) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- horizontalVertexSpacing - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- horizontalVertexSpacing - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
The horizontal vertex spacing.
- horizontalVertexSpacing(int) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- HyperbolicShapeTransformer - Class in org.jungrapht.visualization.transform.shape
-
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeFlatnessTransformer.
- HyperbolicShapeTransformer(Dimension, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
-
Create an instance, setting values from the passed component and registering to listen for layoutSize changes on the component, with a possibly shared transform
delegate
. - HyperbolicShapeTransformer(Lens, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
-
Create an instance, setting values from the passed component and registering to listen for layoutSize changes on the component.
- HyperbolicShapeTransformer(HyperbolicShapeTransformer.Builder) - Constructor for class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
- HyperbolicShapeTransformer.Builder<T extends HyperbolicShapeTransformer,B extends HyperbolicShapeTransformer.Builder<T,B>> - Class in org.jungrapht.visualization.transform.shape
- HyperbolicTransformer - Class in org.jungrapht.visualization.transform
-
HyperbolicTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a fisheye projection of the graph points, with points near the center spread out and points near the edges collapsed onto the circumference of an ellipse or the boundaries of a rectangle
- HyperbolicTransformer(Dimension) - Constructor for class org.jungrapht.visualization.transform.HyperbolicTransformer
-
Create an instance, setting values from the passed component and registering to listen for layoutSize changes on the component.
- HyperbolicTransformer(Dimension, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.HyperbolicTransformer
-
create an instance, setting values from the passed component and registering to listen for layoutSize changes on the component
- HyperbolicTransformer(HyperbolicTransformer.Builder) - Constructor for class org.jungrapht.visualization.transform.HyperbolicTransformer
- HyperbolicTransformer(Lens, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.HyperbolicTransformer
-
Create an instance with a possibly shared transform.
- HyperbolicTransformer.Builder<T extends HyperbolicTransformer,B extends HyperbolicTransformer.Builder<T,B>> - Class in org.jungrapht.visualization.transform
I
- IconCache<V> - Class in org.jungrapht.visualization.util
-
a lazy-map backed
Function
that creates an image icon for each vertex - IconCache(IconCache.Builder<V>) - Constructor for class org.jungrapht.visualization.util.IconCache
- IconCache.Builder<V> - Class in org.jungrapht.visualization.util
-
Builder for IconCache
- IconCache.Decorator<V> - Interface in org.jungrapht.visualization.util
-
extend this interface to apply 'decorations' to the vertex labels after they are drawn.
- IconCache.Stylist<V> - Interface in org.jungrapht.visualization.util
-
allows for functional interface method to set the font, colors, etc for the vertex JLabel.
- iconFunction - Variable in class org.jungrapht.visualization.decorators.IconShapeFunction
- IconFunction<V> - Class in org.jungrapht.visualization.util
- IconFunction(Function<V, String>) - Constructor for class org.jungrapht.visualization.util.IconFunction
- IconShapeFunction<T> - Class in org.jungrapht.visualization.decorators
-
A default implementation that stores images in a Map keyed on the input T.
- IconShapeFunction(Function<T, Shape>) - Constructor for class org.jungrapht.visualization.decorators.IconShapeFunction
-
Creates an instance with the specified delegate.
- IDENTITY - Static variable in class org.jungrapht.visualization.layout.model.Rectangle
-
identity rectangle of zero size at origin
- IDENTITY_SHAPE - Static variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- idx(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- idx(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompactionDeprecated
- idx(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- idx(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
- idx(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- idx(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated
- idx(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- ImageEdgeLabelDemo - Class in org.jungrapht.samples
-
Demonstrates the use of images on graph edge labels.
- ImageEdgeLabelDemo() - Constructor for class org.jungrapht.samples.ImageEdgeLabelDemo
- ImageShapeUtils - Class in org.jungrapht.visualization.util
- ImageShapeUtils() - Constructor for class org.jungrapht.visualization.util.ImageShapeUtils
- in - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- in - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse
-
used by the scaling plugins for zoom in
- in - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
the amount to zoom in by
- in(float) - Method in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- incidentToInnerSegment(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
-
override to say that only QVertices are incident to an inner edge that spans from previous rank to this one
- incidentToInnerSegment(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
-
override to say that only QVertices are incident to an inner edge that spans from previous rank to this one
- incidentToInnerSegment(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- index - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- index - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
- initialAdaption - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- initialDimensionFunction - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- initialDimensionFunction - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- initialDimensionFunction - Variable in class org.jungrapht.visualization.VisualizationModel.Builder
- initialDimensionFunction - Variable in class org.jungrapht.visualization.VisualizationServer.Builder
- initialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- initialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in class org.jungrapht.visualization.VisualizationModel.Builder
- initialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in class org.jungrapht.visualization.VisualizationServer.Builder
- InitialDimensionFunction<V> - Class in org.jungrapht.visualization.layout.algorithms.util
- InitialDimensionFunction() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
- InitialDimensionFunction.Builder<V,T extends InitialDimensionFunction<V>,B extends InitialDimensionFunction.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms.util
- initialize() - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Had to override this one as well, to ensure that setRoot() is called.
- initialize() - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- initialize() - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
-
Runs the layout.
- initialize() - Method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- initialize() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- initialize() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- initializer - Variable in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- initializer - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- initializer - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- initializer - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- initializer - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- initializer - Variable in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- initializer - Variable in class org.jungrapht.visualization.VisualizationModel.Builder
-
a
Function
to set initial vertex locations - initializer(Function<V, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set this function if you want to use pre-computed or old layout.
- initializer(Function<V, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- initializer(Function<V, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- initializer(Function<V, Point>) - Method in class org.jungrapht.visualization.layout.model.LayoutModel.Builder
-
sets the initializer to use for new vertices
- initializer(Function<V, Point>) - Method in class org.jungrapht.visualization.VisualizationModel.Builder
- initialSelection(int) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- initialSelection(int) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- InnerNode<T> - Class in org.jungrapht.visualization.spatial.rtree
-
a non-leaf node of the R-Tree.
- insert(ForceObject) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- insert(ForceObject<T>) - Method in class org.jungrapht.visualization.layout.quadtree.Node
-
insert a new ForceObject into the tree.
- insert(V) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- InsertionOrderSplayTree<T> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
A splay tree for items that are not Comparable.
- InsertionOrderSplayTree() - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- InsertionOrderSplayTree(InsertionOrderSplayTree.Node<T>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- InsertionOrderSplayTree.Iterator<V> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- InsertionOrderSplayTree.Node<T> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- insertionSortCounter(int[]) - Static method in class org.jungrapht.visualization.layout.algorithms.util.InsertionSortCounter
- insertionSortCounter(List<Integer>) - Static method in class org.jungrapht.visualization.layout.algorithms.util.InsertionSortCounter
- InsertionSortCounter - Class in org.jungrapht.visualization.layout.algorithms.util
-
InsertionSort counter.
- InsertionSortCounter() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.InsertionSortCounter
- inside(double, double, double, double) - Method in class org.jungrapht.visualization.layout.model.Point
- inside(Circle) - Method in class org.jungrapht.visualization.layout.model.Point
- inside(Rectangle) - Method in class org.jungrapht.visualization.layout.model.Point
- InsidePositioner() - Constructor for class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer.InsidePositioner
- instructions - Static variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- intermediatePoints - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- intermediatePoints - Variable in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- intermediateVertices - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- intermediateVertices - Variable in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- InternalFrameSatelliteViewDemo - Class in org.jungrapht.samples
-
Similar to the SatelliteViewDemo, but using JInternalFrame.
- InternalFrameSatelliteViewDemo() - Constructor for class org.jungrapht.samples.InternalFrameSatelliteViewDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- intersection(Dimension) - Method in class org.jungrapht.visualization.layout.model.Dimension
- Intersections - Class in org.jungrapht.visualization.transform
- Intersections() - Constructor for class org.jungrapht.visualization.transform.Intersections
- intersectLine(Line2D) - Method in class org.jungrapht.visualization.transform.shape.Intersector
- Intersector - Class in org.jungrapht.visualization.transform.shape
- Intersector(Rectangle) - Constructor for class org.jungrapht.visualization.transform.shape.Intersector
- Intersector(Rectangle, Line2D) - Constructor for class org.jungrapht.visualization.transform.shape.Intersector
- intersects(double, double, double, double) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- intersects(Rectangle2D) - Method in class org.jungrapht.visualization.decorators.ExpandXY
- intersects(Rectangle) - Method in class org.jungrapht.visualization.layout.model.Circle
- intersects(Rectangle) - Method in class org.jungrapht.visualization.layout.model.Rectangle
-
fail-fast implementation to reduce computation
- inverse - Variable in class org.jungrapht.visualization.transform.AffineTransformer
- inverseLayoutTransform(Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseLayoutTransform(Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseTransform(double, double) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseTransform(double, double) - Method in class org.jungrapht.visualization.transform.AffineTransformer
- inverseTransform(double, double) - Method in interface org.jungrapht.visualization.transform.BidirectionalTransformer
- inverseTransform(double, double) - Method in class org.jungrapht.visualization.transform.LensTransformer
- inverseTransform(Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseTransform(Point2D) - Method in class org.jungrapht.visualization.transform.AffineTransformer
-
applies the inverse transform to the supplied point
- inverseTransform(Point2D) - Method in interface org.jungrapht.visualization.transform.BidirectionalTransformer
-
convert the supplied screen coordinate to the graph coordinate.
- inverseTransform(Point2D) - Method in class org.jungrapht.visualization.transform.HyperbolicTransformer
-
override base class to un-project the fisheye effect
- inverseTransform(Point2D) - Method in class org.jungrapht.visualization.transform.LensTransformer
-
override base class to un-project the fisheye effect
- inverseTransform(Point2D) - Method in class org.jungrapht.visualization.transform.MagnifyTransformer
-
override base class to un-project the fisheye effect
- inverseTransform(Point2D) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- inverseTransform(Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseTransform(Shape) - Method in class org.jungrapht.visualization.transform.AffineTransformer
-
Transform the supplied shape from screen (view) to graph (layout) coordinates.
- inverseTransform(Shape) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- inverseTransform(Shape) - Method in class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
- inverseTransform(Shape) - Method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- inverseTransform(Shape) - Method in interface org.jungrapht.visualization.transform.shape.ShapeTransformer
- inverseTransform(MultiLayerTransformer.Layer, double, double) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseTransform(MultiLayerTransformer.Layer, double, double) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- inverseTransform(MultiLayerTransformer.Layer, Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseTransform(MultiLayerTransformer.Layer, Point2D) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- inverseTransform(MultiLayerTransformer.Layer, Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseTransform(MultiLayerTransformer.Layer, Shape) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- inverseTransform(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.LensTransformSupport
-
Overridden to apply lens effects to the transformation from view to layout coordinates
- inverseTransform(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.TransformSupport
-
Overridden to apply lens effects to the transformation from view to layout coordinates
- inverseTransform(VisualizationServer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.LensTransformSupport
-
Overridden to perform lens effects when inverse transforming from view to layout.
- inverseTransform(VisualizationServer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.TransformSupport
-
Overriden to perform lens effects when inverse transforming from view to layout.
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
override to consider Lens effects
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
-
Overriden to apply lens effects to the transformation from view to layout coordinates
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin
-
Overridden to apply lens effects to the transformation from view to layout coordinates
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin
-
Overridden to apply lens effects to the transformation from view to layout coordinates
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin
-
Overridden to apply lens effects to the transformation from view to layout coordinates
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
override to consider Lens effects
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
override to consider Lens effects
- inverseTransform(VisualizationViewer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
override to consider Lens effects
- inverseViewTransform(Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- inverseViewTransform(Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- isActive() - Method in class org.jungrapht.visualization.spatial.AbstractSpatial
- isActive() - Method in interface org.jungrapht.visualization.spatial.Spatial
- isActive() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- isActive() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- isActive() - Method in interface org.jungrapht.visualization.transform.LensSupport
- isComplete(int) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- isDoubleBuffered() - Method in interface org.jungrapht.visualization.VisualizationServer
-
Returns whether this class uses double buffering.
- isEdgeRendered(E) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns
true
if this edge and its endpoints in this graph are all included in the collections of elements to be rendered, andfalse
otherwise. - isEmpty() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- isEnabled() - Method in class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
- isFill() - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- isFill() - Method in class org.jungrapht.visualization.annotations.Annotation
- isFillImages() - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- isFireEvents() - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
- isFireEvents() - Method in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
- isFireEvents() - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Support
- isFireEvents() - Method in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
- isFireEvents() - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
- isFireEvents() - Method in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
- isFireEvents() - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Support
- isFireEvents() - Method in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
- isFireEvents() - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Support
- isFireEvents() - Method in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
- isFireEvents() - Method in interface org.jungrapht.visualization.RenderContextStateChange.Support
- isFireEvents() - Method in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
- isForestShaped(Graph<V, ?>) - Static method in class org.jungrapht.visualization.util.TreeUtils
-
A graph is "forest-shaped" if it is directed, acyclic, and each vertex has at most one predecessor.
- isIsolatedVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- isIsolatedVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GreedyCycleRemoval
- isIsolatedVertex(Graph<V, E>, V) - Static method in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- isIsolatedVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.util.ComponentGrouping
- isLeaf() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- isLeafChildren() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
true if the children are LeafVertices
- isLeafChildren() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
always false.
- isLeafChildren() - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- isLocked() - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- isLocked() - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- isLocked() - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- isLocked() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- isLocked() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- isLocked() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- isLocked(V) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- isLocked(V) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- isLocked(V) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- isLoop(Graph<?, E>, E) - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
- isLoopVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- isLoopVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GreedyCycleRemoval
- isLoopVertex(Graph<V, E>, V) - Static method in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- isLoopVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.util.ComponentGrouping
- isolate() - Method in class org.jungrapht.visualization.transform.LensManager
- isolatedCompactionGraphVertices - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- ISOMLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
Implements a self-organizing map layout algorithm, based on Meyer's self-organizing graph methods.
- ISOMLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- ISOMLayoutAlgorithm(ISOMLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- ISOMLayoutAlgorithm.Builder<V,T extends ISOMLayoutAlgorithm<V>,B extends ISOMLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- isOpaque() - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- isOpaque() - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overridden for performance reasons.
- isOpaque() - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overridden for performance reasons.
- isOpaque() - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Overridden for performance reasons.
- isOutlineImages() - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- isPluginsLoaded() - Method in interface org.jungrapht.visualization.VisualizationViewer.GraphMouse
- isReinsert() - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- isRelaxing() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- isRelaxing() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- isRelaxing() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
-
indicates that there is a relaxer thread operating on this LayoutModel
- isRotateEdgeLabels() - Method in interface org.jungrapht.visualization.renderers.EdgeLabelRenderer
- isRotateEdgeLabels() - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
- isSelected(E) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- isSelected(T) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- isSelected(T) - Method in interface org.jungrapht.visualization.selection.SelectedState
- isShapeImages() - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
- isThreaded() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- isThreaded() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- isThreaded() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- isThreaded() - Method in interface org.jungrapht.visualization.layout.algorithms.util.Threaded
- isThreaded() - Method in class org.jungrapht.visualization.layout.algorithms.util.Threaded.NoOp
- isVertexRendered(V) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Returns
true
if this vertex in this graph is included in the collections of elements to be rendered, andfalse
otherwise. - isZeroDegreeVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- isZeroDegreeVertex(Graph<V, E>, V) - Static method in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- isZeroDegreeVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.util.ComponentGrouping
- itemListener - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- itemListener(ItemListener) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- itemStateChanged(ItemEvent) - Method in class org.jungrapht.samples.LensVertexImageShaperDemo.PickWithIconListener
- itemStateChanged(ItemEvent) - Method in class org.jungrapht.samples.VertexImageShaperDemo.PickWithIconListener
- itemStateChanged(ItemEvent) - Method in class org.jungrapht.visualization.selection.SelectedState.StateChangeListener
- ItemSupport<T> - Class in org.jungrapht.visualization.util
- ItemSupport() - Constructor for class org.jungrapht.visualization.util.ItemSupport
- IterativeContext - Interface in org.jungrapht.visualization.layout.algorithms.util
-
An interface for algorithms that proceed iteratively.
- IterativeLayoutAlgorithm<V> - Interface in org.jungrapht.visualization.layout.algorithms
-
A LayoutAlgorithm that may utilize a pre-relax phase, which is a loop of calls to
step
that occurr in the current thread instead of in a new Thread. - Iterator(InsertionOrderSplayTree.Node<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree.Iterator
J
- JLabelEdgeLabelRenderer - Class in org.jungrapht.visualization.renderers
-
JLabelEdgeLabelRenderer is similar to the cell renderers used by the JTable and JTree jfc classes.
- JLabelEdgeLabelRenderer(Color) - Constructor for class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
- JLabelEdgeLabelRenderer(Color, boolean) - Constructor for class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Creates an instance with the specified properties.
- JLabelVertexLabelRenderer - Class in org.jungrapht.visualization.renderers
-
JLabelVertexLabelRenderer is similar to the cell renderers used by the JTable and JTree JFC classes.
- JLabelVertexLabelRenderer(Color) - Constructor for class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Creates a default table cell renderer.
- join(InsertionOrderSplayTree<T>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- join(Pair<InsertionOrderSplayTree<T>>) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- joinVertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
when sweeping top to bottom, this is a PVertex, bottom to top, this is a QVertex
- JTextAreaVertexLabelRenderer - Class in org.jungrapht.visualization.renderers
-
JLabelVertexLabelRenderer is similar to the cell renderers used by the JTable and JTree JFC classes.
- JTextAreaVertexLabelRenderer(Color) - Constructor for class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Creates a default table cell renderer.
- jumpPointToCenter(VisualizationServer<V, E>, Point) - Static method in class org.jungrapht.visualization.util.VertexLocationAnimator
K
- keySet() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- keyTyped(KeyEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- keyTyped(KeyEvent) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
- keyTyped(KeyEvent) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- keyTyped(KeyEvent) - Method in class org.jungrapht.visualization.control.modal.ModeControls.ModeKeyAdapter
- keyTyped(KeyEvent) - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
- killSwitch - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- killSwitch(Runnable) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- KK - org.jungrapht.samples.util.LayoutHelper.Layouts
- KK - org.jungrapht.samples.util.SubLayoutHelper.Layouts
- KKLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
Implements the Kamada-Kawai algorithm for vertex layout.
- KKLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- KKLayoutAlgorithm(KKLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- KKLayoutAlgorithm.Builder<V,T extends KKLayoutAlgorithm<V>,B extends KKLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- KKLayoutAlgorithm.Pair<V> - Class in org.jungrapht.visualization.layout.algorithms
- kr - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- kr - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
L
- L2RTreeLayoutDemo - Class in org.jungrapht.samples.tree
-
A variant of TreeLayoutDemo that rotates the view by 90 degrees from the default orientation.
- L2RTreeLayoutDemo() - Constructor for class org.jungrapht.samples.tree.L2RTreeLayoutDemo
- label - Variable in class org.jungrapht.visualization.util.IconCache
- LABEL_OFFSET - Static variable in interface org.jungrapht.visualization.RenderContext
-
Specifies the offset for the edge labels.
- labelEdge(RenderContext<V, E>, LayoutModel<V>, E, String) - Method in class org.jungrapht.visualization.renderers.HeayweightEdgeLabelRenderer
- labelEdge(RenderContext<V, E>, LayoutModel<V>, E, String) - Method in interface org.jungrapht.visualization.renderers.Renderer.EdgeLabel
- labelEdge(RenderContext<V, E>, LayoutModel<V>, E, String) - Method in class org.jungrapht.visualization.renderers.Renderer.EdgeLabel.NOOP
- LabelEditingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
- LabelEditingGraphMousePlugin(Map<V, String>, Map<E, String>) - Constructor for class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
-
create an instance with default settings
- LabelEditingGraphMousePlugin(Map<V, String>, Map<E, String>, int) - Constructor for class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
-
create an instance with overrides
- labelEditingPlugin - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- labelOffset - Variable in class org.jungrapht.visualization.DefaultRenderContext
- labelVertex(RenderContext<V, E>, LayoutModel<V>, V, String) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer
-
Labels the specified vertex with the specified label.
- labelVertex(RenderContext<V, E>, LayoutModel<V>, V, String) - Method in interface org.jungrapht.visualization.renderers.Renderer.VertexLabel
- labelVertex(RenderContext<V, E>, LayoutModel<V>, V, String) - Method in class org.jungrapht.visualization.renderers.Renderer.VertexLabel.NOOP
- labelVertex(RenderContext<V, E>, LayoutModel<V>, V, String) - Method in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
-
Labels the specified vertex with the specified label.
- LabelWrapper - Class in org.jungrapht.visualization.util
-
A utility to wrap long lines, creating html strings with line breaks at a settable max line length
- LabelWrapper() - Constructor for class org.jungrapht.visualization.util.LabelWrapper
-
Create an instance with default line break length = 10
- LabelWrapper(int) - Constructor for class org.jungrapht.visualization.util.LabelWrapper
-
Create an instance with passed line break length
- layer - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
layer for annotations
- layer - Variable in class org.jungrapht.visualization.annotations.Annotation
- Layered<V,E> - Interface in org.jungrapht.visualization.layout.algorithms
- LayeredIcon - Class in org.jungrapht.visualization
-
An icon that is made up of a collection of Icons.
- LayeredIcon(Image) - Constructor for class org.jungrapht.visualization.LayeredIcon
- LayeredLayoutAlgorithm<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
Test only, as this class is hard-coded for a specific test graph
- LayeredLayoutAlgorithm() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- LayeredLayoutAlgorithm.Builder<V,E,T extends LayeredLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends LayeredLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
a Builder to create a configured instance
- LayeredRunnable<E> - Interface in org.jungrapht.visualization.layout.algorithms.util
- LayeredTestGraphExample - Class in org.jungrapht.samples.sugiyama
-
Builds a test graph from the BrandesKopf paper, layers the graph, then manually sets all the synthetic vertices and edges.
- LayeredTestGraphExample() - Constructor for class org.jungrapht.samples.sugiyama.LayeredTestGraphExample
- layering - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- layering - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- layering - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- layering - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- layering - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- layering - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- layering(Layering) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- layering(Layering) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- layering(Layering) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- Layering - Enum in org.jungrapht.visualization.layout.algorithms.sugiyama
- LayeringConfiguration - Class in org.jungrapht.samples.util
- LayeringConfiguration() - Constructor for class org.jungrapht.samples.util.LayeringConfiguration
- LayeringConfiguration(Layering) - Constructor for class org.jungrapht.samples.util.LayeringConfiguration
- layerList - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- layers - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- layers - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- layers - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- layers - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- layersArray - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
the result of layering the graph vertices and introducint synthetic vertices and edges
- LAYOUT - org.jungrapht.visualization.MultiLayerTransformer.Layer
- layoutAlgorithm - Variable in class org.jungrapht.visualization.VisualizationModel.Builder
-
a
LayoutAlgorithm
to position the graph vertices - layoutAlgorithm - Variable in class org.jungrapht.visualization.VisualizationServer.Builder
-
the algorithm to apply to position the vertices
- layoutAlgorithm(LayoutAlgorithm<V>) - Method in class org.jungrapht.visualization.VisualizationModel.Builder
- layoutAlgorithm(LayoutAlgorithm<V>) - Method in class org.jungrapht.visualization.VisualizationServer.Builder
- LayoutAlgorithm<V> - Interface in org.jungrapht.visualization.layout.algorithms
-
LayoutAlgorithm is a visitor to the LayoutModel.
- LayoutAlgorithm.Builder<V,T extends LayoutAlgorithm<V>,B extends LayoutAlgorithm.Builder<V,T,B>> - Interface in org.jungrapht.visualization.layout.algorithms
- LayoutAlgorithm.NoOp<V> - Class in org.jungrapht.visualization.layout.algorithms
- LayoutAlgorithmTransition - Class in org.jungrapht.visualization.util
-
Manages the transition to a new LayoutAlgorithm.
- LayoutAlgorithmTransition() - Constructor for class org.jungrapht.visualization.util.LayoutAlgorithmTransition
- LayoutBounds(VisualizationModel, ShapeTransformer) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.LayoutBounds
- LayoutBounds(VisualizationModel, ShapeTransformer, Color) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.LayoutBounds
- LayoutBounds(VisualizationServer) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.LayoutBounds
- LayoutFunction<V> - Class in org.jungrapht.samples.util
- LayoutFunction(LayoutFunction.Layout<V>...) - Constructor for class org.jungrapht.samples.util.LayoutFunction
- LayoutFunction.FullLayoutFunction<V,E> - Class in org.jungrapht.samples.util
- LayoutFunction.Layout<V> - Class in org.jungrapht.samples.util
- LayoutHelper - Class in org.jungrapht.samples.util
- LayoutHelper() - Constructor for class org.jungrapht.samples.util.LayoutHelper
- LayoutHelper.Layouts - Enum in org.jungrapht.samples.util
- LayoutLensSupport<V,E,M extends LensGraphMouse> - Class in org.jungrapht.visualization.transform
-
A class to make it easy to add an examining lens to a jungrapht graph application.
- LayoutLensSupport(LayoutLensSupport.Builder<V, E, M, ?, ?>) - Constructor for class org.jungrapht.visualization.transform.LayoutLensSupport
- LayoutLensSupport(VisualizationViewer<V, E>, LensTransformer, M) - Constructor for class org.jungrapht.visualization.transform.LayoutLensSupport
-
Create an instance with the specified parameters.
- LayoutLensSupport.Builder<V,E,M extends LensGraphMouse,T extends LayoutLensSupport<V,E,M>,B extends LayoutLensSupport.Builder<V,E,M,T,B>> - Class in org.jungrapht.visualization.transform
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
-
because the IterativeLayoutAlgorithms use multithreading to continuously update vertex positions, the layoutModel state is saved (during the visit method) so that it can be used continuously
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- layoutModel - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- layoutModel - Variable in class org.jungrapht.visualization.layout.event.LayoutSizeChange.Event
- layoutModel - Variable in class org.jungrapht.visualization.layout.event.LayoutStateChange.Event
- layoutModel - Variable in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- layoutModel - Variable in class org.jungrapht.visualization.spatial.AbstractSpatial
-
the layoutModel that the structure operates on
- layoutModel - Variable in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- layoutModel - Variable in class org.jungrapht.visualization.util.BoundingRectangleCollector
- layoutModel - Variable in class org.jungrapht.visualization.util.BoundingRectanglePaintable
- layoutModel - Variable in class org.jungrapht.visualization.VisualizationModel.Builder
-
a
LayoutModel
to hold the positions of the vertices - layoutModel(LayoutModel<NT>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion.Builder
- layoutModel(LayoutModel<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutRepulsion.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- layoutModel(LayoutModel<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.StandardRepulsion.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.model.LayoutModel.Builder
-
set the LayoutModel to copy with this builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges.Builder
- layoutModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.VisualizationModel.Builder
- LayoutModel<V> - Interface in org.jungrapht.visualization.layout.model
-
two dimensional layout model.
- LayoutModel.Builder<V,T extends DefaultLayoutModel<V>,B extends LayoutModel.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.model
-
a builder for LayoutModel instances
- LayoutPaintable - Interface in org.jungrapht.visualization.util
- LayoutPaintable.BalloonRings<V,E> - Class in org.jungrapht.visualization.util
- LayoutPaintable.Grid - Class in org.jungrapht.visualization.util
- LayoutPaintable.LayoutBounds - Class in org.jungrapht.visualization.util
- LayoutPaintable.RadialRings<V> - Class in org.jungrapht.visualization.util
- LayoutPaintable.TreeCells<V> - Class in org.jungrapht.visualization.util
- layouts - Variable in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- layoutScalingControl - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- LayoutScalingControl - Class in org.jungrapht.visualization.control
-
LayoutScalingControl applies a scaling transformation to the graph layout.
- LayoutScalingControl() - Constructor for class org.jungrapht.visualization.control.LayoutScalingControl
- LayoutScalingControl.Builder - Class in org.jungrapht.visualization.control
- layoutSize - Variable in class org.jungrapht.visualization.VisualizationModel.Builder
-
the bounds of the layout area
- layoutSize - Variable in class org.jungrapht.visualization.VisualizationServer.Builder
-
the bounds of the graph layout area
- layoutSize(Dimension) - Method in class org.jungrapht.visualization.VisualizationModel.Builder
- layoutSize(Dimension) - Method in class org.jungrapht.visualization.VisualizationServer.Builder
- LayoutSizeChange - Interface in org.jungrapht.visualization.layout.event
-
An event model to convey that the LayoutModel size has changed.
- LayoutSizeChange.Event<V> - Class in org.jungrapht.visualization.layout.event
-
the event payload produced by this event model and consumed by its Listener consumers.
- LayoutSizeChange.Listener<V> - Interface in org.jungrapht.visualization.layout.event
-
interface required for consumers of this event model
- LayoutSizeChange.Producer<V> - Interface in org.jungrapht.visualization.layout.event
-
indicates that an implementor supports being a producer for this event model
- LayoutSizeChange.Support<V> - Interface in org.jungrapht.visualization.layout.event
-
required method signatures to be a producer for this event model
- LayoutSizeChange.SupportImpl<V> - Class in org.jungrapht.visualization.layout.event
-
implementations for a producer of this event model
- layoutSizeChanged(LayoutSizeChange.Event<V>) - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Listener
- layoutSizeChangeSupport - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- LayoutStateChange - Interface in org.jungrapht.visualization.layout.event
-
An event model to convey that the LayoutModel is either active (busy) or not.
- LayoutStateChange.Event - Class in org.jungrapht.visualization.layout.event
-
the event payload produced by this event model and consumed by its Listener consumers.
- LayoutStateChange.Listener - Interface in org.jungrapht.visualization.layout.event
-
interface required for consumers of this event model
- LayoutStateChange.Producer - Interface in org.jungrapht.visualization.layout.event
-
indicates that an implementor supports being a producer for this event model
- LayoutStateChange.Support - Interface in org.jungrapht.visualization.layout.event
-
required method signatures to be a producer for this event model
- LayoutStateChange.SupportImpl - Class in org.jungrapht.visualization.layout.event
-
implementations for a producer of this event model
- layoutStateChanged(LayoutStateChange.Event) - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Listener
- layoutStateChanged(LayoutStateChange.Event) - Method in class org.jungrapht.visualization.spatial.AbstractSpatial
- layoutStateChanged(LayoutStateChange.Event) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- layoutStateChangeSupport - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
Handles events fired when the LayoutModel is actively being modified by a LayoutAlgorithm
- layoutTargetShape - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- layoutTransform(Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- layoutTransform(Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- layoutTransformer - Variable in class org.jungrapht.visualization.annotations.AnnotationPaintable
- layoutTransformer - Variable in class org.jungrapht.visualization.DefaultTransformer
- LayoutVertexPositionChange - Interface in org.jungrapht.visualization.layout.event
-
Event support to indicate that a Vertex's position has changed.
- LayoutVertexPositionChange.Event<V> - Class in org.jungrapht.visualization.layout.event
-
Event payload.
- LayoutVertexPositionChange.GraphEvent<V> - Class in org.jungrapht.visualization.layout.event
- LayoutVertexPositionChange.Listener<V> - Interface in org.jungrapht.visualization.layout.event
-
implemented by consumers for this event model
- LayoutVertexPositionChange.Producer<V> - Interface in org.jungrapht.visualization.layout.event
-
indicates support for this event model
- LayoutVertexPositionChange.Support<V> - Interface in org.jungrapht.visualization.layout.event
-
method signatures required for producers of this event model
- LayoutVertexPositionChange.SupportImpl<V> - Class in org.jungrapht.visualization.layout.event
-
implementations of support for this event model
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<NT>) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<NT>) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<V>) - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Listener
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<V>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<V>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<V>) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<V>) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<V>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
- layoutVertexPositionChanged(LayoutVertexPositionChange.Event<V>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<NT>) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<NT>) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<V>) - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Listener
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<V>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<V>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<V>) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<V>) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<V>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
- layoutVertexPositionChanged(LayoutVertexPositionChange.GraphEvent<V>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
- layoutVertexPositionSupport - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
Handles events fired when vertex locations are changed
- LE<V,E> - Interface in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Interface for an edge type used for the application of a layered graph layout algorithm
Instances of LE<V,E> replace instances of E during layout - LeafNode<T> - Class in org.jungrapht.visualization.spatial.rtree
-
a leaf node of an R-Tree.
- leafSplitter - Variable in class org.jungrapht.visualization.spatial.rtree.SplitterContext
- LeafSplitter<T> - Interface in org.jungrapht.visualization.spatial.rtree
-
Interface for splitting LeafVertices containing Map.Entries as children
- leastEnlargementThenAreaThenKids(InnerNode<T>, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.AbstractSplitter
-
least area enlargement followed by smallest area followed by fewest child nodes
- leastOverlapThenEnlargementThenAreaThenKids(InnerNode<T>, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.AbstractSplitter
-
least overlap then least area enlargement followed by smallest area followed by fewest kids
- leaves - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- left - Variable in class org.jungrapht.visualization.spatial.rtree.Pair
- LeftmostLower(VerticalAlignment.HDirection, VerticalAlignment.VDirection, LV<V>[][], Graph<LV<V>, Integer>, Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.LeftmostLower
- LeftmostLower(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.LeftmostLower
- LeftmostLower(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.LeftmostLower
- LeftmostUpper(VerticalAlignment.HDirection, VerticalAlignment.VDirection, LV<V>[][], Graph<LV<V>, Integer>, Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.LeftmostUpper
- LeftmostUpper(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.LeftmostUpper
- LeftmostUpper(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.LeftmostUpper
- LEI<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Implementation of an edge type used for the application of a layered layout algorithm.
Instances of LEI<V,E> replace instances of E during layout - LEI(E, LV<V>, LV<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- length() - Method in class org.jungrapht.visualization.layout.model.Point
- lengthFunction - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- lens - Variable in class org.jungrapht.visualization.transform.LensTransformer.Builder
- lens - Variable in class org.jungrapht.visualization.transform.LensTransformer
- lens(Lens) - Method in class org.jungrapht.visualization.transform.LensTransformer.Builder
- Lens - Class in org.jungrapht.visualization.transform
-
Provides a magnification area (elliptical or rectangular) in a visualization
- Lens() - Constructor for class org.jungrapht.visualization.transform.Lens
- Lens.Builder - Class in org.jungrapht.visualization.transform
-
builds a with a provided shape and initial magnification
- Lens.Shape - Enum in org.jungrapht.visualization.transform
-
supported lens shapes are Ellipse and Rectangle
- lensColor - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
color for the picking rectangle
- lensColor - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
color for the picking rectangle
- lensColor - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
color for the picking rectangle
- lensColor - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
color for the picking rectangle
- lensColor - Variable in class org.jungrapht.visualization.SatelliteVisualizationViewer.Builder
- lensColor(Color) - Method in class org.jungrapht.visualization.SatelliteVisualizationViewer.Builder
- LensControlHelper - Class in org.jungrapht.samples.util
-
Helper class to manage buttons to activate Lens controls
- LensControlHelper.Builder - Class in org.jungrapht.samples.util
-
Builder for
LensControlHelper
- lensControls - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- LensControls(LensTransformer) - Constructor for class org.jungrapht.visualization.transform.AbstractLensSupport.LensControls
- LensDemo - Class in org.jungrapht.samples
-
Demonstrates the use of
HyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer) The transforms are applied in an elliptical lens that affects that part of the visualization. - LensDemo() - Constructor for class org.jungrapht.samples.LensDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- LensDemoWithDefaultGraphMouse - Class in org.jungrapht.samples
-
Demonstrates the use of
HyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer) The transforms are applied in an elliptical lens that affects that part of the visualization. - LensDemoWithDefaultGraphMouse() - Constructor for class org.jungrapht.samples.LensDemoWithDefaultGraphMouse
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- LensDemoWithDefaultGraphMouseProperyDriven - Class in org.jungrapht.samples
-
Demonstrates the use of
HyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer) The transforms are applied in an elliptical lens that affects that part of the visualization. - LensDemoWithDefaultGraphMouseProperyDriven() - Constructor for class org.jungrapht.samples.LensDemoWithDefaultGraphMouseProperyDriven
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- LensDemoWithMultiSelectStrategy - Class in org.jungrapht.samples
-
Demonstrates the use of
HyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer). - LensDemoWithMultiSelectStrategy() - Constructor for class org.jungrapht.samples.LensDemoWithMultiSelectStrategy
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- lensGraphicsDecorator - Variable in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- lensGraphicsDecorator - Variable in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- lensGraphMouse - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- lensGraphMouse - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- lensGraphMouse(M) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- LensGraphMouse - Interface in org.jungrapht.visualization.control
- lensKillingGraphMousePlugin - Variable in class org.jungrapht.visualization.control.DefaultLensGraphMouse
- lensKillingGraphMousePlugin - Variable in class org.jungrapht.visualization.control.ModalLensGraphMouse
- LensKillingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
A subclass of SelectingGraphMousePlugin that will deactivate the lens
- LensKillingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- LensMagnificationGraphMousePlugin - Class in org.jungrapht.visualization.control
-
HyperbolicMagnificationGraphMousePlugin changes the magnification within the Hyperbolic projection of the HyperbolicTransformer.
- LensMagnificationGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
-
Creates an instance with modifier of CTRL_DOWN_MASK, and default min/max/delta zoom values of 1/4/0.2.
- LensMagnificationGraphMousePlugin(float, float, float) - Constructor for class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
-
Creates an instance with modifier of CTRL_DOWN_MASK, and the specified zoom parameters.
- LensMagnificationGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
-
Creates an instance with the specified modifiers and the default min/max/delta zoom values of 1/4/0.2.
- LensMagnificationGraphMousePlugin(int, float, float, float) - Constructor for class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
-
Creates an instance with the specified mouse event modifiers and zoom parameters.
- LensManager<T extends LensSupport> - Class in org.jungrapht.visualization.transform
- LensManager(T...) - Constructor for class org.jungrapht.visualization.transform.LensManager
- lensPaintable - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
the Paintable for the Shape annotation
- lensPaintable - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
the Paintable for the lens picking rectangle
- lensPaintable - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- LensPaintable(LensTransformer) - Constructor for class org.jungrapht.visualization.transform.AbstractLensSupport.LensPaintable
- LensPaintable(LensTransformer, boolean) - Constructor for class org.jungrapht.visualization.transform.AbstractLensSupport.LensPaintable
- LensRegionSelectingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
A subclass of RegionSelectingGraphMousePlugin that contains methods that are overridden to account for the Lens effects that are in the view projection
- LensRegionSelectingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin
- LensRegionSelectingGraphMousePlugin(int, int, int, int) - Constructor for class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin
-
create an instance with overides
- LensRegionSelectingGraphMousePlugin(LensRegionSelectingGraphMousePlugin.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin
- LensRegionSelectingGraphMousePlugin.Builder<V,E,T extends LensRegionSelectingGraphMousePlugin,B extends LensRegionSelectingGraphMousePlugin.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
- lensSelectingGraphMousePlugin - Variable in class org.jungrapht.visualization.control.ModalLensGraphMouse
- LensSelectingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
A subclass of SelectingGraphMousePlugin that contains methods that are overridden to account for the Lens effects that are in the view projection
- LensSelectingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin
- LensSelectingGraphMousePlugin(int, int) - Constructor for class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin
-
create an instance with overides
- LensSelectingGraphMousePlugin(LensSelectingGraphMousePlugin.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin
- LensSelectingGraphMousePlugin.Builder<V,E,T extends LensSelectingGraphMousePlugin,B extends LensSelectingGraphMousePlugin.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
- lensShape - Variable in class org.jungrapht.visualization.transform.Lens
-
the area affected by the transform
- lensShape(Lens.Shape) - Method in class org.jungrapht.visualization.transform.Lens.Builder
- LensSupport<M extends LensGraphMouse> - Interface in org.jungrapht.visualization.transform
-
basic API for implementing lens projection support
- LensSupport.Builder<M extends LensGraphMouse,B extends LensSupport.Builder<M,B>> - Interface in org.jungrapht.visualization.transform
- lensTransformer - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- lensTransformer - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- lensTransformer(LensTransformer) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- LensTransformer - Class in org.jungrapht.visualization.transform
-
LensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.
- LensTransformer(Dimension) - Constructor for class org.jungrapht.visualization.transform.LensTransformer
- LensTransformer(Dimension, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.LensTransformer
- LensTransformer(Lens) - Constructor for class org.jungrapht.visualization.transform.LensTransformer
-
Create an instance with a possibly shared lens.
- LensTransformer(Lens, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.LensTransformer
- LensTransformer.Builder<T extends LensTransformer,B extends LensTransformer.Builder<T,B>> - Class in org.jungrapht.visualization.transform
- LensTransformSupport<V,E> - Class in org.jungrapht.visualization.control
- LensTransformSupport() - Constructor for class org.jungrapht.visualization.control.LensTransformSupport
- lensTranslatingGraphMousePlugin - Variable in class org.jungrapht.visualization.control.DefaultLensGraphMouse
- lensTranslatingGraphMousePlugin - Variable in class org.jungrapht.visualization.control.ModalLensGraphMouse
- LensTranslatingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
Extends TranslatingGraphMousePlugin and adds the capability to drag and resize the viewing lens in the graph view.
- LensTranslatingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
-
create an instance with default modifiers
- LensTranslatingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
-
create an instance with passed modifer value
- lensTranslatingMask - Variable in class org.jungrapht.visualization.control.DefaultLensGraphMouse.Builder
- lensTranslatingMask - Variable in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- lensTranslatingMask - Variable in class org.jungrapht.visualization.control.ModalLensGraphMouse.Builder
- lensTranslatingMask(int) - Method in class org.jungrapht.visualization.control.DefaultLensGraphMouse.Builder
- lensTranslatingMask(int) - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse.Builder
- LensVertexImageFromLabelShaperDemo - Class in org.jungrapht.samples
-
Displays a graph using multi-line JLabel images as vertices.
- LensVertexImageFromLabelShaperDemo() - Constructor for class org.jungrapht.samples.LensVertexImageFromLabelShaperDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- LensVertexImageShaperDemo - Class in org.jungrapht.samples
-
Demonstrates the use of images to represent graph vertices.
- LensVertexImageShaperDemo() - Constructor for class org.jungrapht.samples.LensVertexImageShaperDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- LensVertexImageShaperDemo.PickWithIconListener - Class in org.jungrapht.samples
- LensVertexSelectingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
A subclass of SelectingGraphMousePlugin that contains methods that are overridden to account for the Lens effects that are in the view projection
- LensVertexSelectingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin
- LensVertexSelectingGraphMousePlugin(int, int) - Constructor for class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin
-
create an instance with overides
- LensVertexSelectingGraphMousePlugin(LensVertexSelectingGraphMousePlugin.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin
- LensVertexSelectingGraphMousePlugin.Builder<V,E,T extends LensVertexSelectingGraphMousePlugin,B extends LensVertexSelectingGraphMousePlugin.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
- levelCross() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LevelCross
- LevelCross<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Implementation of the LevelCross algorithm
- LevelCross(List<LE<V, E>>, int, int, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LevelCross
- LevelCross(Graph<LV<V>, LE<V, E>>, int, int, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LevelCross
- LIGHTWEIGHT - Static variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- LightweightEdgeRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- LightweightEdgeRenderer() - Constructor for class org.jungrapht.visualization.renderers.LightweightEdgeRenderer
- lightweightRenderer(Renderer<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
- LightweightRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- LightweightRenderer() - Constructor for class org.jungrapht.visualization.renderers.LightweightRenderer
- lightweightRenderingCountThreshold - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
-
threshold for vertex count that affects rendering mode
- lightweightRenderingScaleThreshold - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
-
scale that affects rendering mode
- LightweightVertexRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- LightweightVertexRenderer() - Constructor for class org.jungrapht.visualization.renderers.LightweightVertexRenderer
- LightweightVertexSelectionRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- LightweightVertexSelectionRenderer() - Constructor for class org.jungrapht.visualization.renderers.LightweightVertexSelectionRenderer
- lim - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- line() - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
- Line() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.Line
- LINE - Static variable in interface org.jungrapht.visualization.decorators.EdgeShape
- LinearTimeMedian - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- linLog(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set usage of LinLog model.
- listenerList - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse
-
listeners for mode changes
- listenerList - Variable in class org.jungrapht.visualization.selection.AbstractMutableSelectedState
- listenerList - Variable in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- listenerList - Variable in class org.jungrapht.visualization.util.DefaultChangeEventSupport
-
holds the registered listeners
- listenerList - Variable in class org.jungrapht.visualization.util.ItemSupport
- load() - Static method in class org.jungrapht.visualization.layout.util.PropertyLoader
- load() - Static method in class org.jungrapht.visualization.PropertyLoader
- loadImages(Map<Integer, Icon>) - Method in class org.jungrapht.samples.UnicodeLabelDemo
- loadPlugins() - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
-
create the plugins, and load the plugins for TRANSFORMING mode
- loadPlugins() - Method in class org.jungrapht.visualization.control.DefaultGraphMouse
-
create the plugins, and load them
- loadPlugins() - Method in class org.jungrapht.visualization.control.DefaultLensGraphMouse
- loadPlugins() - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse
-
create the plugins, and load the plugins for set mode
- loadPlugins() - Method in class org.jungrapht.visualization.control.DefaultSatelliteGraphMouse
-
create the plugins, and load them
- loadPlugins() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
-
create the plugins, and load the plugins for TRANSFORMING mode
- loadPlugins() - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse
- loadPlugins() - Method in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- loadPlugins() - Method in interface org.jungrapht.visualization.VisualizationViewer.GraphMouse
- location - Variable in class org.jungrapht.visualization.annotations.Annotation
- location - Variable in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Event
- locations - Variable in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- lock(boolean) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
lock the entire model (all vertices)
- lock(boolean) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- lock(boolean) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- lock(V, boolean) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
set locked state for the provided vertex
- lock(V, boolean) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
-
Locks this vertex in the main layout and in any sublayouts whose graph contains this vertex.
- lock(V, boolean) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- locked - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
controls whether the Vertices may be moved with the mouse
- locked - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
controls whether the Vertices may be moved with the mouse
- locked - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
controls whether the Vertices may be moved with the mouse
- locked - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- lockedVertices - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- log - Static variable in interface org.jungrapht.visualization.spatial.rtree.Node
- LONGEST_PATH - org.jungrapht.visualization.layout.algorithms.sugiyama.Layering
- longestPath(Graph<LV<V>, LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- longestPath(Graph<LV<V>, LE<V, E>>, NeighborCache<LV<V>, LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- longestPathReverse(Graph<LV<V>, LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- longestPathReverse(Graph<LV<V>, LE<V, E>>, NeighborCache<LV<V>, LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- loop - Static variable in interface org.jungrapht.visualization.decorators.EdgeShape
-
A convenience instance for other edge shapes to use for self-loop edges where parallel instances will not overlay each other.
- Loop() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.Loop
- low - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- LOWER - org.jungrapht.visualization.annotations.Annotation.Layer
- lowerAnnotationPaintable - Variable in class org.jungrapht.visualization.annotations.AnnotationManager
- LOWEST - org.jungrapht.visualization.selection.ShapePickSupport.Style
- LtoR - org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.HDirection
- LV<V> - Interface in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Interface for a vertex type for the SugiyamaLayoutAlgorithm.
Implementations of LVreplace instances of V during layout The LV<V> holds metadata information about the position of the vertex in the layered graph for the SugiyamaLayoutAlgorithm - LVI<V> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Implementation of a vertex type for a layered layout algorithm.
Instances of LVI<V> replace instances of V during layout The LVI<V> holds metadata information about the position of the vertex in the layered graph. - LVI() - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- LVI(LVI<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- LVI(V) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- LVI(V, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- LVI(V, int, int, int, double, Point) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
M
- m - Static variable in interface org.jungrapht.visualization.spatial.rtree.Node
- M - Static variable in interface org.jungrapht.visualization.spatial.rtree.Node
- magnification - Variable in class org.jungrapht.visualization.transform.Lens
- magnification(float) - Method in class org.jungrapht.visualization.transform.Lens.Builder
- magnificationPlugin - Variable in class org.jungrapht.visualization.control.DefaultLensGraphMouse.Builder
- magnificationPlugin - Variable in class org.jungrapht.visualization.control.DefaultLensGraphMouse
-
not included in the base class
- magnificationPlugin - Variable in class org.jungrapht.visualization.control.ModalLensGraphMouse.Builder
- magnificationPlugin - Variable in class org.jungrapht.visualization.control.ModalLensGraphMouse
-
not included in the base class
- magnificationPlugin(LensMagnificationGraphMousePlugin) - Method in class org.jungrapht.visualization.control.DefaultLensGraphMouse.Builder
- magnificationPlugin(LensMagnificationGraphMousePlugin) - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse.Builder
- magnify(Point2D) - Method in class org.jungrapht.visualization.transform.MagnifyTransformer
-
Magnifies the point, without considering the Lens.
- magnify(Shape) - Method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
-
Magnify the shape, without considering the Lens.
- magnify(Shape, float) - Method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- MagnifyIconGraphics - Class in org.jungrapht.visualization.transform.shape
-
Subclassed to apply a magnification transform to an icon.
- MagnifyIconGraphics(BidirectionalTransformer) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyIconGraphics
- MagnifyIconGraphics(BidirectionalTransformer, Graphics2D) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyIconGraphics
- MagnifyImageLensSupport<V,E,M extends LensGraphMouse> - Class in org.jungrapht.visualization.transform.shape
-
Changes various visualization settings to activate or deactivate an examining lens for a graph visualization.
- MagnifyImageLensSupport(MagnifyImageLensSupport.Builder<V, E, M, ?, ?>) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- MagnifyImageLensSupport(VisualizationViewer<V, E>, LensTransformer, M) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- MagnifyImageLensSupport.Builder<V,E,M extends LensGraphMouse,T extends MagnifyImageLensSupport<V,E,M>,B extends MagnifyImageLensSupport.Builder<V,E,M,T,B>> - Class in org.jungrapht.visualization.transform.shape
- MagnifyShapeTransformer - Class in org.jungrapht.visualization.transform.shape
-
MagnifyShapeTransformer extends MagnifyTransformer and adds implementations for methods in ShapeTransformer.
- MagnifyShapeTransformer(Dimension) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- MagnifyShapeTransformer(Dimension, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- MagnifyShapeTransformer(Lens, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- MagnifyShapeTransformer(MagnifyShapeTransformer.Builder) - Constructor for class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- MagnifyShapeTransformer.Builder<T extends MagnifyShapeTransformer,B extends MagnifyShapeTransformer.Builder<T,B>> - Class in org.jungrapht.visualization.transform.shape
- MagnifyTransformer - Class in org.jungrapht.visualization.transform
-
MagnifyTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create an enlarging projection of the graph points.
- MagnifyTransformer(Dimension) - Constructor for class org.jungrapht.visualization.transform.MagnifyTransformer
-
Create an instance, setting values from the passed component and registering to listen for layoutSize changes on the component.
- MagnifyTransformer(Dimension, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.MagnifyTransformer
-
Create an instance with a possibly shared transform.
- MagnifyTransformer(Lens) - Constructor for class org.jungrapht.visualization.transform.MagnifyTransformer
- MagnifyTransformer(Lens, MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.MagnifyTransformer
- MagnifyTransformer(MagnifyTransformer.Builder) - Constructor for class org.jungrapht.visualization.transform.MagnifyTransformer
- MagnifyTransformer.Builder<T extends MagnifyTransformer,B extends MagnifyTransformer.Builder<T,B>> - Class in org.jungrapht.visualization.transform
- main(String[]) - Static method in class org.jungrapht.samples.AddRemoveVertexDemo
- main(String[]) - Static method in class org.jungrapht.samples.AnnotationsDemo
- main(String[]) - Static method in class org.jungrapht.samples.CircleLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.control.modal.Controllers
- main(String[]) - Static method in class org.jungrapht.samples.DrawnIconVertexDemo
- main(String[]) - Static method in class org.jungrapht.samples.EdgeLabelDemo
- main(String[]) - Static method in class org.jungrapht.samples.flow.MaxFlowDemo
- main(String[]) - Static method in class org.jungrapht.samples.GraphEditorDemo
- main(String[]) - Static method in class org.jungrapht.samples.ImageEdgeLabelDemo
- main(String[]) - Static method in class org.jungrapht.samples.InternalFrameSatelliteViewDemo
- main(String[]) - Static method in class org.jungrapht.samples.large.ForceAtlas2WithJGraphtIO
- main(String[]) - Static method in class org.jungrapht.samples.large.PerformanceGraph
- main(String[]) - Static method in class org.jungrapht.samples.large.ShowLayoutsWithGraphFileImport
- main(String[]) - Static method in class org.jungrapht.samples.large.ShowLayoutsWithJGraphtIO
- main(String[]) - Static method in class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
- main(String[]) - Static method in class org.jungrapht.samples.LensDemo
- main(String[]) - Static method in class org.jungrapht.samples.LensDemoWithDefaultGraphMouse
- main(String[]) - Static method in class org.jungrapht.samples.LensDemoWithDefaultGraphMouseProperyDriven
- main(String[]) - Static method in class org.jungrapht.samples.LensDemoWithMultiSelectStrategy
- main(String[]) - Static method in class org.jungrapht.samples.LensVertexImageFromLabelShaperDemo
- main(String[]) - Static method in class org.jungrapht.samples.LensVertexImageShaperDemo
- main(String[]) - Static method in class org.jungrapht.samples.MinimalVisualization
- main(String[]) - Static method in class org.jungrapht.samples.MinimalVisualizationWithVertexSelectionOnly
- main(String[]) - Static method in class org.jungrapht.samples.MultiViewDemo
- main(String[]) - Static method in class org.jungrapht.samples.MultiViewDemoModal
- main(String[]) - Static method in class org.jungrapht.samples.quadtree.BarnesHutVisualizer
- main(String[]) - Static method in class org.jungrapht.samples.RectangularLensDemo
- main(String[]) - Static method in class org.jungrapht.samples.rtree.RTreeVisualizer
- main(String[]) - Static method in class org.jungrapht.samples.SatelliteViewDemo
- main(String[]) - Static method in class org.jungrapht.samples.SatelliteViewRefactoredMouseDemo
- main(String[]) - Static method in class org.jungrapht.samples.ShortestPathDemo
- main(String[]) - Static method in class org.jungrapht.samples.ShowLayouts
- main(String[]) - Static method in class org.jungrapht.samples.ShowLayoutsWithGreedyVertexColoring
- main(String[]) - Static method in class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
- main(String[]) - Static method in class org.jungrapht.samples.ShowLayoutsWithGuavaNetworks
- main(String[]) - Static method in class org.jungrapht.samples.ShowLayoutsWithImageIconVertices
- main(String[]) - Static method in class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
- main(String[]) - Static method in class org.jungrapht.samples.spatial.SimpleGraphSpatialEdgeSearchTest
- main(String[]) - Static method in class org.jungrapht.samples.spatial.SimpleGraphSpatialSearchTest
- main(String[]) - Static method in class org.jungrapht.samples.spatial.SimpleGraphSpatialTest
- main(String[]) - Static method in class org.jungrapht.samples.spatial.SpatialLensDemo
- main(String[]) - Static method in class org.jungrapht.samples.spatial.SpatialLensDemoWithOneStarVertex
- main(String[]) - Static method in class org.jungrapht.samples.spatial.SpatialLensDemoWithThreeStarVertices
- main(String[]) - Static method in class org.jungrapht.samples.spatial.SpatialRTreeTest
- main(String[]) - Static method in class org.jungrapht.samples.SubLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.BrandesKopfSugiyamaGraphExample
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.BrandesKopfSugiyamaGraphExampleWithIsolatedVertices
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.BrandesKopfSugiyamaGraphExampleWithLayouts
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.BrandesKopfTestGraphExample
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerLayeringOptions
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerLongestPathComparison
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerMulticomponent
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerMulticomponentComparison
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerNetworkSimplex
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerNetworkSimplexComparison
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerSmallGraph
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerSmallGraphWithGraph
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerSmallNetworkSimplexComparison
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspergerWithWithoutTransposeSwapping
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.EiglspsergerSixTestGraphExample
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.LayeredTestGraphExample
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.MinCrossMulticomponent
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaAndEiglsperger
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaAndEiglspergerAttributed
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaEiglspergerWithWithoutHorizontalCompaction
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaLayeringOptions
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaMulticomponent
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaSixTestGraphExample
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaWithWithoutStraighteningGraphExample
- main(String[]) - Static method in class org.jungrapht.samples.sugiyama.SugiyamaWithWithoutTransposeSwapping
- main(String[]) - Static method in class org.jungrapht.samples.tree.ArbitraryShapeMultiSelectDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.BalloonLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.BalloonLayoutForestDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.EdgePrioritizedTreeDAGLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.GhidraModuleDependencyGraphDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.L2RTreeLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.MinimumSpanningTreeDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.MultiRowTreeLayoutForestDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.RadialTreeLensDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.RandomDAGExample
- main(String[]) - Static method in class org.jungrapht.samples.tree.RandomDAGExampleWithSatellite
- main(String[]) - Static method in class org.jungrapht.samples.tree.SatelliteViewTreeDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.TidierL2RTreeLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.TidierTreeLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.TreeCollapseDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.TreeLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.TreeLayoutDemoOneVertex
- main(String[]) - Static method in class org.jungrapht.samples.tree.TreeLayoutDemoOverlapTest
- main(String[]) - Static method in class org.jungrapht.samples.tree.UniformVertexTreeDAGLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.tree.VertexSizeAwareTreeDAGLayoutDemo
- main(String[]) - Static method in class org.jungrapht.samples.TwoModelDemo
- main(String[]) - Static method in class org.jungrapht.samples.UnicodeLabelDemo
- main(String[]) - Static method in class org.jungrapht.samples.VertexCollapseDemo
- main(String[]) - Static method in class org.jungrapht.samples.VertexCollapseDemoWithCollapseIds
- main(String[]) - Static method in class org.jungrapht.samples.VertexCollapseDemoWithLayouts
- main(String[]) - Static method in class org.jungrapht.samples.VertexImageShaperDemo
- main(String[]) - Static method in class org.jungrapht.samples.VertexLabelAsShapeDemo
- main(String[]) - Static method in class org.jungrapht.samples.VertexLabelPositionDemo
- main(String[]) - Static method in class org.jungrapht.samples.VisualizationImageServerDemo
- main(String[]) - Static method in class org.jungrapht.samples.VisualizationScrollPaneDemo
- main(String[]) - Static method in class org.jungrapht.samples.WorldMapGraphDemo
- makeArticulatedEdges() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.Synthetics
-
Post processing function to turn a chain of synthetic edges into one articulated edge where the old synthetic vertices become the articulation points in the new articulated edge.
- makeArticulatedEdges() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Synthetics
-
Post processing function to turn a chain of synthetic edges into one articulated edge where the old synthetic vertices become the articulation points in the new articulated edge.
- makeReverseUnitShape(List<Point>) - Static method in class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunctions
-
This is for articulated edge shapes that have intermediate articulation points.
- makeUnitShape(List<Point>) - Static method in class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunctions
-
This is for articulated edge shapes that have intermediate articulation points.
- manageMode() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- margin(Rectangle2D) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- margin(Rectangle2D, Rectangle2D) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- margin(Collection<Rectangle2D>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- margin(Collection<Rectangle2D>, Collection<Rectangle2D>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- marginIncrement - Static variable in interface org.jungrapht.visualization.spatial.rtree.Node
- marked - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- markedSegments - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- markedSegments - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- masks - Static variable in class org.jungrapht.visualization.control.Modifiers
- maskStrings - Static variable in class org.jungrapht.visualization.control.Modifiers
- mass - Variable in class org.jungrapht.visualization.layout.quadtree.ForceObject
-
mass
- master - Variable in class org.jungrapht.visualization.SatelliteVisualizationViewer.Builder
- max() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- max() - Method in class org.jungrapht.visualization.layout.model.Rectangle
- MAX_LEVEL_CROSS - Static variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- MAX_SCALE - Static variable in interface org.jungrapht.visualization.control.ScalingControl
- maxDistance - Variable in class org.jungrapht.visualization.layout.util.RadiusVertexAccessor
- maxEpoch - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- MaxFlowDemo - Class in org.jungrapht.samples.flow
-
Demo of the EdmondsKarp Max Flow algorithm applied to a graph with a capacity property as edge weight.
- MaxFlowDemo() - Constructor for class org.jungrapht.samples.flow.MaxFlowDemo
- maxIterations - Variable in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- maxIterations - Variable in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- maxIterations(int) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set number of iterations.
- maxIterations(int) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm.Builder
- maxIterations(int) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- maxIterations(int) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Builder
- maxLevelCross - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- maxLevelCross - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- maxLevelCross - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- maxLevelCross - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- maxLevelCross - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- maxLevelCross - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- maxLevelCross(int) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- maxLevelCross(int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- maxLevelCross(int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- maxLevelCrossFunction - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- maxLevelCrossFunction - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- maxLevelCrossFunction(Function<Graph<V, E>, Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- maxScale - Variable in class org.jungrapht.visualization.control.CrossoverScalingControl
- maxScale - Variable in class org.jungrapht.visualization.control.LayoutScalingControl
- maxScale - Variable in class org.jungrapht.visualization.control.ViewScalingControl
- maxScale(double) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl.Builder
- maxScale(double) - Method in class org.jungrapht.visualization.control.LayoutScalingControl.Builder
- maxScale(double) - Method in class org.jungrapht.visualization.control.ViewScalingControl.Builder
- maxX - Variable in class org.jungrapht.visualization.layout.model.Rectangle
-
x location of lower right corner
- maxY - Variable in class org.jungrapht.visualization.layout.model.Rectangle
-
y location of lower right corner
- MB1 - Static variable in class org.jungrapht.visualization.control.Modifiers
- MB1_ALT - Static variable in class org.jungrapht.visualization.control.Modifiers
- MB1_CTRL - Static variable in class org.jungrapht.visualization.control.Modifiers
- MB1_MENU - Static variable in class org.jungrapht.visualization.control.Modifiers
- MB1_SHIFT - Static variable in class org.jungrapht.visualization.control.Modifiers
- MB1_SHIFT_MENU - Static variable in class org.jungrapht.visualization.control.Modifiers
- MB2 - Static variable in class org.jungrapht.visualization.control.Modifiers
- MB3 - Static variable in class org.jungrapht.visualization.control.Modifiers
- measure - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- measure - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
- median(int[]) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.NLogNMedian
- medianDownwards(LV<V>[][], Graph<LV<V>, LE<V, E>>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- medianPoint(Point...) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AverageMedian
- medianUpwards(LV<V>[][], Graph<LV<V>, LE<V, E>>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- MENU - Static variable in class org.jungrapht.visualization.control.Modifiers
- menuText - Variable in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- menuText(String) - Method in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- merge(String, String, BiFunction<? super String, ? super String, ? extends String>) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- merge(LayoutModel<V>, V) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
update the baseBounds Map value for the passed vertex, with the (x,y) position of this vertex
- midArrowEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- midArrowEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in interface org.jungrapht.visualization.control.EdgeEffects
- midEdgeCreate(VisualizationServer<V, E>, Point2D) - Method in interface org.jungrapht.visualization.control.EdgeSupport
- midEdgeCreate(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- midEdgeEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- midEdgeEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in interface org.jungrapht.visualization.control.EdgeEffects
- midVertexCreate(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.SimpleVertexSupport
- midVertexCreate(VisualizationServer<V, E>, Point2D) - Method in interface org.jungrapht.visualization.control.VertexSupport
- min() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- min() - Method in class org.jungrapht.visualization.layout.model.Rectangle
- MIN_SCALE - Static variable in interface org.jungrapht.visualization.control.ScalingControl
- minAdaption - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- MINCROSS_POST_STRAIGHTEN - Static variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- MINCROSS_STRAIGHTEN_EDGES - Static variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- MINCROSS_THREADED - Static variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- MinCrossMulticomponent - Class in org.jungrapht.samples.sugiyama
-
Demo that uses the EiglspergerLayoutAlgorithm to display a directed graph that has several components (not connected to each other by any edges).
- MinCrossMulticomponent() - Constructor for class org.jungrapht.samples.sugiyama.MinCrossMulticomponent
- MinimalVisualization - Class in org.jungrapht.samples
-
A demo that shows a minimal visualization configuration
- MinimalVisualizationWithVertexSelectionOnly - Class in org.jungrapht.samples
-
A demo that shows a minimal visualization configuration
- minimizeEdgeLength - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- minimizeEdgeLength - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- minimizeEdgeLength(Graph<LV<V>, LE<V, E>>, List<List<LV<V>>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- MinimumSpanningTreeDemo - Class in org.jungrapht.samples.tree
-
Demonstrates a single graph with 3 layouts in 3 views.
- MinimumSpanningTreeDemo() - Constructor for class org.jungrapht.samples.tree.MinimumSpanningTreeDemo
-
create an instance of a simple graph in two views with controls to demo the zoom features.
- minimzeEdgeLength(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- minRadius - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- minScale - Variable in class org.jungrapht.visualization.control.CrossoverScalingControl
- minScale - Variable in class org.jungrapht.visualization.control.LayoutScalingControl
- minScale - Variable in class org.jungrapht.visualization.control.ViewScalingControl
- minScale(double) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl.Builder
- minScale(double) - Method in class org.jungrapht.visualization.control.LayoutScalingControl.Builder
- minScale(double) - Method in class org.jungrapht.visualization.control.ViewScalingControl.Builder
- misAligned(Map<LV<V>, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- misAligned(Map<LV<V>, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
- misAligned(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- misAligned(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
- misAligned(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- misAligned(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
- misAligned(LV<V>, Map<LV<V>, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
- misAligned(LV<V>, Map<LV<V>, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
- Modal - Interface in org.jungrapht.visualization.control.modal
- Modal.Mode - Enum in org.jungrapht.visualization.control.modal
- ModalGraphMouse - Interface in org.jungrapht.visualization.control
-
Interface for a GraphMouse that supports modality.
- ModalLensGraphMouse<V,E> - Class in org.jungrapht.visualization.control
-
an implementation of the AbstractModalGraphMouse that includes plugins for manipulating a view that is using a LensTransformer.
- ModalLensGraphMouse() - Constructor for class org.jungrapht.visualization.control.ModalLensGraphMouse
- ModalLensGraphMouse.Builder<V,E,T extends ModalLensGraphMouse,B extends ModalLensGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
-
Build an instance of a ModalLensGraphMouse
- ModalLensGraphMouse.ModeKeyAdapter - Class in org.jungrapht.visualization.control
- ModalRenderer<V,E> - Interface in org.jungrapht.visualization.renderers
-
Interface for Modality in Renderers.
- ModalRenderer.Mode - Class in org.jungrapht.visualization.renderers
-
the Modes for rendering
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeComboBox
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeContainer
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeControl.Builder
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeControl
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- modals - Variable in class org.jungrapht.visualization.control.modal.ModeMenu
- modals - Variable in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- modals - Variable in class org.jungrapht.visualization.control.modal.ModePanel
- modals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- modals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- modals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeControl.Builder
- modals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- modals(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- ModalSatelliteGraphMouse<V,E> - Class in org.jungrapht.visualization.control
- ModalSatelliteGraphMouse() - Constructor for class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- ModalSatelliteGraphMouse.Builder<V,E,T extends ModalSatelliteGraphMouse<V,E>,B extends ModalSatelliteGraphMouse.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
-
Build an instance of a ModalSatelliteGraphMouse
- mode - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse.Builder
- mode - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse
-
the current mode
- mode - Variable in class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- mode - Variable in class org.jungrapht.visualization.control.modal.ModeComboBox
- mode - Variable in class org.jungrapht.visualization.control.modal.ModeControl.Builder
- mode - Variable in class org.jungrapht.visualization.control.modal.ModeControl
- mode - Variable in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- mode - Variable in class org.jungrapht.visualization.control.modal.ModeMenu
- mode - Variable in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- mode - Variable in class org.jungrapht.visualization.control.modal.ModePanel
- mode - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- mode(Modal.Mode) - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse.Builder
- mode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- mode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModeControl.Builder
- mode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- mode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- Mode() - Constructor for class org.jungrapht.visualization.renderers.ModalRenderer.Mode
- ModeComboBox - Class in org.jungrapht.visualization.control.modal
- ModeComboBox.Builder - Class in org.jungrapht.visualization.control.modal
- ModeContainer - Class in org.jungrapht.visualization.control.modal
- ModeContainer.Builder - Class in org.jungrapht.visualization.control.modal
- modeControl - Variable in class org.jungrapht.visualization.control.modal.ModeControls.ModeKeyAdapter
- ModeControl - Class in org.jungrapht.visualization.control.modal
- ModeControl.Builder - Class in org.jungrapht.visualization.control.modal
- ModeControls - Class in org.jungrapht.visualization.control.modal
- ModeControls() - Constructor for class org.jungrapht.visualization.control.modal.ModeControls
- ModeControls.ModeKeyAdapter - Class in org.jungrapht.visualization.control.modal
- ModeKeyAdapter(char, char, char, char, ModalGraphMouse) - Constructor for class org.jungrapht.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(char, char, char, ModalGraphMouse) - Constructor for class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(char, char, ModeControl) - Constructor for class org.jungrapht.visualization.control.modal.ModeControls.ModeKeyAdapter
- ModeKeyAdapter(char, char, ModalGraphMouse) - Constructor for class org.jungrapht.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(char, char, ModalGraphMouse) - Constructor for class org.jungrapht.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(ModeControl) - Constructor for class org.jungrapht.visualization.control.modal.ModeControls.ModeKeyAdapter
- ModeKeyAdapter(ModalGraphMouse) - Constructor for class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(ModalGraphMouse) - Constructor for class org.jungrapht.visualization.control.DefaultModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(ModalGraphMouse) - Constructor for class org.jungrapht.visualization.control.EditingModalGraphMouse.ModeKeyAdapter
- ModeKeyAdapter(ModalGraphMouse) - Constructor for class org.jungrapht.visualization.control.ModalLensGraphMouse.ModeKeyAdapter
- modeKeyListener - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- ModelChange - Interface in org.jungrapht.visualization.layout.event
-
For the most general change to a LayoutModel.
- ModelChange.Listener - Interface in org.jungrapht.visualization.layout.event
-
implemented by a consumer of this type of event
- ModelChange.Producer - Interface in org.jungrapht.visualization.layout.event
-
indicates support for this type of event dispatch
- ModelChange.Support - Interface in org.jungrapht.visualization.layout.event
-
method signatures to add/remove listeners and fire events
- ModelChange.SupportImpl - Class in org.jungrapht.visualization.layout.event
-
implementation of support.
- modelChanged() - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Listener
- modelChangeListeners - Variable in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
-
listeners for these changes
- modelChangeSupport - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
Handles events fired when the Graph is changed
- modeMap - Variable in class org.jungrapht.visualization.control.modal.ModeMenu
- modeMap - Variable in class org.jungrapht.visualization.control.modal.ModePanel
- ModeMenu - Class in org.jungrapht.visualization.control.modal
- ModeMenu.Builder - Class in org.jungrapht.visualization.control.modal
- ModePanel - Class in org.jungrapht.visualization.control.modal
- ModePanel.Builder - Class in org.jungrapht.visualization.control.modal
- modes - Variable in class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- modes - Variable in class org.jungrapht.visualization.control.modal.ModeComboBox
- modes - Variable in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- modes - Variable in class org.jungrapht.visualization.control.modal.ModeContainer
- modes - Variable in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- modes - Variable in class org.jungrapht.visualization.control.modal.ModeMenu
- modes - Variable in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- modes - Variable in class org.jungrapht.visualization.control.modal.ModePanel
- modes(Modal.Mode...) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox.Builder
- modes(Modal.Mode...) - Method in class org.jungrapht.visualization.control.modal.ModeContainer.Builder
- modes(Modal.Mode...) - Method in class org.jungrapht.visualization.control.modal.ModeMenu.Builder
- modes(Modal.Mode...) - Method in class org.jungrapht.visualization.control.modal.ModePanel.Builder
- modeSourceRenderer - Variable in class org.jungrapht.visualization.renderers.BiModalSelectionRenderer.Builder
- modeSourceRenderer(BiModalRenderer<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalSelectionRenderer.Builder
- modifiers - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- modifiers - Variable in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
Deprecated.
- modifiers - Variable in class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- modifiers - Variable in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- modifiers - Variable in class org.jungrapht.visualization.control.GraphMouseAdapter
- modifiers - Variable in class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
- Modifiers - Class in org.jungrapht.visualization.control
- Modifiers() - Constructor for class org.jungrapht.visualization.control.Modifiers
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
-
If the mouse is double-clicked on a vertex, show a popup to request a new label for the vertex.
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.MouseListenerTranslator
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.SatelliteScalingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.SatelliteTranslatingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
Invoked when the mouse button has been clicked (pressed and released) on a component.
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- mouseClicked(MouseEvent) - Method in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
Draws the transient Paintable that will become a Shape annotation when the mouse button is released
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
no op
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
-
If startVertex is non-null, stretch an edge shape between startVertex and the mouse pointer to simulate edge creation
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
-
check the modifiers.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
If the mouse is over a selected vertex, drag all selected vertices with the mouse.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
-
check the modifiers.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.SatelliteRotatingGraphMousePlugin
-
check the modifiers.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.SatelliteShearingGraphMousePlugin
-
overridden to shear the main view
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.SatelliteTranslatingGraphMousePlugin
-
Check the modifiers.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
If the mouse is over a selected vertex, drag all selected vertices with the mouse.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
-
check the modifiers.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
If the mouse is over a selected vertex, drag all selected vertices with the mouse.
- mouseDragged(MouseEvent) - Method in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
-
chack the modifiers.
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
-
show a special cursor while the mouse is inside the window
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
Invoked when the mouse enters a component.
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- mouseEntered(MouseEvent) - Method in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
-
revert to the default cursor when the mouse leaves this window
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
Invoked when the mouse exits a component.
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- mouseExited(MouseEvent) - Method in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
- MouseListenerTranslator<V,E> - Class in org.jungrapht.visualization.control
-
This class translates mouse clicks into vertex clicks
- MouseListenerTranslator(GraphMouseListener<V>, VisualizationViewer<V, E>) - Constructor for class org.jungrapht.visualization.control.MouseListenerTranslator
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- mouseMoved(MouseEvent) - Method in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
Sets the location for an Annotation.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
-
If the event occurs on a Vertex, pick that single Vertex
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
-
If the mouse is pressed in an empty area, create a new vertex there.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
-
Check the event modifiers.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.MouseListenerTranslator
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
-
save the 'down' point and check the modifiers.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.SatelliteTranslatingGraphMousePlugin
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
Invoked when a mouse button has been pressed on a component.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
-
Check the event modifiers.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
For primary modifiers (default, MouseButton1): pick a single Vertex or Edge that is under the mouse pointer.
- mousePressed(MouseEvent) - Method in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
-
Check the event modifiers.
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
Completes the process of adding a Shape annotation and removed the transient paintable
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.AbstractPopupGraphMousePlugin
-
if this is the popup trigger, process here, otherwise defer to the superclass
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
-
If a Vertex was selected in the mousePressed event, start a Thread to animate the translation of the graph so that the selected Vertex moves to the center of the view
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
-
If startVertex is non-null, and the mouse is released over an existing vertex, create an edge from startVertex to the vertex under the mouse pointer.
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.LensTranslatingGraphMousePlugin
-
unset the 'down' point and change the cursoe back to the system default cursor
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.MouseListenerTranslator
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
-
unset the down point and change the cursor back to the default
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.SatelliteAnimatedPickingGraphMousePlugin
-
override subclass method to translate the master view instead of this satellite view
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
Invoked when a mouse button has been released on a component.
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
-
unset the 'down' point and change the cursor back to the system default cursor
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
If the mouse is dragging a rectangle, pick the Vertices contained in that rectangle
- mouseReleased(MouseEvent) - Method in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
-
unset the 'down' point and change the cursor back to the system default cursor
- mouseWheelMoved(MouseWheelEvent) - Method in class org.jungrapht.visualization.control.LensMagnificationGraphMousePlugin
-
change magnification of the lens, depending on the direction of the mouse wheel motion.
- mouseWheelMoved(MouseWheelEvent) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- mouseWheelMoved(MouseWheelEvent) - Method in class org.jungrapht.visualization.control.SatelliteScalingGraphMousePlugin
-
zoom the master view display in or out, depending on the direction of the mouse wheel motion.
- mouseWheelMoved(MouseWheelEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
zoom the display in or out, depending on the direction of the mouse wheel motion.
- moveVertices() - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Override the moveVertices() method from SpringLayout.
- moveVertices() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- moveVerticesThatOverlapVerticalEdges(LayoutModel<V>, int) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- multi - Variable in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- multi(int) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- MULTI_ROW_TREE - org.jungrapht.samples.util.LayoutHelper.Layouts
- multiComponent - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- multiComponent - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- multiComponent - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- multiComponent - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- multiComponent(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- multiComponent(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- multiLayerTransformer - Variable in class org.jungrapht.visualization.DefaultRenderContext
- MultiLayerTransformer - Interface in org.jungrapht.visualization
- MultiLayerTransformer.Layer - Enum in org.jungrapht.visualization
- multiLayerTransformerSupplier - Variable in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.Builder
- multiLayerTransformerSupplier - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- multiLayerTransformerSupplier - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- multiLayerTransformerSupplier(Supplier<MultiLayerTransformer>) - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse.Builder
- multiLayerTransformerSupplier(Supplier<MultiLayerTransformer>) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- MultiMutableSelectedState<T> - Class in org.jungrapht.visualization.selection
-
Maintains the state of what has been 'selected' in the graph.
- MultiMutableSelectedState() - Constructor for class org.jungrapht.visualization.selection.MultiMutableSelectedState
- MultipleLayoutSelector<V,E> - Class in org.jungrapht.samples.util
-
convenience tool to configure and supply
TreeLayout
instances - MultipleLayoutSelector.Builder<V,E> - Class in org.jungrapht.samples.util
-
Builder for
TreeLayoutSelector
- multiply(double) - Method in class org.jungrapht.visualization.layout.model.Point
- MultiRow - Interface in org.jungrapht.visualization.layout.algorithms
- MultiRowEdgeAwareTreeLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
A Multi-Row
TreeLayoutAlgorithm
that can be modified with comparators and predicates for both vertices and edges - MultiRowEdgeAwareTreeLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- MultiRowEdgeAwareTreeLayoutAlgorithm(MultiRowEdgeAwareTreeLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
create an instance with the passed builder's parameters
- MultiRowEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends MultiRowEdgeAwareTreeLayoutAlgorithm<V,E>,B extends MultiRowEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
a Builder to create an instance of a
MultiRowEdgeAwareTreeLayoutAlgorithm
- MultiRowTreeLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
A
TreeLayoutAlgorithm
that adheres to either an original width or to the width of the widest subtree in the forest by creating new rows of tree roots - MultiRowTreeLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
- MultiRowTreeLayoutAlgorithm(MultiRowTreeLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
- MultiRowTreeLayoutAlgorithm.Builder<V,T extends MultiRowTreeLayoutAlgorithm<V>,B extends MultiRowTreeLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- MultiRowTreeLayoutForestDemo - Class in org.jungrapht.samples.tree
-
Demonstrates the visualization of a Forest using TreeLayout and BalloonLayout.
- MultiRowTreeLayoutForestDemo() - Constructor for class org.jungrapht.samples.tree.MultiRowTreeLayoutForestDemo
- MultiSelectedVertexPaintable<V,E> - Class in org.jungrapht.visualization.annotations
-
Paints a highlight at the location of all selected vertices.
- MultiSelectedVertexPaintable.Builder<V,E,B extends MultiSelectedVertexPaintable.Builder<V,E,B>> - Class in org.jungrapht.visualization.annotations
-
builder for the
SelectedVertexPaintable
- multiSelectionStrategy - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- multiSelectionStrategy - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- MultiSelectionStrategy - Interface in org.jungrapht.visualization.control
-
Supports multiple vertex selection by either a containing Rectangle or a containing arbitrarily drawn shape.
- MultiSelectionStrategy.Arbitrary - Class in org.jungrapht.visualization.control
- MultiSelectionStrategy.Rectangular - Class in org.jungrapht.visualization.control
- multiSelectionStrategySupplier - Variable in class org.jungrapht.visualization.VisualizationViewer.Builder
- multiSelectionStrategySupplier(Supplier<MultiSelectionStrategy>) - Method in class org.jungrapht.visualization.VisualizationViewer.Builder
- MultiViewDemo - Class in org.jungrapht.samples
-
Demonstrates 3 views of one graph in one model with one layout.
- MultiViewDemo() - Constructor for class org.jungrapht.samples.MultiViewDemo
-
create an instance of a simple graph in two views with controls to demo the zoom features.
- MultiViewDemoModal - Class in org.jungrapht.samples
-
Demonstrates 3 views of one graph in one model with one layout.
- MultiViewDemoModal() - Constructor for class org.jungrapht.samples.MultiViewDemoModal
-
create an instance of a simple graph in two views with controls to demo the zoom features.
- MutableAffineTransformer - Class in org.jungrapht.visualization.transform
-
Provides methods to mutate the AffineTransform used by AffineTransformer base class to map points from one coordinate system to another.
- MutableAffineTransformer() - Constructor for class org.jungrapht.visualization.transform.MutableAffineTransformer
-
create an instance that does not transform points
- MutableAffineTransformer(AffineTransform) - Constructor for class org.jungrapht.visualization.transform.MutableAffineTransformer
-
Create an instance with the supplied transform
- MutableSelectedState<T> - Interface in org.jungrapht.visualization.selection
-
An interface for classes that keep track of the selected state of T objects.
- MutableSelectedStateSink<T> - Interface in org.jungrapht.visualization.selection
-
An interface for classes that keep track of the selected state of T objects.
- MutableTransformer - Interface in org.jungrapht.visualization.transform
-
Provides an API for the mutation of a Function and for adding listeners for changes on the Function
- MutableTransformerDecorator - Class in org.jungrapht.visualization.transform
-
a complete decorator that wraps a MutableTransformer.
- MutableTransformerDecorator(MutableTransformer) - Constructor for class org.jungrapht.visualization.transform.MutableTransformerDecorator
- MutableTransformerDecorator.Builder<T extends LensTransformer,B extends MutableTransformerDecorator.Builder<T,B>> - Class in org.jungrapht.visualization.transform
N
- N - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- name - Variable in class org.jungrapht.samples.util.LayoutFunction.Layout
- NE - org.jungrapht.visualization.layout.util.RandomLocationTransformer.Origin
- NE - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- neighborCache - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- neighborCache - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- neighborCache - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- neighborCache - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- neighborCache - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- neighborCache - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- neighborCache - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- neighborFunction - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
When sweeping top to bottom, this function returns predecessors When sweeping bottom to top, this function returns sucessors
- NETWORK_SIMPLEX - org.jungrapht.visualization.layout.algorithms.sugiyama.Layering
- networkSimplex(Graph<LV<V>, LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
- NetworkSimplex<V,E> - Class in org.jungrapht.visualization.layout.algorithms.util
-
The NetworkSimplex algorithm
- NetworkSimplex(NetworkSimplex.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- NetworkSimplex.Builder<V,E,T extends NetworkSimplex<V,E>,B extends NetworkSimplex.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms.util
- NetworkSimplexDevelopment<V,E> - Class in org.jungrapht.visualization.layout.algorithms.util
- NetworkSimplexDevelopment(Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplexDevelopment
- NetworkSimplexDevelopment(Graph<V, E>, Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplexDevelopment
- newRadius(double) - Method in class org.jungrapht.visualization.layout.model.PolarPoint
- next() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree.Iterator
- NLogNMedian - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- Node<T> - Class in org.jungrapht.visualization.layout.quadtree
-
A Node in the BarnesHutOctTree.
- Node<T> - Interface in org.jungrapht.visualization.spatial.rtree
-
Interface for R-Tree nodes Includes static functions for area, union, margin, overlap
- Node(T) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree.Node
- Node.Builder<T> - Class in org.jungrapht.visualization.layout.quadtree
- nodeArea(Collection<Node<T>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- nodeArea(Collection<Node<T>>, Collection<Node<T>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- nodeBoundingBox(Collection<Node<T>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- nodeData(Map<V, SpringLayoutAlgorithm.SpringVertexData>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion.Builder
- nodeData(Map<V, SpringLayoutAlgorithm.SpringVertexData>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- nodeData(Map<V, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion.Builder
- nodeData(Map<V, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- nodeData(Map<V, Point>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- NodeList<B extends Bounded> - Class in org.jungrapht.visualization.spatial.rtree
-
A list of elements that are Bounded by a Rectangle2D The list is also Bounded by the combined union of its elements
- NodeList() - Constructor for class org.jungrapht.visualization.spatial.rtree.NodeList
- NodeList(int) - Constructor for class org.jungrapht.visualization.spatial.rtree.NodeList
- NodeList(B...) - Constructor for class org.jungrapht.visualization.spatial.rtree.NodeList
- NodeList(Collection<B>) - Constructor for class org.jungrapht.visualization.spatial.rtree.NodeList
- NodeMap<V> - Class in org.jungrapht.visualization.spatial.rtree
-
A Map of elements to Rectangle2D where the union of the child elements is kept up to date with the values in the Map
- NodeMap() - Constructor for class org.jungrapht.visualization.spatial.rtree.NodeMap
- NodeMap(int) - Constructor for class org.jungrapht.visualization.spatial.rtree.NodeMap
- NodeMap(Map<V, Rectangle2D>) - Constructor for class org.jungrapht.visualization.spatial.rtree.NodeMap
- nodeMargin(Collection<Node<T>>, Collection<Node<T>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- nodeMasses - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- nodeMasses - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- nodeMasses(Map<V, Double>) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set node masses.
- nodeMasses(Map<V, Double>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
-
Set node masses.
- nodeOverlap(Collection<Node<T>>, Collection<Node<T>>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- nodes() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- nodeSizes - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- nodeSizes - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- nodeSizes(Function<V, Double>) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
-
Set node sizes.
- nodeSizes(Map<V, Double>) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Set node sizes.
- noFocusBorder - Static variable in class org.jungrapht.visualization.annotations.AnnotationRenderer
- noFocusBorder - Static variable in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
- noFocusBorder - Static variable in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
- noFocusBorder - Static variable in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
- NONE - org.jungrapht.visualization.VisualizationModel.SpatialSupport
- NONE - Static variable in class org.jungrapht.visualization.control.Modifiers
- noop() - Static method in interface org.jungrapht.visualization.layout.algorithms.util.Threaded
- noop() - Static method in class org.jungrapht.visualization.layout.util.VisRunnable
- NoOp() - Constructor for class org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm.NoOp
- NoOp() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.Threaded.NoOp
- NoOp(LayoutModel<NT>) - Constructor for class org.jungrapht.visualization.spatial.Spatial.NoOp
- NOOP() - Constructor for class org.jungrapht.visualization.renderers.Renderer.Edge.NOOP
- NOOP() - Constructor for class org.jungrapht.visualization.renderers.Renderer.EdgeLabel.NOOP
- NOOP() - Constructor for class org.jungrapht.visualization.renderers.Renderer.Vertex.NOOP
- NOOP() - Constructor for class org.jungrapht.visualization.renderers.Renderer.VertexLabel.NOOP
- notMarked(LE<V, E>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- NW - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
O
- of() - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- of() - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLV
- of(double, double) - Static method in class org.jungrapht.visualization.layout.model.Point
- of(double, double) - Static method in class org.jungrapht.visualization.layout.model.PolarPoint
- of(double, double, double, double) - Static method in class org.jungrapht.visualization.layout.model.Rectangle
- of(int, int) - Static method in class org.jungrapht.visualization.layout.model.Dimension
- of(int, int) - Static method in class org.jungrapht.visualization.layout.model.Rectangle
- of(int, int, int, int) - Static method in class org.jungrapht.visualization.layout.model.Rectangle
- of(E) - Static method in interface org.jungrapht.visualization.layout.util.synthetics.SE
- of(E, LV<V>, LV<V>) - Static method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LE
- of(E, V, V) - Static method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- of(Shape) - Static method in class org.jungrapht.visualization.decorators.ExpandXY
- of(String, LayoutAlgorithm.Builder<V, ?, ?>) - Static method in class org.jungrapht.samples.util.LayoutFunction.Layout
- of(LE<V, E>, LV<V>, LV<V>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- of(LE<V, E>, LV<V>, LV<V>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLE
- of(LV<V>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
-
store the metadata for the supplied vertex
- of(LV<V>, LV<V>) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- of(LV<V>, LV<V>) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- of(Point, double) - Static method in class org.jungrapht.visualization.layout.model.Circle
- of(LeafSplitter<T>, Splitter<T>) - Static method in class org.jungrapht.visualization.spatial.rtree.SplitterContext
- of(Spatial<T, NT>) - Static method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- of(T, T) - Static method in class org.jungrapht.visualization.spatial.rtree.Pair
- of(V) - Static method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- of(V) - Static method in interface org.jungrapht.visualization.layout.util.synthetics.SV
- of(V, int, int) - Static method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- of(V, V) - Static method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Pair
- of(V, V) - Static method in class org.jungrapht.visualization.layout.algorithms.util.Pair
- offset(double, double) - Method in class org.jungrapht.visualization.layout.model.Rectangle
-
offset the rectangle's location by the passed coordinates
- offset(LayoutModel<V>, int) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- offset(LayoutModel<V>, int) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- offset(LayoutModel<V>, int, int) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- offsetvertex(V, double, double) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- org.jungrapht.samples - package org.jungrapht.samples
-
Sample applications created using JUNGRAPHT Current features demonstrated in the samples include: visualization of changing graphs visualization animation layouts: BalloonLayout, TreeLayout, RadialTreeLayout, MinCross, TidierTree, GEM, and others clustering, shortest path, minimum spanning tree sublayouts label variations: orientation, position customization of color, shape, stroke on-the-fly visualization filtering graph editor node 'collapsing' multiple models, multiple views with the same model nodes as Icons magnifying lens overlay satellite view
- org.jungrapht.samples.control.modal - package org.jungrapht.samples.control.modal
- org.jungrapht.samples.flow - package org.jungrapht.samples.flow
- org.jungrapht.samples.large - package org.jungrapht.samples.large
-
Sample applications to visualize 'larger' graphs.
- org.jungrapht.samples.quadtree - package org.jungrapht.samples.quadtree
-
Sample applications to visualize a Barnes Hut Quadtree
- org.jungrapht.samples.rtree - package org.jungrapht.samples.rtree
-
Sample applications to visualize an RTree
- org.jungrapht.samples.spatial - package org.jungrapht.samples.spatial
-
Sample applications showing spatial data structures
- org.jungrapht.samples.sugiyama - package org.jungrapht.samples.sugiyama
-
Sample applications using Sugiyama layout and contributing algorithms Current features demonstrated in the samples include: BrandesKopf horizontal coordinate assignment Eisperger optimization LongestPath algorithm NetworkSimplex algorithm Coffman Graham algorithm
- org.jungrapht.samples.sugiyama.test.algorithms - package org.jungrapht.samples.sugiyama.test.algorithms
- org.jungrapht.samples.tree - package org.jungrapht.samples.tree
-
Sample applications to visualize graphs with tree structure Current features demonstrated in the samples include: visualization of changing graphs visualization animation layouts: TidierTreeLayout, BalloonLayout, TreeLayout, RadialTreeLayout minimum spanning tree vertex 'collapsing'
- org.jungrapht.samples.util - package org.jungrapht.samples.util
-
Sample applications utilities
- org.jungrapht.visualization - package org.jungrapht.visualization
-
Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.
- org.jungrapht.visualization.annotations - package org.jungrapht.visualization.annotations
-
Classes which support creating visual annotations for graphs.
- org.jungrapht.visualization.control - package org.jungrapht.visualization.control
-
Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.
- org.jungrapht.visualization.control.modal - package org.jungrapht.visualization.control.modal
- org.jungrapht.visualization.decorators - package org.jungrapht.visualization.decorators
-
Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.
- org.jungrapht.visualization.layout.algorithms - package org.jungrapht.visualization.layout.algorithms
-
Support for graph layout algorithms
- org.jungrapht.visualization.layout.algorithms.eiglsperger - package org.jungrapht.visualization.layout.algorithms.eiglsperger
- org.jungrapht.visualization.layout.algorithms.repulsion - package org.jungrapht.visualization.layout.algorithms.repulsion
- org.jungrapht.visualization.layout.algorithms.sugiyama - package org.jungrapht.visualization.layout.algorithms.sugiyama
- org.jungrapht.visualization.layout.algorithms.util - package org.jungrapht.visualization.layout.algorithms.util
- org.jungrapht.visualization.layout.event - package org.jungrapht.visualization.layout.event
-
Support for graph layout related events
- org.jungrapht.visualization.layout.model - package org.jungrapht.visualization.layout.model
-
Support for graph layout models mapping vertices to location points
- org.jungrapht.visualization.layout.quadtree - package org.jungrapht.visualization.layout.quadtree
-
Support for spatial optimization of graph layout algorithms
- org.jungrapht.visualization.layout.util - package org.jungrapht.visualization.layout.util
-
Utilities for graph layout models and graph layout algorithms
- org.jungrapht.visualization.layout.util.synthetics - package org.jungrapht.visualization.layout.util.synthetics
- org.jungrapht.visualization.renderers - package org.jungrapht.visualization.renderers
-
Visualization mechanisms relating to rendering.
- org.jungrapht.visualization.selection - package org.jungrapht.visualization.selection
-
Visualization mechanisms for supporting the selection of graph elements.
- org.jungrapht.visualization.spatial - package org.jungrapht.visualization.spatial
-
Visualization mechanisms for supporting spatial data structures.
- org.jungrapht.visualization.spatial.rtree - package org.jungrapht.visualization.spatial.rtree
-
Visualization mechanisms for supporting RTree spatial data structures.
- org.jungrapht.visualization.sublayout - package org.jungrapht.visualization.sublayout
-
Visualization mechanisms relating to grouping or hiding specified element sets.
- org.jungrapht.visualization.transform - package org.jungrapht.visualization.transform
-
Visualization mechanisms related to transformations, including lens effects.
- org.jungrapht.visualization.transform.shape - package org.jungrapht.visualization.transform.shape
-
Visualization mechanisms related to transformation of graph element shapes.
- org.jungrapht.visualization.util - package org.jungrapht.visualization.util
-
Utilities for graph visualization.
- origin - Variable in class org.jungrapht.visualization.layout.util.RandomLocationTransformer
- ORIGIN - Static variable in class org.jungrapht.visualization.layout.model.Point
-
Point at location (0,0)
- ORIGIN - Static variable in class org.jungrapht.visualization.layout.model.PolarPoint
- originalGraph - Variable in class org.jungrapht.visualization.sublayout.GraphCollapser
- orthogonal() - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
-
Deprecated.
- Orthogonal() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.Orthogonal
- out - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- out - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse
-
used by the scaling plugins for zoom out
- out - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
the amount to zoom out by
- out(float) - Method in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- OutsidePositioner() - Constructor for class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer.OutsidePositioner
- overlap(Rectangle2D, Rectangle2D) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- overlap(Collection<Rectangle2D>, Collection<Rectangle2D>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
P
- p - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- p - Variable in class org.jungrapht.visualization.layout.quadtree.ForceObject
-
location of p
- paint - Variable in class org.jungrapht.visualization.annotations.Annotation
- paint(Graphics) - Method in class org.jungrapht.samples.util.TitlePaintable
- paint(Graphics) - Method in class org.jungrapht.visualization.annotations.AnnotationPaintable
- paint(Graphics) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
-
Draw shapes to indicate selected vertices
- paint(Graphics) - Method in class org.jungrapht.visualization.annotations.SelectedVertexPaintable
-
Draw shapes to indicate selected vertices
- paint(Graphics) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
-
Draw shapes to indicate selected vertices
- paint(Graphics) - Method in class org.jungrapht.visualization.SatelliteVisualizationViewer.ViewLens
- paint(Graphics) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensControls
- paint(Graphics) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensPaintable
- paint(Graphics) - Method in class org.jungrapht.visualization.util.BoundingRectanglePaintable
- paint(Graphics) - Method in class org.jungrapht.visualization.util.LayoutPaintable.BalloonRings
- paint(Graphics) - Method in class org.jungrapht.visualization.util.LayoutPaintable.Grid
- paint(Graphics) - Method in class org.jungrapht.visualization.util.LayoutPaintable.LayoutBounds
- paint(Graphics) - Method in class org.jungrapht.visualization.util.LayoutPaintable.RadialRings
- paint(Graphics) - Method in class org.jungrapht.visualization.util.LayoutPaintable.TreeCells
- paint(Graphics) - Method in interface org.jungrapht.visualization.VisualizationServer.Paintable
- paint(Graphics, JComponent) - Method in class org.jungrapht.samples.util.VerticalLabelUI
- paintEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.AbstractEdgeRenderer
- paintEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.Renderer.Edge.NOOP
- paintEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in interface org.jungrapht.visualization.renderers.Renderer.Edge
- paintIcon(Component, Graphics, int, int) - Method in class org.jungrapht.visualization.LayeredIcon
- paintIcon(Component, Graphics, int, int) - Method in class org.jungrapht.visualization.renderers.Checkmark
- paintIconForVertex(RenderContext<V, ?>, VisualizationModel<V, ?>, V) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- paintIconForVertex(RenderContext<V, ?>, VisualizationModel<V, ?>, V) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- paintIconForVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.AbstractVertexRenderer
- paintIconForVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexRenderer
-
Paint
v
's icon ong
at(x,y)
. - paintIconForVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexSelectionRenderer
- paintIconForVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.LightweightVertexRenderer
-
Paint
v
's icon ong
at(x,y)
. - paintShapeForVertex(RenderContext<V, ?>, V, Shape) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- paintShapeForVertex(RenderContext<V, ?>, V, Shape) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- paintShapeForVertex(RenderContext<V, E>, V, Shape) - Method in class org.jungrapht.visualization.renderers.AbstractVertexRenderer
- paintShapeForVertex(RenderContext<V, E>, V, Shape) - Method in class org.jungrapht.visualization.renderers.GradientVertexRenderer
- paintShapeForVertex(RenderContext<V, E>, V, Shape) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexSelectionRenderer
- paintShapeForVertex(RenderContext<V, E>, V, Shape) - Method in class org.jungrapht.visualization.renderers.LightweightVertexSelectionRenderer
- paintSingleNormal(Graphics2D, V) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- paintSingleNormal(Graphics2D, V) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- paintSingleTransformed(V) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- paintSingleTransformed(V) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- paintTransformed(V) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- paintTransformed(V) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- paintVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.AbstractVertexRenderer
- paintVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.GradientVertexRenderer
- paintVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.Renderer.Vertex.NOOP
- paintVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in interface org.jungrapht.visualization.renderers.Renderer.Vertex
- Pair<V> - Class in org.jungrapht.visualization.layout.algorithms.util
- Pair<T> - Class in org.jungrapht.visualization.spatial.rtree
-
A collection of two items.
- Pair(T, T) - Constructor for class org.jungrapht.visualization.spatial.rtree.Pair
- pairs - Static variable in class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
- pairs - Static variable in class org.jungrapht.samples.util.TestGraphs
-
A series of pairs that may be useful for generating graphs.
- pairs - Static variable in class org.jungrapht.samples.util.TestGuavaGraphs
-
A series of pairs that may be useful for generating graphs.
- pairs - Static variable in class org.jungrapht.samples.util.TestGuavaNetworks
-
A series of pairs that may be useful for generating graphs.
- parallelEdgeIndexFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
- ParallelEdgeIndexFunction<V,E> - Class in org.jungrapht.visualization.util
-
A class which creates and maintains indices for parallel edges.
- ParallelEdgeIndexFunction() - Constructor for class org.jungrapht.visualization.util.ParallelEdgeIndexFunction
- ParallelEdgeShapeFunction<V,E> - Class in org.jungrapht.visualization.decorators
-
An abstract class for edge-to-Shape functions that work with parallel edges.
- ParallelEdgeShapeFunction() - Constructor for class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
- parent - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- parent - Variable in class org.jungrapht.visualization.spatial.rtree.RTreeNode
- PerformanceGraph - Class in org.jungrapht.samples.large
-
First demo I made that shows how the Lightweight rendering and the BH optimization of the layout algorithm can acceptably render a larger graph.
- PerformanceGraph() - Constructor for class org.jungrapht.samples.large.PerformanceGraph
- PickableElementPaintFunction<E,P> - Class in org.jungrapht.visualization.decorators
-
Paints each edge according to the
P
parameters given in the constructor, so that selected and non-selected edges can be made to look different. - PickableElementPaintFunction(SelectedState<E>, P, P) - Constructor for class org.jungrapht.visualization.decorators.PickableElementPaintFunction
- pickContainedVertices(VisualizationViewer<V, E>, Shape, boolean) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
pick the vertices inside the rectangle created from points 'down' and 'out' (two diagonally opposed corners of the rectangle)
- pickedEdgeLabelColor - Variable in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
- pickedVertexLabelColor - Variable in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
- pickedVertexLabelColor - Variable in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
- pickFootprintPaintable - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- pickFootprintPaintable - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- pickFootprintPaintable - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- PICKING - org.jungrapht.visualization.control.modal.Modal.Mode
- pickShapes - Variable in class org.jungrapht.visualization.spatial.AbstractSpatial
- pickSize - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- pickSize - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- pickSize - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- pickSize - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- pickSize - Variable in class org.jungrapht.visualization.selection.ShapePickSupport
- pickSupport - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
pluggable support for picking graph elements by finding them based on their coordinates.
- pickSupport - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- pickSupport - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- pickSupport - Variable in class org.jungrapht.visualization.transform.LayoutLensSupport.Builder
- pickSupport - Variable in class org.jungrapht.visualization.transform.LayoutLensSupport
- pickSupport - Variable in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- pickSupport - Variable in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- pickSupport(GraphElementAccessor<V, E>) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- PickWithIconListener(Function<Number, Icon>) - Constructor for class org.jungrapht.samples.LensVertexImageShaperDemo.PickWithIconListener
- PickWithIconListener(Function<V, Icon>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.PickWithIconListener
- PivotingImageShaper - Class in org.jungrapht.visualization
-
Provides Supplier methods that, given a BufferedImage, an Image, or the fileName of an image, will return a java.awt.Shape that is the contiguous traced outline of the opaque part of the image.
- PivotingImageShaper() - Constructor for class org.jungrapht.visualization.PivotingImageShaper
- placeBlock(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- placeBlock(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompactionDeprecated
- placeBlock(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- PluggableGraphMouse - Class in org.jungrapht.visualization.control
-
a GraphMouse that accepts plugins for various mouse events.
- PluggableGraphMouse() - Constructor for class org.jungrapht.visualization.control.PluggableGraphMouse
- Point - Class in org.jungrapht.visualization.layout.model
-
Simple, immutable Point class used for Graph layout.
- Point(double, double) - Constructor for class org.jungrapht.visualization.layout.model.Point
- PointConsumer - Interface in org.jungrapht.visualization.layout.algorithms.util
- Points(Function<V, Shape>, LayoutModel) - Constructor for class org.jungrapht.visualization.util.BoundingRectangleCollector.Points
- PointSummaryStatistics - Class in org.jungrapht.visualization.layout.algorithms.util
- PointSummaryStatistics() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- PointSummaryStatistics(int, int, int, int) - Constructor for class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- PointUtils - Class in org.jungrapht.visualization.util
- polarLocations - Variable in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- polarLocations - Variable in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- polarLocations - Variable in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- polarLocations - Variable in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- PolarPoint - Class in org.jungrapht.visualization.layout.model
-
Immutable Point.
- polarToCartesian(double, double) - Static method in class org.jungrapht.visualization.layout.model.PolarPoint
- polarToCartesian(PolarPoint) - Static method in class org.jungrapht.visualization.layout.model.PolarPoint
- popupEditingPlugin - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- pos - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- pos - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
- pos(InsertionOrderSplayTree.Node<T>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompactionDeprecated
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignment
-
override to use pos instead of index
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
-
override to use pos instead of index
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- pos(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- postDecorator - Variable in class org.jungrapht.visualization.util.IconCache
- postDecorator(IconCache.Decorator<V>) - Method in class org.jungrapht.visualization.util.IconCache.Builder
- postProcessing(Graph<V, E>, List<V>) - Static method in class org.jungrapht.visualization.layout.algorithms.util.CircleLayoutReduceEdgeCrossing
- postStraighten - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- postStraighten - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- postStraighten - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- postStraighten - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- postStraighten - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- postStraighten - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- postStraighten(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- postStraighten(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- postStraighten(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- preConcatenate(AffineTransform) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
- preConcatenate(AffineTransform) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- preConcatenate(AffineTransform) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- pred(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
-
return the predecessor of v in the same rank
- pred(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- preDecorator - Variable in class org.jungrapht.visualization.util.IconCache
- preDecorator(IconCache.Decorator<V>) - Method in class org.jungrapht.visualization.util.IconCache.Builder
- predicate - Variable in class org.jungrapht.visualization.util.PredicatedParallelEdgeIndexFunction
- PredicatedParallelEdgeIndexFunction<V,E> - Class in org.jungrapht.visualization.util
-
A class which creates and maintains indices for parallel edges.
- PredicatedParallelEdgeIndexFunction(Predicate<E>) - Constructor for class org.jungrapht.visualization.util.PredicatedParallelEdgeIndexFunction
- preferredHeight - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- preferredWidth - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- PREFIX - Static variable in class org.jungrapht.visualization.layout.util.PropertyLoader
- prepareFinalEdgeShape(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
- prepareFinalEdgeShape(RenderContext<V, E>, LayoutModel<V>, E, int[], boolean[]) - Method in class org.jungrapht.visualization.renderers.AbstractEdgeRenderer
- prepareFinalVertexShape(RenderContext<V, ?>, VisualizationModel<V, ?>, V, int[]) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- prepareFinalVertexShape(RenderContext<V, ?>, VisualizationModel<V, ?>, V, int[]) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- prepareFinalVertexShape(RenderContext<V, E>, LayoutModel<V>, V, int[]) - Method in class org.jungrapht.visualization.renderers.AbstractVertexRenderer
-
Returns the vertex shape in layout coordinates.
- prepareRenderer(RenderContext<?, ?>, AnnotationRenderer, Object) - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- prepareRenderer(RenderContext<?, ?>, AnnotationRenderer, Object) - Method in class org.jungrapht.visualization.annotations.AnnotationPaintable
- prepareRenderer(RenderContext<V, E>, Object, boolean, E) - Method in class org.jungrapht.visualization.renderers.HeayweightEdgeLabelRenderer
- prepareRenderer(RenderContext<V, E>, Object, boolean, V) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer
- prepareRenderer(RenderContext<V, E>, Object, boolean, V) - Method in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- prependPreRenderPaintable(VisualizationServer.Paintable) - Method in interface org.jungrapht.visualization.VisualizationServer
- preprocessing() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- prerelax(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- preRelax() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- preRelax() - Method in interface org.jungrapht.visualization.layout.algorithms.IterativeLayoutAlgorithm
-
may be a no-op depending on how the algorithm instance is created
- preRelaxDuration(int) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- preRelaxDurationMs - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- preRelaxDurationMs - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- print(Graphics, PageFormat, int) - Method in class org.jungrapht.samples.GraphEditorDemo
- printTree() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- printTree(String) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- printTree(InsertionOrderSplayTree.Node<T>, int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- propagateMinimumLevel(V) - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
A recursive method for allocating the level for each vertex.
- PropertyLoader - Class in org.jungrapht.visualization.layout.util
- PropertyLoader - Class in org.jungrapht.visualization
- put(String, String) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- put(Map.Entry<V, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.NodeMap
- put(LayoutModel<V>, Point) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
-
Adds the passed layout as a sublayout, and specifies the center of where this sublayout should appear.
- put(V, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.rtree.NodeMap
- putAll(Map<? extends String, ? extends String>) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- putIfAbsent(String, String) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- putRadialPointsInModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- putRadialPointsInModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- putRadialPointsInModel(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
Q
- QUAD_CURVE - Static variable in interface org.jungrapht.visualization.decorators.EdgeShape
- quadCurve() - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
- QuadCurve() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.QuadCurve
- QuadraticLeafSplitter<T> - Class in org.jungrapht.visualization.spatial.rtree
-
splits the passed entries using the quadratic method (for R-Tree)
- QuadraticLeafSplitter() - Constructor for class org.jungrapht.visualization.spatial.rtree.QuadraticLeafSplitter
- QuadraticSplitter<T> - Class in org.jungrapht.visualization.spatial.rtree
- QuadraticSplitter() - Constructor for class org.jungrapht.visualization.spatial.rtree.QuadraticSplitter
- QUADTREE - org.jungrapht.visualization.VisualizationModel.SpatialSupport
- queue - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
R
- Radial - Interface in org.jungrapht.visualization.layout.algorithms
-
marker interface used only to signal that the radial paintables might be applied
- RADIAL - org.jungrapht.samples.util.LayoutHelper.Layouts
- RadialEdgeAwareTreeLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
A radial layout for Tree or Forest graphs.
- RadialEdgeAwareTreeLayoutAlgorithm(RadialEdgeAwareTreeLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends RadialEdgeAwareTreeLayoutAlgorithm<V,E>,B extends RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- RadialRings(VisualizationServer<V, ?>, RadialTreeLayout<V>) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.RadialRings
- RadialTreeLayout<V> - Interface in org.jungrapht.visualization.layout.algorithms
-
a marker interface for Tree layouts in a radial pattern
- RadialTreeLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
A radial layout for Tree or Forest graphs.
- RadialTreeLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- RadialTreeLayoutAlgorithm(RadialTreeLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- RadialTreeLayoutAlgorithm.Builder<V,T extends RadialTreeLayoutAlgorithm<V>,B extends RadialTreeLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- RadialTreeLensDemo - Class in org.jungrapht.samples.tree
-
Shows a RadialTreeLayout view of a Forest.
- RadialTreeLensDemo() - Constructor for class org.jungrapht.samples.tree.RadialTreeLensDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- radii - Variable in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- radius - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- radius - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- radius - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- radius - Variable in class org.jungrapht.visualization.layout.model.Circle
-
the radius of this Circle
- radius - Variable in class org.jungrapht.visualization.layout.model.PolarPoint
- radius(int) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- radiusConstantTime - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- RadiusGraphElementAccessor<V,E> - Class in org.jungrapht.visualization.util
-
Simple implementation of GraphElementAccessor that returns the vertex or edge that is closest to the specified location.
- RadiusGraphElementAccessor() - Constructor for class org.jungrapht.visualization.util.RadiusGraphElementAccessor
-
Creates an instance with an effectively infinite default maximum distance.
- RadiusGraphElementAccessor(double) - Constructor for class org.jungrapht.visualization.util.RadiusGraphElementAccessor
-
Creates an instance with the specified default maximum distance.
- RadiusVertexAccessor<V> - Class in org.jungrapht.visualization.layout.util
-
Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
- RadiusVertexAccessor() - Constructor for class org.jungrapht.visualization.layout.util.RadiusVertexAccessor
-
Creates an instance with an effectively infinite default maximum distance.
- RadiusVertexAccessor(double) - Constructor for class org.jungrapht.visualization.layout.util.RadiusVertexAccessor
-
Creates an instance with the specified default maximum distance.
- random - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- random - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- random - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- random - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- random - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- random - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- random - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- random - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- random - Variable in class org.jungrapht.visualization.layout.util.RandomLocationTransformer
- random(Random) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion.Builder
- random(Random) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion.Builder
- random(Random) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
- random(Random) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- random(Random) - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.StandardRepulsion.Builder
- random(Random) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- RandomDAGExample - Class in org.jungrapht.samples.tree
- RandomDAGExample() - Constructor for class org.jungrapht.samples.tree.RandomDAGExample
- RandomDAGExampleWithSatellite - Class in org.jungrapht.samples.tree
- RandomDAGExampleWithSatellite() - Constructor for class org.jungrapht.samples.tree.RandomDAGExampleWithSatellite
- RandomLocationTransformer<V> - Class in org.jungrapht.visualization.layout.util
-
Provides a random vertex location within the bounds of the width and height.
- RandomLocationTransformer(double, double) - Constructor for class org.jungrapht.visualization.layout.util.RandomLocationTransformer
-
Creates an instance with the specified layoutSize which uses the current time as the random seed.
- RandomLocationTransformer(double, double, long) - Constructor for class org.jungrapht.visualization.layout.util.RandomLocationTransformer
-
Creates an instance with the specified dimension and random seed.
- RandomLocationTransformer(RandomLocationTransformer.Origin, double, double) - Constructor for class org.jungrapht.visualization.layout.util.RandomLocationTransformer
-
Creates an instance with the specified layoutSize which uses the current time as the random seed.
- RandomLocationTransformer(RandomLocationTransformer.Origin, double, double, long) - Constructor for class org.jungrapht.visualization.layout.util.RandomLocationTransformer
-
Creates an instance with the specified dimension and random seed.
- RandomLocationTransformer.Origin - Enum in org.jungrapht.visualization.layout.util
- randomSeed(long) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- rank - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- rank - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
- rawArrowShape - Variable in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- rawEdge - Variable in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- rc - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
holds rendering settings
- rc - Variable in class org.jungrapht.visualization.annotations.AnnotationManager
- rc - Variable in class org.jungrapht.visualization.annotations.AnnotationPaintable
- rc - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- rc - Variable in class org.jungrapht.visualization.util.BoundingRectanglePaintable
- rearrangeLayers(List<List<LV<V>>>) - Static method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- rebuild(Collection<T>, Function<T, Double>, Function<T, Point>) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- rebuild(Collection<T>, Function<T, Point>) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
-
rebuild the quad tree with the nodes and location mappings of the passed LayoutModel
- recalculate() - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
-
nothing to recalculate
- recalculate() - Method in interface org.jungrapht.visualization.spatial.Spatial
-
rebuild the data structure
- recalculate() - Method in class org.jungrapht.visualization.spatial.SpatialGrid
- recalculate() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- recalculate() - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
-
rebuild the data structure
- recalculate() - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
-
rebuild the data structure // * // * @param elements the elements to insert into the data structure
- recalculate() - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- recalculate(Collection<T>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- recalculate(Collection<V>) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
Recalculate the contents of the Map of box number to contained Vertices
- recalculateBounds() - Method in interface org.jungrapht.visualization.spatial.rtree.BoundedList
-
recompute the bounding box for the list
- recalculateBounds() - Method in interface org.jungrapht.visualization.spatial.rtree.BoundedMap
- recalculateBounds() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
recompute the bounding box for this InnerVertex, then the recompute for parent node Climbs the tree to the root as it recalcultes.
- recalculateBounds() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
called after a removal.
- recalculateBounds() - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- recalculateBounds() - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
-
iterate over all children and update the bounds Called after removing from the collection
- recalculateBounds() - Method in class org.jungrapht.visualization.spatial.rtree.NodeMap
-
iterate over all children and update the bounds Called after removing from the collection
- rectangle - Variable in class org.jungrapht.visualization.spatial.AbstractSpatial
- rectangle - Variable in class org.jungrapht.visualization.transform.shape.Intersector
- Rectangle - Class in org.jungrapht.visualization.layout.model
-
Simple, immutable Rectangle class, included to reduce dependency on awt classes
- Rectangle(double, double, double, double) - Constructor for class org.jungrapht.visualization.layout.model.Rectangle
- RECTANGLE - org.jungrapht.visualization.transform.Lens.Shape
- RectangleConsumer - Interface in org.jungrapht.visualization.layout.algorithms.util
- rectangles - Variable in class org.jungrapht.visualization.util.BoundingRectangleCollector
- rectangles - Variable in class org.jungrapht.visualization.util.BoundingRectanglePaintable
- RectangleUtils - Class in org.jungrapht.visualization.util
- rectangular() - Static method in interface org.jungrapht.visualization.control.MultiSelectionStrategy
- Rectangular() - Constructor for class org.jungrapht.visualization.control.MultiSelectionStrategy.Rectangular
- RectangularLensDemo - Class in org.jungrapht.samples
-
Demonstrates the use of
HyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer) The transforms are applied in a rectangular lens that affects that part of the visualization. - RectangularLensDemo() - Constructor for class org.jungrapht.samples.RectangularLensDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- rectangularShape - Variable in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
-
used to draw a Shape annotation
- REDUCE_XING_CIRCLE - org.jungrapht.samples.util.LayoutHelper.Layouts
- reduceEdgeCrossing - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- reduceEdgeCrossing - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- reduceEdgeCrossing(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- reduceEdgeCrossingMaxEdges - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- reduceEdgeCrossingMaxEdges - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- reduceEdgeCrossingMaxEdges(int) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- RegionSelectingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
RegionSelectingGraphMousePlugin supports the selecting of graph elements with the mouse.
- RegionSelectingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- RegionSelectingGraphMousePlugin(int, int, int, int) - Constructor for class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
create an instance with overrides
- RegionSelectingGraphMousePlugin(RegionSelectingGraphMousePlugin.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- RegionSelectingGraphMousePlugin.Builder<V,E,T extends RegionSelectingGraphMousePlugin,B extends RegionSelectingGraphMousePlugin.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
- regionSelectingPlugin - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse
- regionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- regionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- regionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- regionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- regionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- regionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- regionSelectionCompleteMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- regionSelectionCompleteMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- regionSelectionCompleteMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- regionSelectionCompleteMask(int) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- regionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- regionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- regionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- regionSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- regionSelectionMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- regionSelectionMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- regionSelectionMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- regionSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- regionSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- regionSelectionMask(int) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- reinsert - Variable in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- reinsert - Variable in class org.jungrapht.visualization.spatial.SpatialRTree
- reinsert(boolean) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- reinsert(RTree<T>, SplitterContext<T>) - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
- relaxEdges() - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Overridden relaxEdges.
- relaxEdges() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- relaxing - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- remove(int) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- remove(Object) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- remove(Object) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- remove(Object) - Method in class org.jungrapht.visualization.spatial.rtree.NodeMap
- remove(Object, Object) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- remove(Icon) - Method in class org.jungrapht.visualization.LayeredIcon
- remove(Annotation<?>) - Method in class org.jungrapht.visualization.annotations.AnnotationManager
- remove(Annotation<?>) - Method in class org.jungrapht.visualization.annotations.AnnotationPaintable
- remove(GraphMousePlugin) - Method in class org.jungrapht.visualization.control.PluggableGraphMouse
- remove(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
-
Removes
layout
from this instance. - remove(RTree<T>, T) - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
-
remove an element from the tree
- remove(T) - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
-
remove the passed element.
- remove(T) - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
remove passed element from the map if it exists call recalculateBounds to update all parent node bounds after removal of the element
- remove(T) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- removeAll() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
-
Removes all layouts from this instance.
- removeAll(Collection<?>) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- removeChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.DefaultTransformer
- removeChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
Removes a ChangeListener.
- removeChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- removeChangeListener(ChangeListener) - Method in interface org.jungrapht.visualization.util.ChangeEventSupport
-
Removes a ChangeListener.
- removeChangeListener(ChangeListener) - Method in class org.jungrapht.visualization.util.DefaultChangeEventSupport
- removeChangeListener(ChangeListener) - Method in interface org.jungrapht.visualization.VisualizationServer
-
Removes a ChangeListener.
- removeCycles() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- RemoveCycles<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Early implementation that ignores cycles by removing them from the graph
- RemoveCycles(Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- removeForReinsert(RTree<T>, Collection<Map.Entry<T, Rectangle2D>>) - Static method in class org.jungrapht.visualization.spatial.rtree.RTree
- removeItemListener(ItemListener) - Method in class org.jungrapht.samples.util.LayeringConfiguration
- removeItemListener(ItemListener) - Method in class org.jungrapht.visualization.selection.AbstractMutableSelectedState
- removeItemListener(ItemListener) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- removeItemListener(ItemListener) - Method in class org.jungrapht.visualization.util.ItemSupport
- removeLayoutSizeChangeListener(LayoutSizeChange.Listener<V>) - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
- removeLayoutSizeChangeListener(LayoutSizeChange.Listener<V>) - Method in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
- removeLayoutStateChangeListener(LayoutStateChange.Listener) - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Support
- removeLayoutStateChangeListener(LayoutStateChange.Listener) - Method in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
- removeLayoutVertexPositionChangeListener(LayoutVertexPositionChange.Listener) - Method in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
- removeLayoutVertexPositionChangeListener(LayoutVertexPositionChange.Listener<V>) - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
- removeModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox
- removeModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeContainer
- removeModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeControl
- removeModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModeMenu
- removeModal(Modal) - Method in class org.jungrapht.visualization.control.modal.ModePanel
- removeModal(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox
- removeModal(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModeMenu
- removeModal(Modal...) - Method in class org.jungrapht.visualization.control.modal.ModePanel
- removeModelChangeListener(ModelChange.Listener) - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Support
- removeModelChangeListener(ModelChange.Listener) - Method in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
- removePostRenderPaintable(VisualizationServer.Paintable) - Method in interface org.jungrapht.visualization.VisualizationServer
- removePreRenderPaintable(VisualizationServer.Paintable) - Method in interface org.jungrapht.visualization.VisualizationServer
- removeRange(int, int) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- removeRenderContextStateChangeListener(RenderContextStateChange.Listener) - Method in interface org.jungrapht.visualization.RenderContextStateChange.Support
- removeRenderContextStateChangeListener(RenderContextStateChange.Listener) - Method in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
- removeTreeVertex(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.util.TreeUtils
-
removes a vertex and all descendants from a tree
- removeViewChangeListener(ViewChange.Listener) - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Support
- removeViewChangeListener(ViewChange.Listener) - Method in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
- render(RenderContext<V, E>, LayoutModel<V>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- render(RenderContext<V, E>, LayoutModel<V>) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- render(RenderContext<V, E>, LayoutModel<V>) - Method in interface org.jungrapht.visualization.renderers.Renderer
- render(RenderContext<V, E>, LayoutModel<V>) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- render(RenderContext<V, E>, LayoutModel<V>, Spatial<V, V>, Spatial<E, V>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- render(RenderContext<V, E>, LayoutModel<V>, Spatial<V, V>, Spatial<E, V>) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- render(RenderContext<V, E>, LayoutModel<V>, Spatial<V, V>, Spatial<E, V>) - Method in interface org.jungrapht.visualization.renderers.Renderer
- render(RenderContext<V, E>, LayoutModel<V>, Spatial<V, V>, Spatial<E, V>) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- renderContext - Variable in class org.jungrapht.visualization.RenderContextStateChange.Event
- renderContext - Variable in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- renderContext - Variable in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- renderContext - Variable in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- RenderContext<V,E> - Interface in org.jungrapht.visualization
-
Holds the
Function
s and state for rendering a graph - RenderContext.DirectedEdgeArrowPredicate - Class in org.jungrapht.visualization
- RenderContext.UndirectedEdgeArrowPredicate - Class in org.jungrapht.visualization
- RenderContextStateChange - Interface in org.jungrapht.visualization
-
An event model to convey that the RenderContext has changed.
- RenderContextStateChange.Event<V,E> - Class in org.jungrapht.visualization
-
the event payload produced by this event model and consumed by its Listener consumers.
- RenderContextStateChange.Listener<V,E> - Interface in org.jungrapht.visualization
-
interface required for consumers of this event model
- RenderContextStateChange.Producer - Interface in org.jungrapht.visualization
-
indicates that an implementor supports being a producer for this event model
- RenderContextStateChange.Support<V,E> - Interface in org.jungrapht.visualization
-
required method signatures to be a producer for this event model
- RenderContextStateChange.SupportImpl<V,E> - Class in org.jungrapht.visualization
-
implementations for a producer of this event model
- renderContextStateChanged(RenderContextStateChange.Event) - Method in class org.jungrapht.visualization.DefaultSatelliteVisualizationViewer
- renderContextStateChanged(RenderContextStateChange.Event<V, E>) - Method in interface org.jungrapht.visualization.RenderContextStateChange.Listener
- renderContextSupplier - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- renderContextSupplier(Supplier<RenderContext<V, E>>) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- renderEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- renderEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- renderEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in interface org.jungrapht.visualization.renderers.Renderer
- renderEdge(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- renderEdgeArrow - Variable in class org.jungrapht.visualization.DefaultRenderContext
- renderEdgeArrow() - Method in class org.jungrapht.visualization.DefaultRenderContext
- renderEdgeArrow() - Method in interface org.jungrapht.visualization.RenderContext
- renderEdgeLabel(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- renderEdgeLabel(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- renderEdgeLabel(RenderContext<V, E>, LayoutModel<V>, E) - Method in interface org.jungrapht.visualization.renderers.Renderer
- renderEdgeLabel(RenderContext<V, E>, LayoutModel<V>, E) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- renderer - Variable in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- Renderer<V,E> - Interface in org.jungrapht.visualization.renderers
-
The interface for drawing vertices, edges, and their labels.
- Renderer.Builder<V,E,T extends Renderer<V,E>,B extends Renderer.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.renderers
- Renderer.Edge<V,E> - Interface in org.jungrapht.visualization.renderers
- Renderer.Edge.NOOP<V,E> - Class in org.jungrapht.visualization.renderers
- Renderer.EdgeLabel<V,E> - Interface in org.jungrapht.visualization.renderers
- Renderer.EdgeLabel.NOOP<V,E> - Class in org.jungrapht.visualization.renderers
- Renderer.Vertex<V,E> - Interface in org.jungrapht.visualization.renderers
- Renderer.Vertex.NOOP<V,E> - Class in org.jungrapht.visualization.renderers
- Renderer.VertexLabel<V,E> - Interface in org.jungrapht.visualization.renderers
- Renderer.VertexLabel.NOOP<V,E> - Class in org.jungrapht.visualization.renderers
- Renderer.VertexLabel.Position - Enum in org.jungrapht.visualization.renderers
- Renderer.VertexLabel.Positioner - Interface in org.jungrapht.visualization.renderers
- rendererMap - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
-
Map of Renderers keyed on Mode
- rendererMap - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- rendererPane - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
The CellRendererPane is used here just as it is in JTree and JTable, to allow a pluggable JLabel-based renderer for Vertex and Edge label strings and icons.
- renderGraph(Graphics2D) - Method in class org.jungrapht.visualization.DefaultSatelliteVisualizationViewer
-
override to not use the spatial data structure, as this view will always show the entire graph
- renderingHints - Variable in class org.jungrapht.visualization.util.IconCache
- renderVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- renderVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.BiModalSelectionRenderer
-
Render the highlights for the supplied vertex
- renderVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- renderVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in interface org.jungrapht.visualization.renderers.Renderer
- renderVertex(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- renderVertexLabel(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- renderVertexLabel(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- renderVertexLabel(RenderContext<V, E>, LayoutModel<V>, V) - Method in interface org.jungrapht.visualization.renderers.Renderer
- renderVertexLabel(RenderContext<V, E>, LayoutModel<V>, V) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- repaint() - Method in interface org.jungrapht.visualization.VisualizationServer
- repaint(long, int, int, int, int) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- repaint(long, int, int, int, int) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overridden for performance reasons.
- repaint(long, int, int, int, int) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overridden for performance reasons.
- repaint(Rectangle) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- repaint(Rectangle) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overridden for performance reasons.
- repaint(Rectangle) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overridden for performance reasons.
- replace(String, String) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- replace(String, String, String) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- replaceAll(BiFunction<? super String, ? super String, ? extends String>) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- repulsion_range_sq - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- repulsionConstant - Variable in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- repulsionConstant - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- repulsionConstant - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- repulsionConstant(double) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion.Builder
- repulsionConstant(double) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion.Builder
- repulsionContract - Variable in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- repulsionContract - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- repulsionContractBuilder - Variable in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- repulsionContractBuilder - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- repulsionContractBuilder(StandardFA2Repulsion.Builder) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
- repulsionContractBuilder(StandardFRRepulsion.Builder) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm.Builder
- repulsionContractBuilder(StandardSpringRepulsion.Builder) - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.Builder
- repulsiondx - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
- repulsiondy - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
- repulsionK(double) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion.Builder
-
Set repulsion K.
- repulsionRangeSquared - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- repulsionRangeSquared - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- repulsionRangeSquared(int) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion.Builder
- repulsionRangeSquared(int) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- reset() - Method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
-
Resets the layout iteration count to 0, which allows the layout algorithm to continue updating vertex positions.
- reset() - Method in interface org.jungrapht.visualization.util.EdgeIndexFunction
-
Clears all edge indices for all edges.
- reset() - Method in class org.jungrapht.visualization.util.ParallelEdgeIndexFunction
- reset() - Method in interface org.jungrapht.visualization.VisualizationServer
-
resets all transforms in the visualization
- reset(Graph<V, E>, E) - Method in interface org.jungrapht.visualization.util.EdgeIndexFunction
-
Resets the indices for
edge
and its parallel edges. - reset(Graph<V, E>, E) - Method in class org.jungrapht.visualization.util.ParallelEdgeIndexFunction
- reset(VisualizationServer<?, ?>, Point2D) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl
- reshapingEdgeRenderer - Variable in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- ReshapingEdgeRenderer<V,E> - Class in org.jungrapht.visualization.renderers
-
uses a flatness argument to break edges into smaller segments.
- ReshapingEdgeRenderer() - Constructor for class org.jungrapht.visualization.renderers.ReshapingEdgeRenderer
- ResizeListener() - Constructor for class org.jungrapht.visualization.VisualizationScrollPane.ResizeListener
- resizeToLayout() - Method in interface org.jungrapht.visualization.VisualizationServer
-
Deprecated.
- resizeToSurroundingRectangle() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- resizeToSurroundingRectangle() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- resizeToSurroundingRectangle() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- restore(LV<V>[][], Map<LV<V>, VertexMetadata<V>>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- restore(LV<V>[][], Map<LV<V>, VertexMetadata<V>>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- retainAll(Collection<?>) - Method in class org.jungrapht.visualization.spatial.rtree.NodeList
- retrieve(Set<V>, Rectangle2D) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- retrieve(Set<V>, Shape) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
Return all objects that are within the passed shape This is needed when the layout is rotated/skewed and the shape edges are no longer parallel to the grid edges.
- revalidate() - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- revalidate() - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overridden for performance reasons.
- revalidate() - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overridden for performance reasons.
- reversed() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
-
reverse the direction and endpoints of this edge Done for reverting a feedback edge into its original form
- reversed() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
-
reverse the direction and endpoints of this edge Done for reverting a feedback edge into its original form
- reverseFeedbackArcs() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GreedyCycleRemoval
- right - Variable in class org.jungrapht.visualization.spatial.rtree.Pair
- RightmostLower(VerticalAlignment.HDirection, VerticalAlignment.VDirection, LV<V>[][], Graph<LV<V>, Integer>, Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.RightmostLower
- RightmostLower(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.RightmostLower
- RightmostLower(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.RightmostLower
- RightmostUpper(VerticalAlignment.HDirection, VerticalAlignment.VDirection, LV<V>[][], Graph<LV<V>, Integer>, Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.RightmostUpper
- RightmostUpper(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated.RightmostUpper
- RightmostUpper(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment.RightmostUpper
- root - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- root(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- root(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- root(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- root(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- rootComparator - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- rootComparator - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- rootComparator - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- rootComparator - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- rootComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- rootComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- rootMap - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- rootMap - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- rootPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- rootPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
the {}@link Predicate} to determine root vertices
- rootPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- rootPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- rootPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- rootPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- roots - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- roots - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- roots - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- roots - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- roots(Graph<V, ?>) - Static method in class org.jungrapht.visualization.util.TreeUtils
- rotate(double) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- rotate(double, double, double) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
rotates the current transform at the supplied points
- rotate(double, double, double) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- rotate(double, double, double) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- rotate(double, double, double) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- rotate(double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
preconcatenates the rotation at the supplied point with the current transform
- rotate(double, Point2D) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- rotate(double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- rotateEdgeLabels - Variable in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
- RotatingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
RotatingGraphMouse provides the abiity to rotate the graph using the mouse.
- RotatingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.RotatingGraphMousePlugin
-
create an instance with default modifier values
- RotatingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.RotatingGraphMousePlugin
-
create an instance with passed zoom in/out values
- rotatingMask - Variable in class org.jungrapht.visualization.control.RotatingGraphMousePlugin
- rotatingPlugin - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- rowCount - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowTreeLayoutAlgorithm
-
keeps track of how many rows have been created
- RStarLeafSplitter<T> - Class in org.jungrapht.visualization.spatial.rtree
-
splits a Collection of Map.Entries according to R*-Tree semantics
- RStarLeafSplitter() - Constructor for class org.jungrapht.visualization.spatial.rtree.RStarLeafSplitter
- RStarSplitter<T> - Class in org.jungrapht.visualization.spatial.rtree
- RStarSplitter() - Constructor for class org.jungrapht.visualization.spatial.rtree.RStarSplitter
- RtoL - org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.HDirection
- rtree - Variable in class org.jungrapht.visualization.spatial.SpatialRTree
-
the RTree to use.
- RTree<T> - Class in org.jungrapht.visualization.spatial.rtree
-
R-Tree or R*-Tree implementation, depending on the type of Splitters passed in the SplitterContext
- RTREE - org.jungrapht.visualization.VisualizationModel.SpatialSupport
- RTreeNode<T> - Class in org.jungrapht.visualization.spatial.rtree
-
contains the parent for Node implementations
- RTreeNode() - Constructor for class org.jungrapht.visualization.spatial.rtree.RTreeNode
- RTreeVisualization<V> - Class in org.jungrapht.samples.spatial
-
A Visualization for the RTree used in a graph visualization
- RTreeVisualization(RTree, VisualizationServer) - Constructor for class org.jungrapht.samples.spatial.RTreeVisualization
- RTreeVisualizer - Class in org.jungrapht.samples.rtree
-
A visualization of the R-Tree structure.
- RTreeVisualizer() - Constructor for class org.jungrapht.samples.rtree.RTreeVisualizer
- run() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable
- run() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable
- run() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- run() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- run() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- run() - Method in class org.jungrapht.visualization.layout.util.VisRunnable
- runAfter() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- runAfter() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm
- runAfter() - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- runAfter() - Method in interface org.jungrapht.visualization.layout.algorithms.util.AfterRunnable
- runClustered(Set<Graph<V, E>>) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
-
Layout subgraphs on separate places.
- runnables - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
S
- S - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- SATELLITE_BACKGROUND_TRANSPARENT - Static variable in interface org.jungrapht.visualization.SatelliteVisualizationViewer
- SatelliteAnimatedPickingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
A version of the AnimatedPickingGraphMousePlugin that is for the SatelliteVisualizationViewer.
- SatelliteAnimatedPickingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.SatelliteAnimatedPickingGraphMousePlugin
-
create an instance
- SatelliteAnimatedPickingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.SatelliteAnimatedPickingGraphMousePlugin
- SatelliteRotatingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
Mouse events in the SatelliteView that match the modifiers will cause the Main view to rotate
- SatelliteRotatingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.SatelliteRotatingGraphMousePlugin
- SatelliteRotatingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.SatelliteRotatingGraphMousePlugin
- SatelliteScalingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
Overrides ScalingGraphMousePlugin so that mouse events in the satellite view will cause scaling in the main view Using only the mouse wheel, both the X-axis and Y-axis are scaled equally.
- SatelliteScalingGraphMousePlugin(ScalingControl, int, int, int) - Constructor for class org.jungrapht.visualization.control.SatelliteScalingGraphMousePlugin
- SatelliteScalingGraphMousePlugin(ScalingControl, int, int, int, float, float) - Constructor for class org.jungrapht.visualization.control.SatelliteScalingGraphMousePlugin
- SatelliteShearingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
Overrides ShearingGraphMousePlugin so that mouse events in the satellite view cause shearing of the main view
- SatelliteShearingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.SatelliteShearingGraphMousePlugin
- SatelliteShearingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.SatelliteShearingGraphMousePlugin
- SatelliteTranslatingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
Overrides TranslatingGraphMousePlugin so that mouse events in the satellite view cause translating of the main view
- SatelliteTranslatingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.SatelliteTranslatingGraphMousePlugin
- SatelliteViewDemo - Class in org.jungrapht.samples
-
Demonstrates the construction of a graph visualization with a main and a satellite view.
- SatelliteViewDemo() - Constructor for class org.jungrapht.samples.SatelliteViewDemo
-
create an instance of a simple graph in two views with controls to demo the features.
- SatelliteViewRefactoredMouseDemo - Class in org.jungrapht.samples
-
Demonstrates the construction of a graph visualization with a main and a satellite view.
- SatelliteViewRefactoredMouseDemo() - Constructor for class org.jungrapht.samples.SatelliteViewRefactoredMouseDemo
-
create an instance of a simple graph in two views with controls to demo the features.
- SatelliteViewTreeDemo - Class in org.jungrapht.samples.tree
-
Demonstrates the construction of a graph visualization with a main and a satellite view.
- SatelliteViewTreeDemo() - Constructor for class org.jungrapht.samples.tree.SatelliteViewTreeDemo
-
create an instance of a simple graph in two views with controls to demo the features.
- SatelliteVisualizationViewer<V,E> - Interface in org.jungrapht.visualization
-
A VisualizationViewer that can act as a satellite view for another (master) VisualizationViewer.
- SatelliteVisualizationViewer.Builder<V,E,T extends DefaultSatelliteVisualizationViewer<V,E>,B extends SatelliteVisualizationViewer.Builder<V,E,T,B>> - Class in org.jungrapht.visualization
- SatelliteVisualizationViewer.ViewLens<V,E> - Class in org.jungrapht.visualization
-
A four-sided shape that represents the visible part of the master view and is drawn in the satellite view
- save(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- save(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- savedEdgeRenderer - Variable in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- savedGraphicsDecorator - Variable in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- savedGraphicsDecorator - Variable in class org.jungrapht.visualization.transform.shape.ViewLensSupport
- scale() - Method in class org.jungrapht.visualization.transform.AffineTransformer
- scale() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- scale() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- scale(double, double) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- scale(double, double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
setter for the scale fires a PropertyChangeEvent with the AffineTransforms representing the previous and new values for scale and offset
- scale(double, double, Point2D) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- scale(double, double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- scale(VisualizationServer<?, ?>, double, double, Point2D) - Method in class org.jungrapht.visualization.control.AbsoluteCrossoverScalingControl
-
Scale to the absolute value passed as 'amount'.
- scale(VisualizationServer<?, ?>, double, double, Point2D) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl
- scale(VisualizationServer<?, ?>, double, double, Point2D) - Method in class org.jungrapht.visualization.control.LayoutScalingControl
-
zoom the display in or out, depending on the direction of the mouse wheel motion.
- scale(VisualizationServer<?, ?>, double, double, Point2D) - Method in interface org.jungrapht.visualization.control.ScalingControl
-
zoom the display in or out
- scale(VisualizationServer<?, ?>, double, double, Point2D) - Method in class org.jungrapht.visualization.control.ViewScalingControl
-
zoom the display in or out, depending on the direction of the mouse wheel motion.
- scale(VisualizationServer<?, ?>, double, Point2D) - Method in interface org.jungrapht.visualization.control.ScalingControl
-
Deprecated.
- scalePredicate - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- scaler - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
controls scaling operations
- scaleSupplier - Variable in class org.jungrapht.visualization.renderers.BiModalRenderer
- scaleToLayout() - Method in interface org.jungrapht.visualization.VisualizationServer
-
scale the graph visualization to fit within the view window
- scaleToLayout(boolean) - Method in interface org.jungrapht.visualization.VisualizationServer
-
scale the graph visualization to fit within the view window
- scaleToLayout(ScalingControl) - Method in interface org.jungrapht.visualization.VisualizationServer
-
scale the graph layout to fit withon the view window
- scaleToLayout(ScalingControl, boolean) - Method in interface org.jungrapht.visualization.VisualizationServer
-
scale the graph layout to fit withon the view window
- scalingControl(ScalingControl) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- ScalingControl - Interface in org.jungrapht.visualization.control
- ScalingControl.Axis - Enum in org.jungrapht.visualization.control
- ScalingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
ScalingGraphMouse applies a scaling transformation to the graph layout.
- ScalingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- ScalingGraphMousePlugin(ScalingControl, int, int, int) - Constructor for class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- ScalingGraphMousePlugin(ScalingControl, int, int, int, float, float) - Constructor for class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- ScalingGraphMousePlugin(ScalingGraphMousePlugin.Builder) - Constructor for class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- ScalingGraphMousePlugin.Builder - Class in org.jungrapht.visualization.control
- scalingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- scalingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- scalingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- scalingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- scalingMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- scalingMask - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- scalingMask - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- scalingMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- scalingMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- scalingMask(int) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- scalingPlugin - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse
- screenDevice - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
the JComponent that this Renderer will display the graph on
- scrollBarsMayControlAdjusting - Variable in class org.jungrapht.visualization.VisualizationScrollPane
- scrollPointToCenter(VisualizationServer<V, E>, Point) - Static method in class org.jungrapht.visualization.util.VertexLocationAnimator
- scrollVertexClusterToCenter(VisualizationServer<V, E>, Collection<V>) - Static method in class org.jungrapht.visualization.util.VertexLocationAnimator
- scrollVertexToCenter(VisualizationServer<V, E>, V) - Static method in class org.jungrapht.visualization.util.VertexLocationAnimator
- se - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
-
two synthetic edges are created by splitting an existing SE<V,E> edge.
- se - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLE
-
two synthetic edges are created by splitting an existing SE<V,E> edge.
- SE - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- SE<E> - Interface in org.jungrapht.visualization.layout.util.synthetics
-
Interface for a delegate class for a generic edge of type E
- second - Variable in class org.jungrapht.visualization.layout.algorithms.util.Pair
- SEI<E> - Class in org.jungrapht.visualization.layout.util.synthetics
-
Implementation of a delegate class for a generic edge of type E
- SEI(E) - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SEI
- select(int[]) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LinearTimeMedian
- select(int[], int, int, int) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LinearTimeMedian
- select(E) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
-
select one element.
- select(E, boolean) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- select(Collection<E>) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
-
select a collection of elements to be the only selected elements
- select(Collection<E>, boolean) - Method in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- select(Collection<T>) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- select(Collection<T>) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
-
select a collection of elements to be the only selected elements
- select(Collection<T>, boolean) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- select(Collection<T>, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
- select(Collection<T>, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedStateSink
-
select a collection of elements to be the only selected elements
- select(T) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
-
Select an element
- select(T) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
-
select one element.
- select(T, boolean) - Method in class org.jungrapht.visualization.selection.MultiMutableSelectedState
- select(T, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedState
- select(T, boolean) - Method in interface org.jungrapht.visualization.selection.MutableSelectedStateSink
-
select one element.
- selected - Variable in class org.jungrapht.visualization.selection.MultiMutableSelectedState
-
the 'selected' items
- selected - Variable in class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
-
the 'selected' items
- selected - Variable in class org.jungrapht.visualization.util.ItemSupport
- selectedEdgeState - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
Holds asubset of edges that are selected
- selectedPaint - Variable in class org.jungrapht.visualization.decorators.PickableElementPaintFunction
- selectedState - Variable in class org.jungrapht.visualization.decorators.PickableElementPaintFunction
- SelectedState<T> - Interface in org.jungrapht.visualization.selection
- SelectedState.StateChangeListener<T> - Class in org.jungrapht.visualization.selection
- selectedVertexFunction - Variable in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- selectedVertexFunction - Variable in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- selectedVertexFunction(Function<VisualizationServer<V, E>, Collection<V>>) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- selectedVertexFunction(Function<VisualizationServer<V, E>, V>) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
- SelectedVertexPaintable<V> - Class in org.jungrapht.visualization.annotations
-
Paints a shape at the location of all selected vertices.
- SelectedVertexPaintable.Builder<V> - Class in org.jungrapht.visualization.annotations
-
builder for the
SelectedVertexPaintable
- selectedVertexState - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
Holds a subset of vertices that are selected
- Selecting(int) - Constructor for class org.jungrapht.visualization.control.AbstractGraphMousePlugin.Selecting
-
Deprecated.Creates an instance with the specified mouse event modifiers.
- SelectingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
SelectingGraphMousePlugin supports the selecting of graph elements with the mouse.
- SelectingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- SelectingGraphMousePlugin(int, int) - Constructor for class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
create an instance with overrides
- SelectingGraphMousePlugin(SelectingGraphMousePlugin.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- SelectingGraphMousePlugin.Builder<V,E,T extends SelectingGraphMousePlugin,B extends SelectingGraphMousePlugin.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
- selectingPlugin - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse
- selectionIcon(Icon) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- selectionIcon(Icon) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
- selectionMask - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- selectionModifiers - Variable in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
- selectionModifiers - Variable in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
- selectionPaint(Paint) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- selectionPaint(Paint) - Method in class org.jungrapht.visualization.annotations.SelectedVertexPaintable.Builder
- selectionPaint(Paint) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
- SelectionRenderer<V,E> - Class in org.jungrapht.visualization.renderers
- SelectionRenderer(Renderer.Vertex<V, E>) - Constructor for class org.jungrapht.visualization.renderers.SelectionRenderer
- selectionShape(Shape) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- selectionShape(Shape) - Method in class org.jungrapht.visualization.annotations.SelectedVertexPaintable.Builder
- selectionShape(Shape) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
- selectionStrokeMin(float) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- selectionStrokeMin(float) - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
- SelectiveEiglspergerHorizontalCoordinateAssignment<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
Gather the coordinate assignments from four passes of the VerticalAlignment algorithm (up-down-left-right) and assign final coordinates using the average median value of the 4 results for each vertex.
- SelectiveEiglspergerHorizontalCoordinateAssignment(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>, int, int, boolean, boolean, boolean, boolean) - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.SelectiveEiglspergerHorizontalCoordinateAssignment
- SelectiveSugiyamaHorizontalCoordinateAssignment<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
Gather the coordinate assignments from four passes of the VerticalAlignment algorithm (up-down-left-right) and assign final coordinates using the average median value of the 4 results for each vertex.
- SelectiveSugiyamaHorizontalCoordinateAssignment(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>, int, int, boolean, boolean, boolean, boolean) - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.SelectiveSugiyamaHorizontalCoordinateAssignment
- self() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- self() - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- self() - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- self() - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable.Builder
- self() - Method in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- self() - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin.Builder
- self() - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- self() - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
- self() - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- self() - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- self() - Method in class org.jungrapht.visualization.layout.util.synthetics.TransformingGraphView.Builder
- self() - Method in class org.jungrapht.visualization.renderers.BiModalRenderer.Builder
- self() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- self() - Method in class org.jungrapht.visualization.transform.LensTransformer.Builder
- self() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator.Builder
- self() - Method in class org.jungrapht.visualization.VisualizationModel.Builder
- self() - Method in class org.jungrapht.visualization.VisualizationServer.Builder
- SELF_ORGANIZING_MAP - org.jungrapht.samples.util.LayoutHelper.Layouts
- SELF_ORGANIZING_MAP - org.jungrapht.samples.util.SubLayoutHelper.Layouts
- separateComponents - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- separateComponents - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- separateComponents(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- separationFunction - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- separationFunction - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- separationFunction(Function<LE<V, E>, Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- set(String, String) - Method in interface org.jungrapht.visualization.layout.algorithms.util.Attributed
- set(String, String) - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- set(V, double, double) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- set(V, double, double) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- set(V, double, double) - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- set(V, double, double) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
-
Changes the layout coordinates of
vertex
tox, y
. - set(V, Point) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- set(V, Point) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- set(V, Point) - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- set(V, Point) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
-
Changes the layout coordinates of
vertex
tolocation
. - setActive(boolean) - Method in class org.jungrapht.visualization.spatial.AbstractSpatial
- setActive(boolean) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Edge
- setActive(boolean) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp.Vertex
- setActive(boolean) - Method in interface org.jungrapht.visualization.spatial.Spatial
-
a flag to suggest whether or not the spatial structure should be used
- setActive(boolean) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- setAdjustForGravity(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- setAfter(Runnable) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- setAfter(Runnable) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm
- setAfter(Runnable) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- setAfter(Runnable) - Method in interface org.jungrapht.visualization.layout.algorithms.util.AfterRunnable
- setAnnotatingMode() - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- setAnnotatingMode() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- setAnnotation(T) - Method in class org.jungrapht.visualization.annotations.Annotation
- setAnnotationColor(Color) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- setArrowDrawPaintFunction(Function<E, Paint>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setArrowDrawPaintFunction(Function<E, Paint>) - Method in interface org.jungrapht.visualization.RenderContext
- setArrowFillPaintFunction(Function<E, Paint>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setArrowFillPaintFunction(Function<E, Paint>) - Method in interface org.jungrapht.visualization.RenderContext
- setArrowPlacementTolerance(float) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setArrowPlacementTolerance(float) - Method in interface org.jungrapht.visualization.RenderContext
- setArrowsOnUndirectedEdges(boolean) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setArrowsOnUndirectedEdges(boolean) - Method in interface org.jungrapht.visualization.RenderContext
- setAspectRatioFunction(Function<T, Float>) - Method in class org.jungrapht.visualization.decorators.AbstractShapeFunction
- setAspectRatioFunction(Function<T, Float>) - Method in interface org.jungrapht.visualization.decorators.SettableShapeFunction
- setAttractionMultiplier(double) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- setBackground(Color) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overrides
JComponent.setBackground
to assign the unselected-background color to the specified color. - setBackground(Color) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overrides
JComponent.setBackground
to assign the unselected-background color to the specified color. - setBackground(Color) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overrides
JComponent.setBackground
to assign the unselected-background color to the specified color. - setBackground(Color) - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Overrides
JComponent.setBackground
to assign the unselected-background color to the specified color. - setBackground(Color) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setBackground(Color) - Method in interface org.jungrapht.visualization.VisualizationComponent
- setBounds(Rectangle2D) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
-
nothing to change
- setBounds(Rectangle2D) - Method in interface org.jungrapht.visualization.spatial.Spatial
- setBounds(Rectangle2D) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
Set the layoutSize of the spatial grid and recompute the box widths and heights.
- setBounds(Rectangle2D) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
reset the side of this structure
- setBounds(Rectangle2D) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- setBounds(Rectangle2D) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- setCenter(Point2D) - Method in class org.jungrapht.visualization.transform.Lens
- setClip(int, int, int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setClip(Shape) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setColor(Color) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setComposite(Composite) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setControlOffsetIncrement(float) - Method in class org.jungrapht.visualization.decorators.AbstractEdgeShapeFunction
-
Sets the value of
control_offset_increment
. - setControlOffsetIncrement(float) - Method in class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
- setCorner(JComponent) - Method in class org.jungrapht.visualization.VisualizationScrollPane
- setCountSupplier(Supplier<Integer>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setCrossover(double) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl
-
Sets the crossover point to the specified value.
- setCursor(Cursor) - Method in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
- setCursor(Cursor) - Method in interface org.jungrapht.visualization.VisualizationComponent
- setDelegate(Graphics2D) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setDelegate(Function<T, Shape>) - Method in class org.jungrapht.visualization.decorators.IconShapeFunction
- setDelegate(MutableTransformer) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- setDensity(float) - Method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
- setDisconnectedDistanceMultiplier(double) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- setDoubleBuffered(boolean) - Method in interface org.jungrapht.visualization.VisualizationServer
-
Specify whether this class uses its offscreen image or not.
- setEdgeArrow(Shape) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeArrow(Shape) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeArrowLength(int) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeArrowLength(int) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport) - Method in class org.jungrapht.visualization.renderers.Renderer.Edge.NOOP
- setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport<V, E>) - Method in class org.jungrapht.visualization.renderers.HeavyweightEdgeRenderer
- setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport<V, E>) - Method in class org.jungrapht.visualization.renderers.LightweightEdgeRenderer
- setEdgeArrowRenderingSupport(EdgeArrowRenderingSupport<V, E>) - Method in interface org.jungrapht.visualization.renderers.Renderer.Edge
- setEdgeArrowStrokeFunction(Function<E, Stroke>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeArrowStrokeFunction(Function<E, Stroke>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeArrowWidth(int) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeArrowWidth(int) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeArticulationFunction(Function<E, List<Point>>) - Method in class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunction
- setEdgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- setEdgeComparator(Comparator<E>) - Method in interface org.jungrapht.visualization.layout.algorithms.EdgeSorting
- setEdgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- setEdgeComparator(Comparator<E>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- setEdgeDrawPaintFunction(Function<E, Paint>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeDrawPaintFunction(Function<E, Paint>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeEffects(EdgeEffects<V, E>) - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- setEdgeFactory(Supplier<E>) - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- setEdgeFillPaintFunction(Function<E, Paint>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeFillPaintFunction(Function<E, Paint>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeFontFunction(Function<E, Font>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeFontFunction(Function<E, Font>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeIncludePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeIncludePredicate(Predicate<E>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class org.jungrapht.visualization.decorators.EdgeShape.CubicCurve
- setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class org.jungrapht.visualization.decorators.EdgeShape.QuadCurve
- setEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
- setEdgeLabelCloseness(float) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeLabelCloseness(float) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeLabelFunction(Function<E, String>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeLabelFunction(Function<E, String>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeLabelRenderer(EdgeLabelRenderer) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeLabelRenderer(EdgeLabelRenderer) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeLabelRenderer(ModalRenderer.Mode, Renderer.EdgeLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setEdgeLabelRenderer(ModalRenderer.Mode, Renderer.EdgeLabel<V, E>) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- setEdgeLabelRenderer(Renderer.EdgeLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setEdgeLabelRenderer(Renderer.EdgeLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- setEdgeLabelRenderer(Renderer.EdgeLabel<V, E>) - Method in interface org.jungrapht.visualization.renderers.Renderer
- setEdgeLabelRenderer(Renderer.EdgeLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- setEdgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- setEdgePredicate(Predicate<E>) - Method in interface org.jungrapht.visualization.layout.algorithms.EdgePredicated
- setEdgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- setEdgePredicate(Predicate<E>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- setEdgeRenderer(ModalRenderer.Mode, Renderer.Edge<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setEdgeRenderer(ModalRenderer.Mode, Renderer.Edge<V, E>) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- setEdgeRenderer(Renderer.Edge<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setEdgeRenderer(Renderer.Edge<V, E>) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- setEdgeRenderer(Renderer.Edge<V, E>) - Method in interface org.jungrapht.visualization.renderers.Renderer
- setEdgeRenderer(Renderer.Edge<V, E>) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- setEdgeShapeFunction(BiFunction<Graph<V, E>, E, Shape>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeShapeFunction(BiFunction<Graph<V, E>, E, Shape>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeSpatial(Spatial<E, V>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setEdgeStrokeFunction(Function<E, Stroke>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeStrokeFunction(Function<E, Stroke>) - Method in interface org.jungrapht.visualization.RenderContext
- setEdgeSupport(EdgeSupport<V, E>) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- setEdgeToolTipFunction(Function<E, String>) - Method in interface org.jungrapht.visualization.VisualizationViewer
- setEdgeWidth(float) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setEdgeWidth(float) - Method in interface org.jungrapht.visualization.RenderContext
- setEditingMode() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- setEnabled(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
- setEnableSingleAxisScaling(boolean) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl
- setExchangevertices(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
-
Enable or disable the local minimum escape technique by exchanging vertices.
- setExecutor(Executor) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- setExecutor(Executor) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- setExecutor(Executor) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- setExecutor(Executor) - Method in interface org.jungrapht.visualization.layout.algorithms.util.ExecutorConsumer
- setFill(boolean) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- setFill(boolean) - Method in class org.jungrapht.visualization.annotations.Annotation
- setFillImages(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- setFireEvents(boolean) - Method in interface org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
- setFireEvents(boolean) - Method in class org.jungrapht.visualization.layout.event.LayoutSizeChange.SupportImpl
- setFireEvents(boolean) - Method in interface org.jungrapht.visualization.layout.event.LayoutStateChange.Support
- setFireEvents(boolean) - Method in class org.jungrapht.visualization.layout.event.LayoutStateChange.SupportImpl
- setFireEvents(boolean) - Method in interface org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
- setFireEvents(boolean) - Method in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.SupportImpl
- setFireEvents(boolean) - Method in interface org.jungrapht.visualization.layout.event.ModelChange.Support
- setFireEvents(boolean) - Method in class org.jungrapht.visualization.layout.event.ModelChange.SupportImpl
- setFireEvents(boolean) - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Support
- setFireEvents(boolean) - Method in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
- setFireEvents(boolean) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- setFireEvents(boolean) - Method in interface org.jungrapht.visualization.RenderContextStateChange.Support
- setFireEvents(boolean) - Method in class org.jungrapht.visualization.RenderContextStateChange.SupportImpl
- setFont(Font) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setFont(Font) - Method in interface org.jungrapht.visualization.VisualizationComponent
- setForceMultiplier(double) - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- setForeground(Color) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overrides
JComponent.setForeground
to assign the unselected-foreground color to the specified color. - setForeground(Color) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overrides
JComponent.setForeground
to assign the unselected-foreground color to the specified color. - setForeground(Color) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overrides
JComponent.setForeground
to assign the unselected-foreground color to the specified color. - setForeground(Color) - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Overrides
JComponent.setForeground
to assign the unselected-foreground color to the specified color. - setForeground(Color) - Method in interface org.jungrapht.visualization.VisualizationComponent
- setGraph(Graph<V, ?>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- setGraph(Graph<V, ?>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- setGraph(Graph<V, ?>) - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- setGraph(Graph<V, ?>) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- setGraph(Graph<V, E>) - Method in class org.jungrapht.visualization.sublayout.GraphCollapser
-
set the
Graph
to a new value - setGraph(Graph<V, E>) - Method in class org.jungrapht.visualization.sublayout.TreeCollapser
- setGraph(Graph<V, E>) - Method in interface org.jungrapht.visualization.VisualizationModel
- setGraph(Graph<V, E>, boolean) - Method in interface org.jungrapht.visualization.VisualizationModel
- setGraphicsContext(GraphicsDecorator) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setGraphicsContext(GraphicsDecorator) - Method in interface org.jungrapht.visualization.RenderContext
- setGraphMouse(VisualizationViewer.GraphMouse) - Method in interface org.jungrapht.visualization.VisualizationViewer
-
a setter for the GraphMouse.
- setIconFunction(Function<T, Icon>) - Method in class org.jungrapht.visualization.decorators.IconShapeFunction
- setIn(float) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- setIndex(int) - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- setIndex(int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- setInitialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- setInitialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- setInitialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
-
The initialDimensionFunction sets the layout area bounds by evaluating the
Graph
- setInitialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in interface org.jungrapht.visualization.VisualizationModel
- setInitialDimensionFunction(Function<Graph<V, ?>, Pair<Integer>>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setInitializer(Function<V, Point>) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- setInitializer(Function<V, Point>) - Method in class org.jungrapht.visualization.layout.model.DefaultLayoutModel
- setInitializer(Function<V, Point>) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- setKillSwitch(Runnable) - Method in class org.jungrapht.visualization.control.DefaultLensGraphMouse
- setKillSwitch(Runnable) - Method in interface org.jungrapht.visualization.control.LensGraphMouse
- setKillSwitch(Runnable) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- setKillSwitch(Runnable) - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse
- setLabelOffset(int) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setLabelOffset(int) - Method in interface org.jungrapht.visualization.RenderContext
- setLayer(Annotation.Layer) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- setLayer(Annotation.Layer) - Method in class org.jungrapht.visualization.annotations.Annotation
- setLayering(Layering) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- setLayering(Layering) - Method in interface org.jungrapht.visualization.layout.algorithms.Layered
- setLayout(LayoutManager) - Method in interface org.jungrapht.visualization.VisualizationComponent
- setLayoutAlgorithm(LayoutAlgorithm<V>) - Method in interface org.jungrapht.visualization.VisualizationModel
- setLayoutModel(LayoutModel<V>) - Method in interface org.jungrapht.visualization.VisualizationModel
- setLayoutTransformer(MutableTransformer) - Method in class org.jungrapht.visualization.DefaultTransformer
- setLengthFactor(double) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- setLensColor(Color) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- setLensColor(Color) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- setLensColor(Color) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- setLensColor(Color) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- setLensControls(AbstractLensSupport.LensControls) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- setLensPaintable(AbstractLensSupport.LensPaintable) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- setLensShape(RectangularShape) - Method in class org.jungrapht.visualization.transform.Lens
- setLocation(Point2D) - Method in class org.jungrapht.visualization.annotations.Annotation
- setLocation(V, double, double) - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Override forceMove so that if someone moves a vertex, we can re-layout everything.
- setLocation(V, Point) - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Override forceMove so that if someone moves a vertex, we can re-layout everything.
- setLocked(boolean) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- setLocked(boolean) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- setLocked(boolean) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- setMagnification(float) - Method in class org.jungrapht.visualization.transform.Lens
- setManager(Runnable) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport
- setManager(Runnable) - Method in interface org.jungrapht.visualization.transform.LensSupport
- setMaxIterations(int) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- setMaxIterations(int) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- setMaxLevelCrossFunction(Function<Graph<V, E>, Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- setMaxLevelCrossFunction(Function<Graph<V, E>, Integer>) - Method in interface org.jungrapht.visualization.layout.algorithms.Layered
- setMaxLevels(int) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- setMaxObjects(int) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- setMeasure(double) - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- setMeasure(double) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- setMode(Modal.Mode) - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
-
setter for the Mode.
- setMode(Modal.Mode) - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse
-
setter for the Mode.
- setMode(Modal.Mode) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
-
setter for the Mode.
- setMode(Modal.Mode) - Method in interface org.jungrapht.visualization.control.modal.Modal
- setMode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModeComboBox
- setMode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModeControl
- setMode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModeMenu
- setMode(Modal.Mode) - Method in class org.jungrapht.visualization.control.modal.ModePanel
- setMode(ModalRenderer.Mode) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setMode(ModalRenderer.Mode) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- setModeKeyListener(KeyListener) - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- setModifiers(int) - Method in class org.jungrapht.visualization.control.AbstractGraphMousePlugin
-
Deprecated.
- setModifiers(int) - Method in class org.jungrapht.visualization.control.GraphMouseAdapter
- setModifiers(int) - Method in interface org.jungrapht.visualization.control.GraphMousePlugin
- setMouseEventToolTipFunction(Function<MouseEvent, String>) - Method in interface org.jungrapht.visualization.VisualizationViewer
- setMultiLayerTransformer(MultiLayerTransformer) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setMultiLayerTransformer(MultiLayerTransformer) - Method in interface org.jungrapht.visualization.RenderContext
- setMultiSelectionStrategySupplier(Supplier<MultiSelectionStrategy>) - Method in interface org.jungrapht.visualization.VisualizationViewer
- setOut(float) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- setOutlineImages(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoVertexIconTransformer
- setPaint(Paint) - Method in class org.jungrapht.visualization.annotations.Annotation
- setPaint(Paint) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensControls
- setPaint(Paint) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensPaintable
- setPaint(Paint) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setPaintMode() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setParallelEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setParallelEdgeIndexFunction(EdgeIndexFunction<V, E>) - Method in interface org.jungrapht.visualization.RenderContext
- setParent(Node<T>) - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- setParent(Node<T>) - Method in class org.jungrapht.visualization.spatial.rtree.RTreeNode
- setPickingMode() - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- setPickingMode() - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- setPickingMode() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- setPickingMode() - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse
- setPickSize(int) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Sets the layoutSize of the edge picking area.
- setPickSupport(GraphElementAccessor<V, E>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setPickSupport(GraphElementAccessor<V, E>) - Method in interface org.jungrapht.visualization.RenderContext
- setPickSupport(GraphElementAccessor<V, E>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setPluginsLoaded() - Method in interface org.jungrapht.visualization.VisualizationViewer.GraphMouse
- setPoint(Point) - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- setPoint(Point) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- setPoints(List<List<LV<V>>>, Function<V, Rectangle>, int, int, Map<LV<V>, Point>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Unaligned
- setPoints(LV<V>[][], Function<V, Rectangle>, int, int, Map<LV<V>, Point>) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Unaligned
- setPolars(LayoutModel<V>, Collection<V>, Point, double, double, Set<V>) - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- setPos(int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- setPos(int) - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- setPos(int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- setPosition(Renderer.VertexLabel.Position) - Method in class org.jungrapht.visualization.renderers.Renderer.VertexLabel.NOOP
- setPosition(Renderer.VertexLabel.Position) - Method in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- setPositioner(Renderer.VertexLabel.Positioner) - Method in class org.jungrapht.visualization.renderers.HeavyweightVertexLabelRenderer
- setPositioner(Renderer.VertexLabel.Positioner) - Method in class org.jungrapht.visualization.renderers.Renderer.VertexLabel.NOOP
- setPositioner(Renderer.VertexLabel.Positioner) - Method in interface org.jungrapht.visualization.renderers.Renderer.VertexLabel
- setPositioner(Renderer.VertexLabel.Positioner) - Method in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- setPredicate(Predicate<E>) - Method in class org.jungrapht.visualization.util.PredicatedParallelEdgeIndexFunction
- setPreferredSize(int, int) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- setPreferredSize(int, int) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- setPreferredSize(int, int) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- setPreferredSize(Dimension) - Method in interface org.jungrapht.visualization.VisualizationComponent
- setRadialLocations(List<V>, LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- setRadialLocations(Set<V>, LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm
- setRadialLocations(Set<V>, LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.RadialTreeLayoutAlgorithm
- setRadius(double) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
-
Sets the radius of the circle.
- setRadius(double) - Method in class org.jungrapht.visualization.transform.Lens
- setRandomSeed(long) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- setRank(int) - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LV
- setRank(int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- setRectangularShape(RectangularShape) - Method in class org.jungrapht.visualization.annotations.AnnotatingGraphMousePlugin
- setReinsert(boolean) - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- setRelaxing(boolean) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- setRelaxing(boolean) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- setRelaxing(boolean) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
-
indicates that there is a relaxer thread operating on this LayoutModel
- setRenderContext(RenderContext<V, E>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setRenderEdgeArrow(boolean) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setRenderEdgeArrow(boolean) - Method in interface org.jungrapht.visualization.RenderContext
- setRenderer(ModalRenderer.Mode, Renderer<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setRenderer(ModalRenderer.Mode, Renderer<V, E>) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- setRendererPane(CellRendererPane) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setRendererPane(CellRendererPane) - Method in interface org.jungrapht.visualization.RenderContext
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setRenderingHints(Map<?, ?>) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setRenderingHints(Map<RenderingHints.Key, Object>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setRepulsionMultiplier(double) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- setRepulsionRange(int) - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- setRoot() - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Calculates the level of each vertex in the graph.
- setRoot(V) - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
-
Set vertex v to be level 0.
- setRootComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- setRootComparator(Comparator<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- setRootPolar(LayoutModel<V>, V) - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- setRootPolars(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- setRootPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- setRootPredicate(Predicate<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- setRotateEdgeLabels(boolean) - Method in interface org.jungrapht.visualization.renderers.EdgeLabelRenderer
- setRotateEdgeLabels(boolean) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
- setScale(double, double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
setter for the scale fires a PropertyChangeEvent with the AffineTransforms representing the previous and new values for scale and offset
- setScale(double, double, Point2D) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- setScale(double, double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- setScaler(ScalingControl) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- setScaleSupplier(Supplier<Double>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setScreenDevice(JComponent) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setScreenDevice(JComponent) - Method in interface org.jungrapht.visualization.RenderContext
- setScrollBarValues(Rectangle, Point2D, Point2D, Point2D, Point2D) - Method in class org.jungrapht.visualization.VisualizationScrollPane
- setSelectedEdgeState(MutableSelectedState<E>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setSelectedEdgeState(MutableSelectedState<E>) - Method in interface org.jungrapht.visualization.RenderContext
- setSelectedEdgeState(MutableSelectedState<E>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setSelectedVertexState(MutableSelectedState<V>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setSelectedVertexState(MutableSelectedState<V>) - Method in interface org.jungrapht.visualization.RenderContext
- setSelectedVertexState(MutableSelectedState<V>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setShapeFunction(Function<Image, Shape>) - Method in class org.jungrapht.visualization.decorators.IconShapeFunction
- setShapeImages(boolean) - Method in class org.jungrapht.samples.VertexImageShaperDemo.DemoIconShapeFunction
- setSize(int, int) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- setSize(int, int) - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- setSize(int, int) - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
- setSize(int, int, boolean) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- setSizeFunction(Function<T, Integer>) - Method in class org.jungrapht.visualization.decorators.AbstractShapeFunction
- setSizeFunction(Function<T, Integer>) - Method in interface org.jungrapht.visualization.decorators.SettableShapeFunction
- setStretch(double) - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- setStroke(Stroke) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setStyle(ShapePickSupport.Style) - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Specifies the style of picking to be used by this instance.
- SettableShapeFunction<T> - Interface in org.jungrapht.visualization.decorators
- setThreaded(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- setThreaded(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- setThreaded(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- setThreaded(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.util.Threaded.NoOp
- setThreaded(boolean) - Method in interface org.jungrapht.visualization.layout.algorithms.util.Threaded
- setTitle(String) - Method in class org.jungrapht.samples.util.TitlePaintable
- setToIdentity() - Method in class org.jungrapht.visualization.DefaultTransformer
- setToIdentity() - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- setToIdentity() - Method in class org.jungrapht.visualization.transform.LensTransformer
- setToIdentity() - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
- setToIdentity() - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- setToIdentity() - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- setToolTipText(String) - Method in interface org.jungrapht.visualization.VisualizationViewer
- setTransform(AffineTransform) - Method in class org.jungrapht.visualization.transform.AffineTransformer
- setTransform(AffineTransform) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setTransformer(MultiLayerTransformer.Layer, MutableTransformer) - Method in class org.jungrapht.visualization.DefaultTransformer
- setTransformer(MultiLayerTransformer.Layer, MutableTransformer) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- setTransformer(BidirectionalTransformer) - Method in class org.jungrapht.visualization.transform.shape.TransformingGraphics
- setTransformingMode() - Method in class org.jungrapht.visualization.annotations.AnnotatingModalGraphMouse
- setTransformingMode() - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- setTransformingMode() - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse
- setTransformingMode() - Method in class org.jungrapht.visualization.control.ModalLensGraphMouse
- setTransformSupport(TransformSupport<V, E>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setTranslate(double, double) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
Replace the Transform's translate x and y values with the passed values, leaving the scale values unchanged.
- setTranslate(double, double) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- setTranslate(double, double) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- setupArrows(boolean) - Method in class org.jungrapht.visualization.DefaultRenderContext
-
sets the arrow functions, depending on the graph type
- setupArrows(boolean) - Method in interface org.jungrapht.visualization.RenderContext
- setupVisRunner(IterativeLayoutAlgorithm) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
create and start a new VisRunner for the passed IterativeContext
- setValue(Object) - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Sets the
String
object for the cell being rendered tovalue
. - setValue(Object) - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Sets the
String
object for the cell being rendered tovalue
. - setValue(Object) - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Sets the
String
object for the cell being rendered tovalue
. - setValue(Object) - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Sets the
String
object for the cell being rendered tovalue
. - setVertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- setVertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- setVertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- setVertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- setVertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
- setVertexBoundsFunction(Function<V, Rectangle>) - Method in interface org.jungrapht.visualization.layout.algorithms.util.VertexBoundsFunctionConsumer
- setVertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- setVertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- setVertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- setVertexComparator(Comparator<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.VertexSorting
- setVertexDrawPaintFunction(Function<V, Paint>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexDrawPaintFunction(Function<V, Paint>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexFactory(Supplier<V>) - Method in class org.jungrapht.visualization.control.SimpleVertexSupport
- setVertexFillPaintFunction(Function<V, Paint>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexFillPaintFunction(Function<V, Paint>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexFontFunction(Function<V, Font>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexFontFunction(Function<V, Font>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexIconFunction(Function<V, Icon>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexIconFunction(Function<V, Icon>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexIncludePredicate(Predicate<V>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexIncludePredicate(Predicate<V>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexLabelDrawPaintFunction(Function<V, Paint>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexLabelDrawPaintFunction(Function<V, Paint>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexLabelFunction(Function<V, String>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexLabelFunction(Function<V, String>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexLabelPosition(Renderer.VertexLabel.Position) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexLabelPosition(Renderer.VertexLabel.Position) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexLabelRenderer(ModalRenderer.Mode, Renderer.VertexLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setVertexLabelRenderer(ModalRenderer.Mode, Renderer.VertexLabel<V, E>) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- setVertexLabelRenderer(Renderer.VertexLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setVertexLabelRenderer(Renderer.VertexLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- setVertexLabelRenderer(Renderer.VertexLabel<V, E>) - Method in interface org.jungrapht.visualization.renderers.Renderer
- setVertexLabelRenderer(Renderer.VertexLabel<V, E>) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- setVertexLabelRenderer(VertexLabelRenderer) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexLabelRenderer(VertexLabelRenderer) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexOrder(LayoutModel<V>, List<V>) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
-
Sets the order of the vertices in the layout according to the ordering of
vertex_list
. - setVertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
- setVertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
- setVertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- setVertexPredicate(Predicate<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.VertexPredicated
- setVertexRenderer(ModalRenderer.Mode, Renderer.Vertex<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setVertexRenderer(ModalRenderer.Mode, Renderer.Vertex<V, E>) - Method in interface org.jungrapht.visualization.renderers.ModalRenderer
- setVertexRenderer(Renderer.Vertex<V, E>) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- setVertexRenderer(Renderer.Vertex<V, E>) - Method in class org.jungrapht.visualization.renderers.LightweightRenderer
- setVertexRenderer(Renderer.Vertex<V, E>) - Method in interface org.jungrapht.visualization.renderers.Renderer
- setVertexRenderer(Renderer.Vertex<V, E>) - Method in class org.jungrapht.visualization.renderers.SelectionRenderer
- setVertexShapeFunction(Function<V, Shape>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexShapeFunction(Function<V, Shape>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexShapeFunction(Function<V, Shape>) - Method in class org.jungrapht.visualization.renderers.LightweightVertexRenderer
- setVertexShapeFunction(Function<V, Shape>) - Method in interface org.jungrapht.visualization.renderers.VertexShapeFunctionConsumer
- setVertexShapeFunction(Function<V, Rectangle>) - Method in interface org.jungrapht.visualization.layout.algorithms.ShapeFunctionAware
- setVertexShapeFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
- setVertexShapeFunction(Function<V, Rectangle>) - Method in interface org.jungrapht.visualization.layout.algorithms.util.VertexShapeAware
- setVertexSpatial(Spatial<V, V>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setVertexStrokeFunction(Function<V, Stroke>) - Method in class org.jungrapht.visualization.DefaultRenderContext
- setVertexStrokeFunction(Function<V, Stroke>) - Method in interface org.jungrapht.visualization.RenderContext
- setVertexSupport(VertexSupport<V, E>) - Method in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- setVertexToolTipFunction(Function<V, String>) - Method in interface org.jungrapht.visualization.VisualizationViewer
- setViewTransformer(MutableTransformer) - Method in class org.jungrapht.visualization.DefaultTransformer
- setVisible(boolean) - Method in interface org.jungrapht.visualization.VisualizationServer
-
Makes the component visible if
aFlag
is true, or invisible if false. - setVisualizationModel(VisualizationModel<V, E>) - Method in interface org.jungrapht.visualization.VisualizationServer
- setWeight(int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- setXORMode(Color) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- setZoomAtMouse(boolean) - Method in class org.jungrapht.visualization.control.AbstractGraphMouse
- setZoomAtMouse(boolean) - Method in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- setZoomAtMouse(boolean) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse
- setZoomAtMouse(boolean) - Method in class org.jungrapht.visualization.control.DefaultSatelliteGraphMouse
- setZoomAtMouse(boolean) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- ShapeFactory<T> - Class in org.jungrapht.visualization.util
-
A utility class for generating
Shape
s for drawing objects. - ShapeFactory() - Constructor for class org.jungrapht.visualization.util.ShapeFactory
-
Creates a
ShapeFactory
with a constant size of 10 and a constant aspect ratio of 1. - ShapeFactory(Function<T, Integer>, Function<T, Float>) - Constructor for class org.jungrapht.visualization.util.ShapeFactory
-
Creates an instance with the specified size and aspect ratio functions.
- ShapeFlatnessTransformer - Interface in org.jungrapht.visualization.transform.shape
-
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
- shapeFunction - Variable in class org.jungrapht.visualization.decorators.IconShapeFunction
- ShapeFunctionAware<V> - Interface in org.jungrapht.visualization.layout.algorithms
-
an interface for
LayoutAlgorithm
with a settable Shape Function for vertices - ShapeFunctionSupplier() - Constructor for class org.jungrapht.visualization.DefaultRenderContext.ShapeFunctionSupplier
- shapeMap - Variable in class org.jungrapht.visualization.decorators.IconShapeFunction
- ShapePickSupport<V,E> - Class in org.jungrapht.visualization.selection
-
A
GraphElementAccessor
that returns elements whoseShape
contains the specified pick point or region. - ShapePickSupport(VisualizationServer<V, E>) - Constructor for class org.jungrapht.visualization.selection.ShapePickSupport
-
Create a
ShapePickSupport
for the specifiedVisualizationServer
with a default pick footprint. - ShapePickSupport(VisualizationServer<V, E>, int) - Constructor for class org.jungrapht.visualization.selection.ShapePickSupport
-
Creates a
ShapePickSupport
for thevv
VisualizationServer, with the specified pick footprint and the default pick style. - ShapePickSupport.Style - Enum in org.jungrapht.visualization.selection
-
The available picking heuristics:
Style.CENTERED
: returns the element whose center is closest to the pick point. - shapes - Variable in class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- ShapeTransformer - Interface in org.jungrapht.visualization.transform.shape
-
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
- shear(double, double) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- shear(double, double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
shears the transform by passed parameters
- shear(double, double, Point2D) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- shear(double, double, Point2D) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- ShearingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
ShearingGraphMousePlugin allows the user to drag with the mouse to shear the transform either in the horizontal or vertical direction.
- ShearingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.ShearingGraphMousePlugin
-
create an instance with default modifier values
- ShearingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.ShearingGraphMousePlugin
-
create an instance with passed modifier values
- shearingMask - Variable in class org.jungrapht.visualization.control.ShearingGraphMousePlugin
- shearingPlugin - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- shift - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- shift(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- shift(LV<V>, int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- SHIFT - Static variable in class org.jungrapht.visualization.control.Modifiers
- SHIFT_MENU - Static variable in class org.jungrapht.visualization.control.Modifiers
- ShortestPathDemo - Class in org.jungrapht.samples
-
Demonstrates use of the JGrapht shortest path algorithm and visualization of the results.
- shouldPrerelax - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- shouldPreRelax - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- showGrid(VisualizationViewer<?, ?>, boolean) - Method in class org.jungrapht.samples.SatelliteViewDemo
- showGrid(VisualizationViewer<?, ?>, boolean) - Method in class org.jungrapht.samples.SatelliteViewRefactoredMouseDemo
- showGrid(VisualizationViewer<?, ?>, boolean) - Method in class org.jungrapht.samples.tree.SatelliteViewTreeDemo
- ShowLayouts - Class in org.jungrapht.samples
-
Demonstrates several of the graph layout algorithms.
- ShowLayouts() - Constructor for class org.jungrapht.samples.ShowLayouts
- ShowLayoutsWithBarnesHutVisualization - Class in org.jungrapht.samples.spatial
-
This demo is adapted from ShowLayouts, but when a LayoutAlgorithm that uses the BarnesHutOctTree is selected, the Barnes-Hut structure is drawn on the view under the Graph.
- ShowLayoutsWithBarnesHutVisualization() - Constructor for class org.jungrapht.samples.spatial.ShowLayoutsWithBarnesHutVisualization
- ShowLayoutsWithGraphFileImport - Class in org.jungrapht.samples.large
-
Demonstrates several of the graph layout algorithms.
- ShowLayoutsWithGraphFileImport() - Constructor for class org.jungrapht.samples.large.ShowLayoutsWithGraphFileImport
- ShowLayoutsWithGreedyVertexColoring - Class in org.jungrapht.samples
-
Demonstrates graph vertex coloring for several
Graph
s andLayoutAlgorithm
s. - ShowLayoutsWithGreedyVertexColoring() - Constructor for class org.jungrapht.samples.ShowLayoutsWithGreedyVertexColoring
- ShowLayoutsWithGuavaGraphs - Class in org.jungrapht.samples
-
Demo that visualizes
Graph
s. - ShowLayoutsWithGuavaGraphs() - Constructor for class org.jungrapht.samples.ShowLayoutsWithGuavaGraphs
- ShowLayoutsWithGuavaNetworks - Class in org.jungrapht.samples
-
Demo that visualizes
Network
s. - ShowLayoutsWithGuavaNetworks() - Constructor for class org.jungrapht.samples.ShowLayoutsWithGuavaNetworks
- ShowLayoutsWithImageIconVertices - Class in org.jungrapht.samples
-
Demonstrates the use of
ImageIcon
s for vertices. - ShowLayoutsWithImageIconVertices() - Constructor for class org.jungrapht.samples.ShowLayoutsWithImageIconVertices
- ShowLayoutsWithJGraphtIO - Class in org.jungrapht.samples.large
-
Demonstrates several of the graph layout algorithms.
- ShowLayoutsWithJGraphtIO() - Constructor for class org.jungrapht.samples.large.ShowLayoutsWithJGraphtIO
- showRTree(VisualizationViewer) - Static method in class org.jungrapht.samples.spatial.RTreeVisualization
- SimpleEdgeSupport<V,E> - Class in org.jungrapht.visualization.control
- SimpleEdgeSupport(Supplier<E>) - Constructor for class org.jungrapht.visualization.control.SimpleEdgeSupport
- SimpleGraphSpatialEdgeSearchTest - Class in org.jungrapht.samples.spatial
-
A test that puts a lot of vertices on the screen with a visible quadtree.
- SimpleGraphSpatialEdgeSearchTest() - Constructor for class org.jungrapht.samples.spatial.SimpleGraphSpatialEdgeSearchTest
- SimpleGraphSpatialSearchTest - Class in org.jungrapht.samples.spatial
-
A test that puts a lot of vertices on the screen with a visible R-Tree.
- SimpleGraphSpatialSearchTest() - Constructor for class org.jungrapht.samples.spatial.SimpleGraphSpatialSearchTest
- SimpleGraphSpatialTest - Class in org.jungrapht.samples.spatial
-
A test program to show the SpatialLayout structure and allow users to manipulate the graph ('p' for pick mode, 't' for transform mode) and watch the Spatial structure update
- SimpleGraphSpatialTest() - Constructor for class org.jungrapht.samples.spatial.SimpleGraphSpatialTest
- SimpleLoop() - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.SimpleLoop
- simpleVertexShapeFunction - Variable in class org.jungrapht.visualization.renderers.LightweightVertexRenderer
- SimpleVertexSupport<V,E> - Class in org.jungrapht.visualization.control
-
sample implementation showing how to use the VertexSupport interface member of the EditingGraphMousePlugin.
- SimpleVertexSupport(Supplier<V>) - Constructor for class org.jungrapht.visualization.control.SimpleVertexSupport
- singleEdgeSelection(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- singleEdgeSelection(MouseEvent, Point2D, boolean) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- singleEdgeSelection(MouseEvent, Point2D, boolean) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- SingleSelectedVertexPaintable<V,E> - Class in org.jungrapht.visualization.annotations
-
Paints a shape at the location of all selected vertices.
- SingleSelectedVertexPaintable.Builder<V,E,B extends SingleSelectedVertexPaintable.Builder<V,E,B>> - Class in org.jungrapht.visualization.annotations
-
builder for the
SelectedVertexPaintable
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder
- singleSelectionMask - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- singleSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- singleSelectionMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- singleSelectionMask(int) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin.Builder
- singleSelectionMask(int) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin.Builder
- SingletonTransformer<S,T> - Class in org.jungrapht.visualization.layout.util.synthetics
-
Transform the key of type S to a value of type T.
- SingletonTransformer(Function<S, T>) - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SingletonTransformer
- singleVertexSelection(MouseEvent) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- singleVertexSelection(MouseEvent, Point2D, boolean) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- singleVertexSelection(MouseEvent, Point2D, boolean) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- sink - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- sink(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- sink(LV<V>, LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- size() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree.Node
- size() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- size() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- size() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- size() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
-
the number of children of this node
- size() - Method in interface org.jungrapht.visualization.spatial.rtree.Node
- size(int, int) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- sizeFunction - Variable in class org.jungrapht.visualization.decorators.AbstractShapeFunction
- sizeFunction - Variable in class org.jungrapht.visualization.util.ShapeFactory
- source - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- source - Variable in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- sourceIndexComparator() - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Comparators
- south - Variable in class org.jungrapht.visualization.VisualizationScrollPane
- SpanningTreeAdapter - Class in org.jungrapht.samples.util
- SpanningTreeAdapter() - Constructor for class org.jungrapht.samples.util.SpanningTreeAdapter
- spatial - Variable in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- Spatial<T,NT> - Interface in org.jungrapht.visualization.spatial
-
Basic interface for Spatial data
- Spatial.NoOp<T,NT> - Class in org.jungrapht.visualization.spatial
-
a special case Spatial that does no filtering
- Spatial.NoOp.DegenerateTreeVertex<V> - Class in org.jungrapht.visualization.spatial
-
a TreeNode that is immutable and covers the entire layout area
- Spatial.NoOp.Edge<E,V> - Class in org.jungrapht.visualization.spatial
- Spatial.NoOp.Vertex<V> - Class in org.jungrapht.visualization.spatial
- SpatialGrid<V> - Class in org.jungrapht.visualization.spatial
-
A Spatial Data Structure to optimize rendering performance.
- SpatialGrid(LayoutModel<V>) - Constructor for class org.jungrapht.visualization.spatial.SpatialGrid
-
Create an instance
- SpatialGrid(LayoutModel<V>, Rectangle2D, int, int) - Constructor for class org.jungrapht.visualization.spatial.SpatialGrid
-
Create an instance
- SpatialLensDemo - Class in org.jungrapht.samples.spatial
-
Demonstrates the use of
HyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer) The hyperbolic transform is applied in an elliptical lens that affects that part of the visualization. - SpatialLensDemo() - Constructor for class org.jungrapht.samples.spatial.SpatialLensDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- SpatialLensDemoWithOneStarVertex - Class in org.jungrapht.samples.spatial
-
The purpose of this demo is to test picking a single, irregularly shaped vertex in the presence of Lens effects and spatial data structures.
- SpatialLensDemoWithOneStarVertex() - Constructor for class org.jungrapht.samples.spatial.SpatialLensDemoWithOneStarVertex
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- SpatialLensDemoWithThreeStarVertices - Class in org.jungrapht.samples.spatial
-
The purpose of this demo is to test picking a single, irregularly shaped vertex in the presence of Lens effects and spatial data structures.
- SpatialLensDemoWithThreeStarVertices() - Constructor for class org.jungrapht.samples.spatial.SpatialLensDemoWithThreeStarVertices
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- SpatialLensLargeGraphDemo - Class in org.jungrapht.samples.large
-
Demonstrates the use of
HyperbolicTransform
andMagnifyTransform
applied to either the model (graph layout) or the view (VisualizationViewer) The hyperbolic transform is applied in an elliptical lens that affects that part of the visualization. - SpatialLensLargeGraphDemo() - Constructor for class org.jungrapht.samples.large.SpatialLensLargeGraphDemo
- SpatialQuadTree<V> - Class in org.jungrapht.visualization.spatial
-
A spatial data structure that uses a quadtree.
- SpatialQuadTree(LayoutModel<V>) - Constructor for class org.jungrapht.visualization.spatial.SpatialQuadTree
- SpatialQuadTree(LayoutModel<V>, double, double) - Constructor for class org.jungrapht.visualization.spatial.SpatialQuadTree
- SpatialQuadTree(LayoutModel<V>, int, double, double, double, double) - Constructor for class org.jungrapht.visualization.spatial.SpatialQuadTree
- SpatialQuadTree(LayoutModel<V>, int, Rectangle2D) - Constructor for class org.jungrapht.visualization.spatial.SpatialQuadTree
- SpatialRTree<T,NT> - Class in org.jungrapht.visualization.spatial
- SpatialRTree(LayoutModel<NT>, SplitterContext<T>, boolean) - Constructor for class org.jungrapht.visualization.spatial.SpatialRTree
-
create a new instance with the a LayoutModel and a style of splitter to use
- SpatialRTree.Builder<T,NT> - Class in org.jungrapht.visualization.spatial
- SpatialRTree.Edges<E,V> - Class in org.jungrapht.visualization.spatial
- SpatialRTree.Edges.Builder<E,V> - Class in org.jungrapht.visualization.spatial
- SpatialRTree.Vertices<V> - Class in org.jungrapht.visualization.spatial
- SpatialRTree.Vertices.Builder<V> - Class in org.jungrapht.visualization.spatial
- SpatialRTreeTest - Class in org.jungrapht.samples.spatial
-
A test that puts a lot of vertices on the screen with a visible quadtree.
- SpatialRTreeTest() - Constructor for class org.jungrapht.samples.spatial.SpatialRTreeTest
- splay(InsertionOrderSplayTree.Node<T>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- splay(T) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- split() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- split() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- split(int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- split(Collection<Map.Entry<T, Rectangle2D>>, Map.Entry<T, Rectangle2D>) - Method in interface org.jungrapht.visualization.spatial.rtree.LeafSplitter
- split(Collection<Map.Entry<T, Rectangle2D>>, Map.Entry<T, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.QuadraticLeafSplitter
- split(Collection<Map.Entry<T, Rectangle2D>>, Map.Entry<T, Rectangle2D>) - Method in class org.jungrapht.visualization.spatial.rtree.RStarLeafSplitter
- split(List<Node<T>>, Node<T>) - Method in class org.jungrapht.visualization.spatial.rtree.QuadraticSplitter
- split(List<Node<T>>, Node<T>) - Method in class org.jungrapht.visualization.spatial.rtree.RStarSplitter
- split(List<Node<T>>, Node<T>) - Method in interface org.jungrapht.visualization.spatial.rtree.Splitter
- split(InsertionOrderSplayTree<T>, int) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
-
first position elements go in left tree, the rest go in right tree.
- split(InsertionOrderSplayTree<T>, T) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
-
find key, make it the root, left children go in first tree, right children go in second tree.
- split(T) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- splitter - Variable in class org.jungrapht.visualization.spatial.rtree.SplitterContext
- Splitter<T> - Interface in org.jungrapht.visualization.spatial.rtree
-
interface for classes that hold semantics for R-Tree and R*-Tree
- splitterContext - Variable in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- splitterContext - Variable in class org.jungrapht.visualization.spatial.SpatialRTree
-
a container for the splitter functions to use, quadratic or R*Tree
- splitterContext(SplitterContext<T>) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Builder
- SplitterContext<T> - Class in org.jungrapht.visualization.spatial.rtree
-
a container for the functions that support R-Tree and R*-Tree
- splitVertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
when sweeping top to bottom, this is a QVertex, bottom to top this is a PVertex
- SPRING - org.jungrapht.samples.util.LayoutHelper.Layouts
- SPRING - org.jungrapht.samples.util.SubLayoutHelper.Layouts
- SPRING_BH_VISITOR - org.jungrapht.samples.util.LayoutHelper.Layouts
- SPRING_BH_VISITOR - org.jungrapht.samples.util.SubLayoutHelper.Layouts
- SpringLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
The SpringLayout package represents a visualization of a set of vertices.
- SpringLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- SpringLayoutAlgorithm(SpringLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- SpringLayoutAlgorithm.Builder<V,E,T extends SpringLayoutAlgorithm<V,E>,B extends SpringLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- SpringLayoutAlgorithm.SpringVertexData - Class in org.jungrapht.visualization.layout.algorithms
- springVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion.Builder
- springVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- springVertexData - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- SpringVertexData() - Constructor for class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
- stack - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.RemoveCycles
- standardBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
-
Deprecated.
- standardBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
-
Deprecated.
- standardBuilder() - Static method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
-
Deprecated.
- StandardFA2Repulsion<V,R extends StandardFA2Repulsion<V,R,B>,B extends StandardFA2Repulsion.Builder<V,R,B>> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
-
Standard implementation of repulsion.
- StandardFA2Repulsion(StandardFA2Repulsion.Builder<V, R, B>) - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- StandardFA2Repulsion.Builder<V,R extends StandardFA2Repulsion<V,R,B>,B extends StandardFA2Repulsion.Builder<V,R,B>> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- StandardFRRepulsion<V,R extends StandardFRRepulsion<V,R,B>,B extends StandardFRRepulsion.Builder<V,R,B>> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- StandardFRRepulsion(StandardFRRepulsion.Builder<V, R, B>) - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- StandardFRRepulsion.Builder<V,R extends StandardFRRepulsion<V,R,B>,B extends StandardFRRepulsion.Builder<V,R,B>> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- StandardRepulsion<V,R extends StandardRepulsion<V,R,B>,B extends StandardRepulsion.Builder<V,R,B>> - Interface in org.jungrapht.visualization.layout.algorithms.repulsion
- StandardRepulsion.Builder<V,R extends StandardRepulsion<V,R,B>,B extends StandardRepulsion.Builder<V,R,B>> - Interface in org.jungrapht.visualization.layout.algorithms.repulsion
- StandardSpringRepulsion<V,R extends StandardSpringRepulsion<V,R,B>,B extends StandardSpringRepulsion.Builder<V,R,B>> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- StandardSpringRepulsion(StandardSpringRepulsion.Builder<V, R, B>) - Constructor for class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- StandardSpringRepulsion.Builder<V,R extends StandardSpringRepulsion<V,R,B>,B extends StandardSpringRepulsion.Builder<V,R,B>> - Class in org.jungrapht.visualization.layout.algorithms.repulsion
- startArrowEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- startArrowEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in interface org.jungrapht.visualization.control.EdgeEffects
- startEdgeCreate(VisualizationServer<V, E>, V, Point2D) - Method in interface org.jungrapht.visualization.control.EdgeSupport
- startEdgeCreate(VisualizationServer<V, E>, V, Point2D) - Method in class org.jungrapht.visualization.control.SimpleEdgeSupport
- startEdgeEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in class org.jungrapht.visualization.control.CubicCurveEdgeEffects
- startEdgeEffects(VisualizationServer<V, E>, Point2D, Point2D) - Method in interface org.jungrapht.visualization.control.EdgeEffects
- startVertex - Variable in class org.jungrapht.visualization.control.SimpleEdgeSupport
- startVertexCreate(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.SimpleVertexSupport
- startVertexCreate(VisualizationServer<V, E>, Point2D) - Method in interface org.jungrapht.visualization.control.VertexSupport
- stateChanged(ChangeEvent) - Method in class org.jungrapht.visualization.DefaultTransformer
- stateChanged(ChangeEvent) - Method in class org.jungrapht.visualization.renderers.BiModalRenderer
- stateChanged(ChangeEvent) - Method in interface org.jungrapht.visualization.VisualizationServer
-
In response to changes from the model, repaint the view, then fire an event to any listeners.
- StateChangeListener(Consumer<T>, Consumer<T>) - Constructor for class org.jungrapht.visualization.selection.SelectedState.StateChangeListener
- StaticLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
StaticLayout leaves the vertices in the locations specified in the LayoutModel, and has no other behavior.
- StaticLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.StaticLayoutAlgorithm
- status - Variable in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- step() - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
- step() - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
-
Moves the iteration forward one notch, calculation attraction and repulsion between vertices and edges and cooling the temperature.
- step() - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- step() - Method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
-
Advances the current positions of the graph elements.
- step() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- step() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion
- step() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion
- step() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion
- step() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- step() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- step() - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.StandardRepulsion
-
called from the layout algorithm on every step.
- step() - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- step() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- step() - Method in interface org.jungrapht.visualization.layout.algorithms.util.IterativeContext
-
Advances one step.
- step() - Method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
-
each step of the animation moves every pouit 1/count of the distance from its old location to its new location
- stepFive(List<LV<V>>, List<LV<V>>, int, int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
In the fifth step we perform cross counting according to the scheme pro- posed by Barth et al (see Section 1.2).
- stepFour(List<LV<V>>, int) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
In the fourth step we place each q-vertex v of L i+1 according to the position of its corresponding segment s(v).
- stepOne(List<LV<V>>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
"In the first step we append the segment s(v) for each p-vertex v in layer L i to the container preceding v.
- steps - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- stepsBackward - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- stepsForward - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- stepSix(List<LV<V>>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
In the sixth step we perform a scan on L i+1 and insert empty containers between two consecutive vertices, and call join(S 1 , S 2 ) on two consecutive containers in the list.
- stepThree(List<LV<V>>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
"In the third step we calculate an initial ordering of L i+1 .
- stepTwo(List<LV<V>>, List<LV<V>>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
"In the second step we compute the measure values for the elements in L i+1 .
- stop() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
-
stop any running Relaxer
- stop() - Method in class org.jungrapht.visualization.layout.model.AggregateLayoutModel
- stop() - Method in interface org.jungrapht.visualization.layout.model.LayoutModel
-
stop a relaxer Thread from continuing to operate
- stop() - Method in class org.jungrapht.visualization.layout.util.VisRunnable
- straightenEdges - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- straightenEdges - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- straightenEdges - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- straightenEdges - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- straightenEdges - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- straightenEdges - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- straightenEdges(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- straightenEdges(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- straightenEdges(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- stretch - Variable in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- style - Variable in class org.jungrapht.visualization.selection.ShapePickSupport
-
The current picking heuristic for this instance.
- style(JLabel, V, Function<V, Paint>) - Method in interface org.jungrapht.visualization.util.IconCache.Stylist
- stylist - Variable in class org.jungrapht.visualization.util.IconCache
- stylist(IconCache.Stylist<V>) - Method in class org.jungrapht.visualization.util.IconCache.Builder
- subdivide(Line2D, Line2D, Line2D) - Method in class org.jungrapht.visualization.renderers.CenterEdgeArrowRenderingSupport
-
divide a Line2D into 2 new Line2Ds that are returned in the passed left and right instances, if non-null
- subdivide(Line2D, Line2D, Line2D) - Method in class org.jungrapht.visualization.renderers.DefaultEdgeArrowRenderingSupport
-
divide a Line2D into 2 new Line2Ds that are returned in the passed left and right instances, if non-null
- SubGraphFunction<V,E> - Class in org.jungrapht.visualization.layout.algorithms.util
- SubGraphFunction() - Constructor for class org.jungrapht.visualization.layout.algorithms.util.SubGraphFunction
- SubgraphSupplier<V,E> - Interface in org.jungrapht.visualization.sublayout
- SubLayoutDemo - Class in org.jungrapht.samples
-
Demonstrates the AggregateLayout class.
- SubLayoutDemo() - Constructor for class org.jungrapht.samples.SubLayoutDemo
- SubLayoutHelper - Class in org.jungrapht.samples.util
- SubLayoutHelper() - Constructor for class org.jungrapht.samples.util.SubLayoutHelper
- SubLayoutHelper.Layouts - Enum in org.jungrapht.samples.util
- subtractEdge(int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- succ(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- SugiyamaAndEiglsperger - Class in org.jungrapht.samples.sugiyama
-
Compares the original sugiyama layout with the Eiglsperger optimized version.
- SugiyamaAndEiglsperger() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaAndEiglsperger
- SugiyamaAndEiglspergerAttributed - Class in org.jungrapht.samples.sugiyama
- SugiyamaAndEiglspergerAttributed() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaAndEiglspergerAttributed
- SugiyamaEiglspergerWithWithoutHorizontalCompaction - Class in org.jungrapht.samples.sugiyama
-
Demonstrates the original sugiyama layout algorithm with and without edge straightening Also shows the Eiglsperger optimized sugiyama layout algorithm with/without edge straightening.
- SugiyamaEiglspergerWithWithoutHorizontalCompaction() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaEiglspergerWithWithoutHorizontalCompaction
- SugiyamaLayeringOptions - Class in org.jungrapht.samples.sugiyama
-
Demonstrates 4 layering algorithms with the SugiyamaLayoutAlgoithm
- SugiyamaLayeringOptions() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaLayeringOptions
- SugiyamaLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
The Sugiyama Hierarchical Minimum-Cross layout algorithm
- SugiyamaLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm
- SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm
- SugiyamaLayoutAlgorithm.Builder<V,E,T extends SugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends SugiyamaLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
a Builder to create a configured instance
- SugiyamaLayoutDemo - Class in org.jungrapht.samples.sugiyama
-
sample program using the SugiyamaLayoutAlgorithm
- SugiyamaLayoutDemo() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaLayoutDemo
- SugiyamaMulticomponent - Class in org.jungrapht.samples.sugiyama
-
Demo that uses the EiglspergerLayoutAlgorithm to display a directed graph that has several components (not connected to each other by any edges).
- SugiyamaMulticomponent() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaMulticomponent
- SugiyamaRunnable<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Runnable
part of theSugiyamaLayoutAlgorithm
The Sugiyama Hierarchical Minimum-Cross layout algorithm - SugiyamaRunnable(SugiyamaRunnable.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- SugiyamaRunnable.Builder<V,E,T extends SugiyamaRunnable<V,E>,B extends SugiyamaRunnable.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
a Builder to create a configured instance
- SugiyamaSixTestGraphExample - Class in org.jungrapht.samples.sugiyama
-
Shows the four HorizontalCompaction algorithms, plus the average median for SugiyamaLayoutAlgorithm
- SugiyamaSixTestGraphExample() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaSixTestGraphExample
- SugiyamaWithWithoutStraighteningGraphExample - Class in org.jungrapht.samples.sugiyama
- SugiyamaWithWithoutStraighteningGraphExample() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaWithWithoutStraighteningGraphExample
- SugiyamaWithWithoutTransposeSwapping - Class in org.jungrapht.samples.sugiyama
- SugiyamaWithWithoutTransposeSwapping() - Constructor for class org.jungrapht.samples.sugiyama.SugiyamaWithWithoutTransposeSwapping
- SV<V> - Interface in org.jungrapht.visualization.layout.util.synthetics
-
Interface for a delegate class for a generic type V
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
-
The delegate Graph to layout
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- svGraph - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- SVI<V> - Class in org.jungrapht.visualization.layout.util.synthetics
-
Implementation of a delegate class for a generic type V
- SVI() - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SVI
- SVI(SVI<V>) - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SVI
- SVI(V) - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SVI
- SVTransformedGraphSupplier<V,E> - Class in org.jungrapht.visualization.layout.util.synthetics
-
Serves as a
Supplier
for a Graph<V, E> transformed to a Graph<SV<V>, SE<E>> - SVTransformedGraphSupplier(Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SVTransformedGraphSupplier
- SW - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- swap(List<LV<V>>, int, int) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
swap members i and j in the passed List, and update the index metadata in the swapped members to reflect their new positions
- swap(LV<V>[], int, int) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTreeUtil
-
swap members i and j in the passed array, and update the index metadata in the swapped members to reflect their new positions
- swapEdgeEndpoints(List<LE<V, E>>) - Static method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- swapped() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- swapped() - Method in interface org.jungrapht.visualization.layout.algorithms.sugiyama.LE
- swapped() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- sweep(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerStepsBackward
- sweep(LV<V>[][]) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerStepsForward
- SwingThreadSpatial<T,NT> - Class in org.jungrapht.visualization.spatial
- SwingThreadSpatial(Spatial<T, NT>) - Constructor for class org.jungrapht.visualization.spatial.SwingThreadSpatial
- Synthetic - Interface in org.jungrapht.visualization.layout.util.synthetics
- SyntheticLE<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
an edge that is not in the original graph, but is synthesized to replace one or more original graph edges.
- SyntheticLE(LE<V, E>, LV<V>, LV<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLE
- SyntheticLV<V> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
a vertex that is not in the original graph, but is synthesized in order to position bends in the articulated edges of the SugiyamaLayoutAlgorithm
- SyntheticLV<V> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
a vertex that is not in the original graph, but is synthesized in order to position bends in the articulated edges of the SugiyamaLayoutAlgorithm
- SyntheticLV() - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- SyntheticLV() - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLV
- SyntheticLV(SyntheticLV<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- SyntheticLV(LV<V>, LV<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- SyntheticLV(SyntheticLV<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLV
- Synthetics<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- Synthetics<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- Synthetics(Graph<LV<V>, LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.Synthetics
- Synthetics(Graph<LV<V>, LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.Synthetics
- SyntheticSE<E> - Class in org.jungrapht.visualization.layout.util.synthetics
-
an edge that is not in the original graph,
- SyntheticSE() - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SyntheticSE
- SyntheticSV<V> - Class in org.jungrapht.visualization.layout.util.synthetics
-
a vertex that is not in the original graph, but is a subtype of SV
- SyntheticSV() - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SyntheticSV
- SyntheticSV(SyntheticSV<V>) - Constructor for class org.jungrapht.visualization.layout.util.synthetics.SyntheticSV
T
- target - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- target - Variable in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- targetIndexComparator() - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.Comparators
- test(Graph<?, ?>) - Method in class org.jungrapht.visualization.RenderContext.DirectedEdgeArrowPredicate
- test(Graph<?, ?>) - Method in class org.jungrapht.visualization.RenderContext.UndirectedEdgeArrowPredicate
- testClosestVertices(VisualizationViewer<String, Integer>, Graph<String, Integer>, LayoutModel<String>, Spatial<String, String>) - Method in class org.jungrapht.samples.spatial.SimpleGraphSpatialEdgeSearchTest
- testClosestVertices(VisualizationViewer<String, Integer>, Graph<String, Integer>, LayoutModel<String>, Spatial<String, String>) - Method in class org.jungrapht.samples.spatial.SimpleGraphSpatialSearchTest
- testClosestVertices(VisualizationViewer<String, Integer>, Graph<String, Integer>, LayoutModel<String>, SpatialQuadTree<String>) - Method in class org.jungrapht.samples.spatial.SpatialRTreeTest
- testClosestVertices(VisualizationViewer<String, Integer>, Graph<String, Integer>, LayoutModel<String>, SpatialRTree.Vertices<String>) - Method in class org.jungrapht.samples.spatial.SpatialRTreeTest
- TestEiglspergerLayoutAlgorithm<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
Test only, as this class is hard-coded for a specific test graph
- TestEiglspergerLayoutAlgorithm() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm
- TestEiglspergerLayoutAlgorithm(TestEiglspergerLayoutAlgorithm.Builder) - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm
- TestEiglspergerLayoutAlgorithm.Builder<V,E,T extends TestEiglspergerLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends TestEiglspergerLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
a Builder to create a configured instance
- TestEiglspergerRunnable<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
- TestEiglspergerRunnable(TestEiglspergerRunnable.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable
- TestEiglspergerRunnable.Builder<V,E,T extends TestEiglspergerRunnable<V,E>,B extends TestEiglspergerRunnable.Builder<V,E,T,B>> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
a Builder to create a configured instance
- TestGraphs - Class in org.jungrapht.samples.util
-
Provides generators for several different test graphs.
- TestGraphs() - Constructor for class org.jungrapht.samples.util.TestGraphs
- TestGuavaGraphs - Class in org.jungrapht.samples.util
-
Provides generators for several different test graphs.
- TestGuavaGraphs() - Constructor for class org.jungrapht.samples.util.TestGuavaGraphs
- TestGuavaNetworks - Class in org.jungrapht.samples.util
-
Provides generators for several different test graphs.
- TestGuavaNetworks() - Constructor for class org.jungrapht.samples.util.TestGuavaNetworks
- TestSugiyamaLayoutAlgorithm<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
Test only, as this class is hard-coded for a specific test graph
- TestSugiyamaLayoutAlgorithm() - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm
- TestSugiyamaLayoutAlgorithm(TestSugiyamaLayoutAlgorithm.Builder) - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm
- TestSugiyamaLayoutAlgorithm.Builder<V,E,T extends TestSugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends TestSugiyamaLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
a Builder to create a configured instance
- TestSugiyamaRunnable<V,E> - Class in org.jungrapht.samples.sugiyama.test.algorithms
- TestSugiyamaRunnable(TestSugiyamaRunnable.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaRunnable
- TestSugiyamaRunnable.Builder<V,E,T extends TestSugiyamaRunnable<V,E>,B extends TestSugiyamaRunnable.Builder<V,E,T,B>> - Class in org.jungrapht.samples.sugiyama.test.algorithms
-
a Builder to create a configured instance
- theta - Variable in class org.jungrapht.visualization.layout.model.PolarPoint
- theta - Variable in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- theta - Variable in class org.jungrapht.visualization.layout.quadtree.Node.Builder
- theta - Variable in class org.jungrapht.visualization.layout.quadtree.Node
- theta(double) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFA2Repulsion.Builder
- theta(double) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutFRRepulsion.Builder
- theta(double) - Method in interface org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutRepulsion.Builder
- theta(double) - Method in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion.Builder
- theta(double) - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree.Builder
- threaded - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- threaded - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- threaded - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- threaded - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
- threaded - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- threaded(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- threaded(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm.Builder
- threaded(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm.Builder
- Threaded - Interface in org.jungrapht.visualization.layout.algorithms.util
- Threaded.NoOp - Class in org.jungrapht.visualization.layout.algorithms.util
- TidierL2RTreeLayoutDemo - Class in org.jungrapht.samples.tree
-
A variant of TidierTreeLayoutDemo that rotates the view by 90 degrees from the default orientation.
- TidierL2RTreeLayoutDemo() - Constructor for class org.jungrapht.samples.tree.TidierL2RTreeLayoutDemo
- TidierRadialTreeLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
A radial layout for Tree or Forest graphs.
- TidierRadialTreeLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- TidierRadialTreeLayoutAlgorithm(TidierRadialTreeLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- TidierRadialTreeLayoutAlgorithm.Builder<V,E,T extends TidierRadialTreeLayoutAlgorithm<V,E>,B extends TidierRadialTreeLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
- TidierTreeLayoutAlgorithm<V,E> - Class in org.jungrapht.visualization.layout.algorithms
-
A more compact tree layout algorithm.
- TidierTreeLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- TidierTreeLayoutAlgorithm(TidierTreeLayoutAlgorithm.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- TidierTreeLayoutAlgorithm.Builder<V,E,T extends TidierTreeLayoutAlgorithm<V,E>,B extends TidierTreeLayoutAlgorithm.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
a Builder to create a configured instance of an AnotherTreeLayoutAlgorithm
- TidierTreeLayoutDemo - Class in org.jungrapht.samples.tree
-
Demonsrates TreeLayout and RadialTreeLayout.
- TidierTreeLayoutDemo() - Constructor for class org.jungrapht.samples.tree.TidierTreeLayoutDemo
- TIDY_RADIAL_TREE - org.jungrapht.samples.util.LayoutHelper.Layouts
- TIDY_TREE - org.jungrapht.samples.util.LayoutHelper.Layouts
- title(String) - Method in class org.jungrapht.samples.util.LensControlHelper.Builder
- TitlePaintable - Class in org.jungrapht.samples.util
- TitlePaintable(String, Dimension) - Constructor for class org.jungrapht.samples.util.TitlePaintable
- tolerance(double) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm.Builder
-
Tolerance to swinging.
- TOP_DOWN - org.jungrapht.visualization.layout.algorithms.sugiyama.Layering
- toString() - Method in enum org.jungrapht.samples.util.LayoutHelper.Layouts
- toString() - Method in enum org.jungrapht.samples.util.SubLayoutHelper.Layouts
- toString() - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
- toString() - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- toString() - Method in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.SyntheticLV
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Pair
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.SpringVertexData
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.AccumulatorTree
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.ArticulatedEdge
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LEI
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LevelCross
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.LVI
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLE
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SyntheticLV
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.util.DimensionSummaryStatistics
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.util.Pair
- toString() - Method in class org.jungrapht.visualization.layout.algorithms.util.PointSummaryStatistics
- toString() - Method in class org.jungrapht.visualization.layout.event.LayoutSizeChange.Event
- toString() - Method in class org.jungrapht.visualization.layout.event.LayoutStateChange.Event
- toString() - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- toString() - Method in class org.jungrapht.visualization.layout.model.Dimension
- toString() - Method in class org.jungrapht.visualization.layout.model.Point
- toString() - Method in class org.jungrapht.visualization.layout.model.PolarPoint
- toString() - Method in class org.jungrapht.visualization.layout.model.Rectangle
- toString() - Method in class org.jungrapht.visualization.layout.quadtree.BarnesHutQuadTree
- toString() - Method in class org.jungrapht.visualization.layout.quadtree.ForceObject
- toString() - Method in class org.jungrapht.visualization.layout.quadtree.Node
- toString() - Method in class org.jungrapht.visualization.layout.util.synthetics.ArticulatedEdge
- toString() - Method in class org.jungrapht.visualization.layout.util.synthetics.SEI
- toString() - Method in class org.jungrapht.visualization.layout.util.synthetics.SVI
- toString() - Method in class org.jungrapht.visualization.layout.util.synthetics.SyntheticSE
- toString() - Method in class org.jungrapht.visualization.layout.util.synthetics.SyntheticSV
- toString() - Method in class org.jungrapht.visualization.RenderContextStateChange.Event
- toString() - Method in class org.jungrapht.visualization.spatial.rtree.InnerNode
- toString() - Method in class org.jungrapht.visualization.spatial.rtree.LeafNode
- toString() - Method in class org.jungrapht.visualization.spatial.rtree.Pair
- toString() - Method in class org.jungrapht.visualization.spatial.rtree.RTree
- toString() - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
- toString() - Method in class org.jungrapht.visualization.spatial.SpatialRTree
- toString() - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- toString() - Method in class org.jungrapht.visualization.transform.shape.Intersector
- toString(GeneralPath) - Static method in class org.jungrapht.visualization.util.GeneralPathAsString
- transform - Variable in class org.jungrapht.visualization.transform.AffineTransformer
-
The AffineTransform to use; initialized to identity.
- transform(double, double) - Method in class org.jungrapht.visualization.DefaultTransformer
- transform(double, double) - Method in class org.jungrapht.visualization.transform.AffineTransformer
- transform(double, double) - Method in interface org.jungrapht.visualization.transform.BidirectionalTransformer
- transform(double, double) - Method in class org.jungrapht.visualization.transform.LensTransformer
- transform(AffineTransform) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- transform(Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- transform(Point2D) - Method in class org.jungrapht.visualization.transform.AffineTransformer
-
Applies the transform to the supplied point.
- transform(Point2D) - Method in interface org.jungrapht.visualization.transform.BidirectionalTransformer
-
convert the supplied graph coordinate to the screen coordinate
- transform(Point2D) - Method in class org.jungrapht.visualization.transform.HyperbolicTransformer
-
override base class transform to project the fisheye effect
- transform(Point2D) - Method in class org.jungrapht.visualization.transform.LensTransformer
-
override base class transform to project the fisheye effect
- transform(Point2D) - Method in class org.jungrapht.visualization.transform.MagnifyTransformer
-
override base class transform to project the fisheye effect
- transform(Point2D) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- transform(Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- transform(Shape) - Method in class org.jungrapht.visualization.transform.AffineTransformer
-
Transform the supplied shape from graph (layout) to screen (view) coordinates.
- transform(Shape) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- transform(Shape) - Method in class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
-
Transform the supplied shape with the overridden transform method so that the shape is distorted by the hyperbolic transform.
- transform(Shape) - Method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
-
Transform the supplied shape with the overridden transform method so that the shape is distorted by the magnify transform.
- transform(Shape) - Method in interface org.jungrapht.visualization.transform.shape.ShapeTransformer
-
map a shape from graph coordinate system to the screen coordinate system
- transform(Shape, float) - Method in class org.jungrapht.visualization.transform.shape.HyperbolicShapeTransformer
- transform(Shape, float) - Method in class org.jungrapht.visualization.transform.shape.MagnifyShapeTransformer
- transform(Shape, float) - Method in interface org.jungrapht.visualization.transform.shape.ShapeFlatnessTransformer
-
map a shape from graph coordinate system to the screen coordinate system
- transform(MultiLayerTransformer.Layer, double, double) - Method in class org.jungrapht.visualization.DefaultTransformer
- transform(MultiLayerTransformer.Layer, double, double) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- transform(MultiLayerTransformer.Layer, Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- transform(MultiLayerTransformer.Layer, Point2D) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- transform(MultiLayerTransformer.Layer, Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- transform(MultiLayerTransformer.Layer, Shape) - Method in interface org.jungrapht.visualization.MultiLayerTransformer
- transform(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.LensTransformSupport
- transform(VisualizationServer<V, E>, Point2D) - Method in class org.jungrapht.visualization.control.TransformSupport
-
Overriden to perform lens effects when transforming from Layout to view.
- transform(VisualizationServer<V, E>, Point2D, MultiLayerTransformer.Layer) - Method in class org.jungrapht.visualization.control.LensTransformSupport
- transform(VisualizationServer<V, E>, Point2D, MultiLayerTransformer.Layer) - Method in class org.jungrapht.visualization.control.TransformSupport
-
Overriden to perform lens effects when transforming from Layout to view.
- transform(VisualizationServer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.LensTransformSupport
- transform(VisualizationServer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.TransformSupport
-
Overridden to perform lens effects when transforming from Layout to view.
- transform(VisualizationServer<V, E>, Shape, MultiLayerTransformer.Layer) - Method in class org.jungrapht.visualization.control.LensTransformSupport
- transform(VisualizationServer<V, E>, Shape, MultiLayerTransformer.Layer) - Method in class org.jungrapht.visualization.control.TransformSupport
-
Overridden to perform lens effects when transforming from Layout to view.
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.EdgeSelectingGraphMousePlugin
-
override to consider Lens effects
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
-
Overriden to perform lens effects when transforming from Layout to view.
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin
-
Overridden to perform lens effects when transforming from Layout to view.
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin
-
Overridden to perform lens effects when transforming from Layout to view.
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin
-
Overridden to perform lens effects when transforming from Layout to view.
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
override to consider Lens effects
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
override to consider Lens effects
- transform(VisualizationViewer<V, E>, Shape) - Method in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
override to consider Lens effects
- TransformedGraphSupplier<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- TransformedGraphSupplier(Graph<V, E>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.TransformedGraphSupplier
- transformer - Variable in class org.jungrapht.visualization.annotations.AnnotationManager
- transformer - Variable in class org.jungrapht.visualization.transform.shape.TransformingGraphics
-
the Function to apply
- TRANSFORMING - org.jungrapht.visualization.control.modal.Modal.Mode
- TransformingFlatnessGraphics - Class in org.jungrapht.visualization.transform.shape
-
subclassed to pass certain operations thru the Function before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
- TransformingFlatnessGraphics(BidirectionalTransformer) - Constructor for class org.jungrapht.visualization.transform.shape.TransformingFlatnessGraphics
- TransformingFlatnessGraphics(BidirectionalTransformer, Graphics2D) - Constructor for class org.jungrapht.visualization.transform.shape.TransformingFlatnessGraphics
- TransformingGraphics - Class in org.jungrapht.visualization.transform.shape
-
subclassed to pass certain operations thru the Function before the base class method is applied This is useful when you want to apply non-affine transformations to the Graphics2D used to draw elements of the graph.
- TransformingGraphics(BidirectionalTransformer) - Constructor for class org.jungrapht.visualization.transform.shape.TransformingGraphics
- TransformingGraphics(BidirectionalTransformer, Graphics2D) - Constructor for class org.jungrapht.visualization.transform.shape.TransformingGraphics
- TransformingGraphView<V,W,E,F> - Class in org.jungrapht.visualization.layout.util.synthetics
-
Builds a transformed view of the input Graph<V, E> The transformed graph will be of type Graph<W, F>
- TransformingGraphView.Builder<V,W,E,F,T extends TransformingGraphView<V,W,E,F>,B extends TransformingGraphView.Builder<V,W,E,F,T,B>> - Class in org.jungrapht.visualization.layout.util.synthetics
-
builds the TransformGraphView instance with supplied Functions
- transformingRenderer - Variable in class org.jungrapht.visualization.transform.shape.MagnifyImageLensSupport
- transformSupport - Variable in class org.jungrapht.visualization.control.LensKillingGraphMousePlugin
- transformSupport - Variable in class org.jungrapht.visualization.control.LensRegionSelectingGraphMousePlugin
- transformSupport - Variable in class org.jungrapht.visualization.control.LensSelectingGraphMousePlugin
- transformSupport - Variable in class org.jungrapht.visualization.control.LensVertexSelectingGraphMousePlugin
- TransformSupport<V,E> - Class in org.jungrapht.visualization.control
- TransformSupport() - Constructor for class org.jungrapht.visualization.control.TransformSupport
- translate(double, double) - Method in class org.jungrapht.visualization.transform.MutableAffineTransformer
-
Apply the passed values to the current Transform
- translate(double, double) - Method in interface org.jungrapht.visualization.transform.MutableTransformer
- translate(double, double) - Method in class org.jungrapht.visualization.transform.MutableTransformerDecorator
- translate(double, double) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- translate(int, int) - Method in class org.jungrapht.visualization.transform.shape.Graphics2DWrapper
- TranslatingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
TranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and y direction.
- TranslatingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
-
create an instance with passed translatingMask value
- translatingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- translatingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- translatingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- translatingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- translatingMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- translatingMask - Variable in class org.jungrapht.visualization.control.TranslatingGraphMousePlugin
- translatingMask - Variable in class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
- translatingMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- translatingMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- translatingPlugin - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse
- translatingPlugin - Variable in class org.jungrapht.visualization.control.AbstractModalGraphMouse
- transparent - Variable in class org.jungrapht.visualization.SatelliteVisualizationViewer.Builder
- transparent(boolean) - Method in class org.jungrapht.visualization.SatelliteVisualizationViewer.Builder
- transpose - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- transpose - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- transpose - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- transpose - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- transpose - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
- transpose - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- transpose - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- transpose(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- transpose(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- transpose(boolean) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- TRANSPOSE_LIMIT - Static variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- transposeDownwards(LV<V>[][], Map<Integer, List<LE<V, E>>>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- transposeLimit - Variable in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm.Builder
- transposeLimit - Variable in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm
- transposeLimit - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- transposeLimit - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- transposeLimit - Variable in class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm.Builder
- transposeLimit - Variable in class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm
- transposeLimit(int) - Method in class org.jungrapht.visualization.layout.algorithms.HierarchicalMinCrossLayoutAlgorithm.Builder
- transposeLimit(int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- transposeLimit(int) - Method in class org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm.Builder
- transposeUpwards(LV<V>[][], Map<Integer, List<LE<V, E>>>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- tree - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.BarnesHutSpringRepulsion
- tree - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- TREE - org.jungrapht.samples.util.LayoutHelper.Layouts
- TREE_LAYOUT_HORIZONTAL_SPACING - Static variable in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- TREE_LAYOUT_VERTICAL_SPACING - Static variable in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
- TreeCells(LayoutModel<V>, Map<V, Rectangle>, ShapeTransformer) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.TreeCells
- TreeCells(LayoutModel<V>, Map<V, Rectangle>, ShapeTransformer, Color) - Constructor for class org.jungrapht.visualization.util.LayoutPaintable.TreeCells
- TreeCollapseDemo - Class in org.jungrapht.samples.tree
-
Demonstrates "collapsing"/"expanding" of a tree's subtrees.
- TreeCollapseDemo() - Constructor for class org.jungrapht.samples.tree.TreeCollapseDemo
- TreeCollapser<V,E> - Class in org.jungrapht.visualization.sublayout
-
Will collapse and expand a subtree from its root vertex
- TreeCollapser(Graph<V, E>, Supplier<V>) - Constructor for class org.jungrapht.visualization.sublayout.TreeCollapser
- TreeLayout<V> - Interface in org.jungrapht.visualization.layout.algorithms
-
an interface for
LayoutAlgorithm
that place their vertices in a tree like heirarchy - TreeLayoutAlgorithm<V> - Class in org.jungrapht.visualization.layout.algorithms
-
A simple tree layout algorithm that will allow multiple roots.
- TreeLayoutAlgorithm() - Constructor for class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
- TreeLayoutAlgorithm(TreeLayoutAlgorithm.Builder<V, ?, ?>) - Constructor for class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
Create a
TreeLayoutAlgorithm
instance with the passedBuilder
- TreeLayoutAlgorithm.Builder<V,T extends TreeLayoutAlgorithm<V>,B extends TreeLayoutAlgorithm.Builder<V,T,B>> - Class in org.jungrapht.visualization.layout.algorithms
-
A
Builder
to create instances ofTreeLayoutAlgorithm
- TreeLayoutDemo - Class in org.jungrapht.samples.tree
-
Demonstrates TreeLayout and RadialTreeLayout.
- TreeLayoutDemo() - Constructor for class org.jungrapht.samples.tree.TreeLayoutDemo
- TreeLayoutDemoOneVertex - Class in org.jungrapht.samples.tree
-
Demonstrates TreeLayout and RadialTreeLayout.
- TreeLayoutDemoOneVertex() - Constructor for class org.jungrapht.samples.tree.TreeLayoutDemoOneVertex
- TreeLayoutDemoOverlapTest - Class in org.jungrapht.samples.tree
-
Demonstrates TreeLayout and RadialTreeLayout.
- TreeLayoutDemoOverlapTest() - Constructor for class org.jungrapht.samples.tree.TreeLayoutDemoOverlapTest
- TreeLayoutSelector<V,E> - Class in org.jungrapht.samples.util
-
convenience tool to configure and supply
TreeLayout
instances - TreeLayoutSelector.Builder<V,E> - Class in org.jungrapht.samples.util
-
Builder for
TreeLayoutSelector
- TreeNode - Interface in org.jungrapht.visualization.layout.quadtree
- TreeNode - Interface in org.jungrapht.visualization.spatial.rtree
- TreeUtils - Class in org.jungrapht.visualization.util
- TreeUtils() - Constructor for class org.jungrapht.visualization.util.TreeUtils
- treeVertices - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- TreeView<V,E> - Class in org.jungrapht.visualization.layout.algorithms.util
- TreeView.Builder<V,E,T extends TreeView<V,E>,B extends TreeView.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.layout.algorithms.util
- TtoB - org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.VDirection
- TwoModelDemo - Class in org.jungrapht.samples
-
Demonstrates a single graph with 2 layouts in 2 views.
- TwoModelDemo() - Constructor for class org.jungrapht.samples.TwoModelDemo
-
create an instance of a simple graph in two views with controls to demo the zoom features.
- typeOneConflicts - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerSteps
U
- Unaligned - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
does not vertically align articulated edges.
- Unaligned() - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.Unaligned
- UndirectedEdgeArrowPredicate() - Constructor for class org.jungrapht.visualization.RenderContext.UndirectedEdgeArrowPredicate
- UnicodeLabelDemo - Class in org.jungrapht.samples
-
A demo that shows flag images as vertices, and uses unicode to render vertex labels.
- UnicodeLabelDemo() - Constructor for class org.jungrapht.samples.UnicodeLabelDemo
- UniformVertexTreeDAGLayoutDemo - Class in org.jungrapht.samples.tree
- UniformVertexTreeDAGLayoutDemo() - Constructor for class org.jungrapht.samples.tree.UniformVertexTreeDAGLayoutDemo
- union(double, double) - Method in class org.jungrapht.visualization.layout.model.Rectangle
-
return a new Rectangle that is is the expansion of this Rectangle to contain the passed Point
- union(Collection<? extends Bounded>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- union(Dimension) - Method in class org.jungrapht.visualization.layout.model.Dimension
-
create a new Dimension with sufficient expanse to also include other
- union(Rectangle) - Method in class org.jungrapht.visualization.layout.model.Rectangle
-
return a union of this rectangle and the other rectangle
- UNIT - Static variable in class org.jungrapht.visualization.layout.model.Circle
-
a Circle at the origin (0,0) with radius 1
- update(E, Point) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Edges
-
update the position of the passed node
- update(T, Point) - Method in class org.jungrapht.visualization.spatial.Spatial.NoOp
-
nothing to update
- update(T, Point) - Method in interface org.jungrapht.visualization.spatial.Spatial
-
update the spatial structure with the (possibly new) location of the passed element
- update(T, Point) - Method in class org.jungrapht.visualization.spatial.SwingThreadSpatial
- update(V, Point) - Method in class org.jungrapht.visualization.spatial.SpatialGrid
-
update the location of a vertex in the map of box number to vertex lists
- update(V, Point) - Method in class org.jungrapht.visualization.spatial.SpatialQuadTree
-
Update the structure for the passed node.
- update(V, Point) - Method in class org.jungrapht.visualization.spatial.SpatialRTree.Vertices
-
update the position of the passed node
- updatePickingTargets(VisualizationViewer, MultiLayerTransformer, Point2D, Point2D) - Method in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
override to consider Lens effects
- updateShape(Point2D, Point2D) - Method in class org.jungrapht.visualization.control.MultiSelectionStrategy.Arbitrary
- updateShape(Point2D, Point2D) - Method in class org.jungrapht.visualization.control.MultiSelectionStrategy.Rectangular
- updateShape(Point2D, Point2D) - Method in interface org.jungrapht.visualization.control.MultiSelectionStrategy
- updateUI() - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Notification from the
UIManager
that the look and feel has changed. - updateUI() - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Notification from the
UIManager
that the look and feel has changed. - updateUI() - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Notification from the
UIManager
that the look and feel has changed. - updateUI() - Method in class org.jungrapht.visualization.renderers.JTextAreaVertexLabelRenderer
-
Notification from the
UIManager
that the look and feel has changed. - UPPER - org.jungrapht.visualization.annotations.Annotation.Layer
- upperAnnotationPaintable - Variable in class org.jungrapht.visualization.annotations.AnnotationManager
- upperNeighborFor(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- useBounds(boolean) - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable.Builder
- useGradient - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- useGradient - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- useGradient(boolean) - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- useTransform() - Method in class org.jungrapht.samples.util.TitlePaintable
- useTransform() - Method in class org.jungrapht.visualization.annotations.AnnotationPaintable
- useTransform() - Method in class org.jungrapht.visualization.annotations.MultiSelectedVertexPaintable
- useTransform() - Method in class org.jungrapht.visualization.annotations.SelectedVertexPaintable
- useTransform() - Method in class org.jungrapht.visualization.annotations.SingleSelectedVertexPaintable
- useTransform() - Method in class org.jungrapht.visualization.SatelliteVisualizationViewer.ViewLens
- useTransform() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensControls
- useTransform() - Method in class org.jungrapht.visualization.transform.AbstractLensSupport.LensPaintable
- useTransform() - Method in class org.jungrapht.visualization.util.BoundingRectanglePaintable
- useTransform() - Method in class org.jungrapht.visualization.util.LayoutPaintable.BalloonRings
- useTransform() - Method in class org.jungrapht.visualization.util.LayoutPaintable.Grid
- useTransform() - Method in class org.jungrapht.visualization.util.LayoutPaintable.LayoutBounds
- useTransform() - Method in class org.jungrapht.visualization.util.LayoutPaintable.RadialRings
- useTransform() - Method in class org.jungrapht.visualization.util.LayoutPaintable.TreeCells
- useTransform() - Method in interface org.jungrapht.visualization.VisualizationServer.Paintable
V
- validate() - Method in class org.jungrapht.visualization.annotations.AnnotationRenderer
-
Overridden for performance reasons.
- validate() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree.Node
- validate() - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.InsertionOrderSplayTree
- validate() - Method in class org.jungrapht.visualization.renderers.JLabelEdgeLabelRenderer
-
Overridden for performance reasons.
- validate() - Method in class org.jungrapht.visualization.renderers.JLabelVertexLabelRenderer
-
Overridden for performance reasons.
- value - Variable in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- valueOf(String) - Static method in enum org.jungrapht.samples.util.LayoutHelper.Layouts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.samples.util.SubLayoutHelper.Layouts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.annotations.Annotation.Layer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.control.modal.Modal.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.control.ScalingControl.Axis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.HDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.VDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.layout.algorithms.sugiyama.Layering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.layout.util.RandomLocationTransformer.Origin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.MultiLayerTransformer.Layer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.selection.ShapePickSupport.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.transform.Lens.Shape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jungrapht.visualization.VisualizationModel.SpatialSupport
-
Returns the enum constant of this type with the specified name.
- valueOfName(String) - Static method in enum org.jungrapht.samples.util.LayoutHelper.Layouts
- valueOfName(String) - Static method in enum org.jungrapht.samples.util.SubLayoutHelper.Layouts
- values() - Static method in enum org.jungrapht.samples.util.LayoutHelper.Layouts
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.samples.util.SubLayoutHelper.Layouts
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.annotations.Annotation.Layer
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.control.modal.Modal.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.control.ScalingControl.Axis
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.HDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.VDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.layout.algorithms.sugiyama.Layering
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.jungrapht.visualization.layout.algorithms.util.DefaultAttributed
- values() - Static method in enum org.jungrapht.visualization.layout.util.RandomLocationTransformer.Origin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.MultiLayerTransformer.Layer
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.selection.ShapePickSupport.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.transform.Lens.Shape
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jungrapht.visualization.VisualizationModel.SpatialSupport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- vDirection - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompaction
- vDirection - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- vertex - Variable in class org.jungrapht.visualization.control.AnimatedPickingGraphMousePlugin
-
the selected Vertex
- vertex - Variable in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
-
the selected Vertex, if any
- vertex - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
-
the selected Vertex, if any
- vertex - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
the selected Vertex, if any
- vertex - Variable in class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Event
- vertex - Variable in class org.jungrapht.visualization.layout.util.synthetics.SVI
- Vertex(LayoutModel<V>) - Constructor for class org.jungrapht.visualization.spatial.Spatial.NoOp.Vertex
- VertexAccessor<V> - Interface in org.jungrapht.visualization.layout.util
-
Interface for coordinate-based selection of graph vertices.
- vertexBoundsFunction - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- vertexBoundsFunction - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- vertexBoundsFunction - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- vertexBoundsFunction - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- vertexBoundsFunction - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- vertexBoundsFunction - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- vertexBoundsFunction - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- vertexBoundsFunction - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
if provided (non-null) then the horizontalVertexSpacing and verticalVertexSpacing values will be replaced by 2 times the average width and height of all vertex shapes
- vertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm.Builder
- vertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm.Builder
- vertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
- vertexBoundsFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
-
if provided, the horizontal and vertical spacings will be replaced by the average width and height of the vertex
Shape
s returned by thisFunction
- VertexBoundsFunctionConsumer<V> - Interface in org.jungrapht.visualization.layout.algorithms.util
- VertexCollapseDemo - Class in org.jungrapht.samples
-
A demo that shows how collections of vertices can be collapsed into a single vertex.
- VertexCollapseDemo() - Constructor for class org.jungrapht.samples.VertexCollapseDemo
- VertexCollapseDemoWithCollapseIds - Class in org.jungrapht.samples
-
A demo that shows how collections of vertices can be collapsed into a single vertex.
- VertexCollapseDemoWithCollapseIds() - Constructor for class org.jungrapht.samples.VertexCollapseDemoWithCollapseIds
- VertexCollapseDemoWithLayouts - Class in org.jungrapht.samples
-
A demo that shows how collections of vertices can be collapsed into a single vertex.
- VertexCollapseDemoWithLayouts() - Constructor for class org.jungrapht.samples.VertexCollapseDemoWithLayouts
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
a
Comparator
to sort vertices - vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
a
Comparator
to sort vertices - vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- vertexComparator - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- vertexComparator(Comparator<V>) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- vertexComparator(Comparator<V>) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- vertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- vertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- vertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- vertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- vertexComparator(Comparator<V>) - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- vertexDragged - Variable in class org.jungrapht.visualization.control.SelectingGraphMousePlugin
- vertexDragged - Variable in class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- vertexDrawPaintFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide outline color for vertices
- VertexEndpointsSelectedEdgeSelectedState<V,E> - Class in org.jungrapht.visualization.selection
-
Maintains the state of what edges have been 'selected' in the graph based on whether both endpoints are selected
- VertexEndpointsSelectedEdgeSelectedState(Supplier<Graph<V, E>>, MutableSelectedState<V>) - Constructor for class org.jungrapht.visualization.selection.VertexEndpointsSelectedEdgeSelectedState
- vertexFactory - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- vertexFactory - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- vertexFactory - Variable in class org.jungrapht.visualization.control.EditingPopupGraphMousePlugin
- vertexFactory - Variable in class org.jungrapht.visualization.control.SimpleVertexSupport
- vertexFactory(Supplier<V>) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- vertexFillPaintFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide fill color for vertices.
- vertexFontFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide
Font
s for vertices - vertexIconFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
- VertexImageShaperDemo - Class in org.jungrapht.samples
-
Demonstrates the use of images to represent graph vertices.
- VertexImageShaperDemo() - Constructor for class org.jungrapht.samples.VertexImageShaperDemo
- VertexImageShaperDemo.DemoIconShapeFunction<V> - Class in org.jungrapht.samples
-
this class exists only to provide settings to turn on/off shapes and image fill in this demo.
- VertexImageShaperDemo.DemoVertexIconTransformer<V> - Class in org.jungrapht.samples
-
This class exists only to provide settings to turn on/off shapes and image fill in this demo.
- VertexImageShaperDemo.PickWithIconListener<V> - Class in org.jungrapht.samples
-
When Vertices are selected, add a checkmark icon to the imager.
- VertexImageShaperDemo.VertexStringerImpl<V> - Class in org.jungrapht.samples
-
A simple implementation of Function that gets Vertex labels from a Map
- vertexIncludePredicate - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
Implement to limit which vertices are rendered
- vertexInTreeMap - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- vertexIsolationScore(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.sugiyama.GraphLayers
-
to set vertex order to normal -> loop -> zeroDegree
- vertexIsolationScore(Graph<V, E>, V) - Static method in interface org.jungrapht.visualization.layout.algorithms.TreeLayout
-
to set vertex order to normal -> loop -> zeroDegree
- vertexIsolationScore(Graph<V, E>, V) - Static method in class org.jungrapht.visualization.layout.algorithms.util.ComponentGrouping
-
to set vertex order to normal -> loop -> zeroDegree
- VertexLabelAsShapeDemo - Class in org.jungrapht.samples
-
This demo shows how to use the vertex labels themselves as the vertex shapes.
- VertexLabelAsShapeDemo() - Constructor for class org.jungrapht.samples.VertexLabelAsShapeDemo
-
create an instance of a simple graph with basic controls
- VertexLabelAsShapeRenderer<V,E> - Class in org.jungrapht.visualization.renderers
-
Renders Vertex Labels, but can also supply Shapes for vertices.
- VertexLabelAsShapeRenderer(LayoutModel<V>, RenderContext<V, E>) - Constructor for class org.jungrapht.visualization.renderers.VertexLabelAsShapeRenderer
- vertexLabelDrawPaintFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide Colors for vertex labels
- vertexLabelFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
provide labels for vertices
- vertexLabelFunction - Variable in class org.jungrapht.visualization.util.IconCache
- vertexLabelMap - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse
- vertexLabelMap - Variable in class org.jungrapht.visualization.control.LabelEditingGraphMousePlugin
-
Holds vertex String associations that may be used in the vertex label function
- vertexLabelMapSupplier - Variable in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- vertexLabelMapSupplier(Supplier<Map<V, String>>) - Method in class org.jungrapht.visualization.control.EditingModalGraphMouse.Builder
- VertexLabelPositionDemo - Class in org.jungrapht.samples
-
Demonstrates vertex label positioning controlled by the user.
- VertexLabelPositionDemo() - Constructor for class org.jungrapht.samples.VertexLabelPositionDemo
-
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
- vertexLabelRenderer - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
A default GraphLabelRenderer - selected Vertex labels are blue, selected edge labels are cyan
- VertexLabelRenderer - Interface in org.jungrapht.visualization.renderers
- VertexLocationAnimator - Class in org.jungrapht.visualization.util
- VertexLocationAnimator() - Constructor for class org.jungrapht.visualization.util.VertexLocationAnimator
- VertexMetadata<V> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
Holds the metadata for LVI vertices as an alternative to copying them
- vertexMetadataMap - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- vertexMetadataMap - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- vertexOrderedList - Variable in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm
-
a
Predicate
to filter vertices - vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm
-
a
Predicate
to filter vertices - vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- vertexPredicate - Variable in class org.jungrapht.visualization.layout.algorithms.util.TreeView
- vertexPredicate(Predicate<V>) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- vertexPredicate(Predicate<V>) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- vertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
- vertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
- vertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- vertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
- vertexPredicate(Predicate<V>) - Method in class org.jungrapht.visualization.layout.algorithms.util.TreeView.Builder
- VertexPredicated<V> - Interface in org.jungrapht.visualization.layout.algorithms
-
an interface for
LayoutAlgorithm
with a settablePredicate
to filter vertices - vertexRenderer - Variable in class org.jungrapht.visualization.renderers.LightweightRenderer
- vertexRenderer - Variable in class org.jungrapht.visualization.renderers.SelectionRenderer
- VertexSelectingGraphMousePlugin<V,E> - Class in org.jungrapht.visualization.control
-
VertexSelectingGraphMousePlugin supports the selecting of graph vertices with the mouse.
- VertexSelectingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- VertexSelectingGraphMousePlugin(int, int) - Constructor for class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
-
create an instance with overrides
- VertexSelectingGraphMousePlugin(VertexSelectingGraphMousePlugin.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.control.VertexSelectingGraphMousePlugin
- VertexSelectingGraphMousePlugin.Builder<V,E,T extends VertexSelectingGraphMousePlugin,B extends VertexSelectingGraphMousePlugin.Builder<V,E,T,B>> - Class in org.jungrapht.visualization.control
- vertexSelectionOnly - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- vertexSelectionOnly - Variable in class org.jungrapht.visualization.control.AbstractGraphMouse
- vertexSelectionOnly(boolean) - Method in class org.jungrapht.visualization.control.AbstractGraphMouse.Builder
- vertexSet - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFA2Repulsion
- vertexSet - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardFRRepulsion
- vertexSet - Variable in class org.jungrapht.visualization.layout.algorithms.repulsion.StandardSpringRepulsion
- VertexShapeAware<V> - Interface in org.jungrapht.visualization.layout.algorithms.util
- vertexShapeFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
implement to provide Shapes for vertices
- vertexShapeFunction - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- vertexShapeFunction - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
- vertexShapeFunction - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- vertexShapeFunction - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable
- vertexShapeFunction - Variable in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction.Builder
- vertexShapeFunction - Variable in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction
- vertexShapeFunction - Variable in class org.jungrapht.visualization.util.BoundingRectangleCollector.Edges
- vertexShapeFunction - Variable in class org.jungrapht.visualization.util.BoundingRectangleCollector.Points
- vertexShapeFunction - Variable in class org.jungrapht.visualization.util.BoundingRectangleCollector.Vertices
- vertexShapeFunction - Variable in class org.jungrapht.visualization.util.IconCache
- vertexShapeFunction(Function<V, Shape>) - Method in class org.jungrapht.samples.util.MultipleLayoutSelector.Builder
- vertexShapeFunction(Function<V, Shape>) - Method in class org.jungrapht.samples.util.TreeLayoutSelector.Builder
- vertexShapeFunction(Function<V, Shape>) - Method in class org.jungrapht.visualization.util.IconCache.Builder
- vertexShapeFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable.Builder
- vertexShapeFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.SugiyamaRunnable.Builder
- vertexShapeFunction(Function<V, Rectangle>) - Method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction.Builder
- VertexShapeFunctionConsumer<V> - Interface in org.jungrapht.visualization.renderers
- VertexSizeAwareTreeDAGLayoutDemo - Class in org.jungrapht.samples.tree
- VertexSizeAwareTreeDAGLayoutDemo() - Constructor for class org.jungrapht.samples.tree.VertexSizeAwareTreeDAGLayoutDemo
- VertexSorting<V> - Interface in org.jungrapht.visualization.layout.algorithms
-
an interface for
LayoutAlgorithm
with a settable Comparator for vertices - VertexStringerImpl(Map<V, String>) - Constructor for class org.jungrapht.samples.VertexImageShaperDemo.VertexStringerImpl
- vertexStrokeFunction - Variable in class org.jungrapht.visualization.DefaultRenderContext
-
the
Stroke
used to draw (outline) vertex shapes - VertexSupplier() - Constructor for class org.jungrapht.samples.util.DemoTreeSupplier.VertexSupplier
- vertexSupport - Variable in class org.jungrapht.visualization.control.EditingGraphMousePlugin
- VertexSupport<V,E> - Interface in org.jungrapht.visualization.control
-
interface to support the creation of new vertices by the EditingGraphMousePlugin.
- vertexToClusterMap - Variable in class org.jungrapht.visualization.sublayout.GraphCollapser
- vertexToClusterMap - Variable in class org.jungrapht.visualization.sublayout.TreeCollapser
- vertexTransformer - Variable in class org.jungrapht.visualization.layout.util.synthetics.SVTransformedGraphSupplier
- vertexTransformFunction(Function<V, W>) - Method in class org.jungrapht.visualization.layout.util.synthetics.TransformingGraphView.Builder
- VerticalAlignment<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- VerticalAlignment<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- VerticalAlignment(VerticalAlignment.HDirection, VerticalAlignment.VDirection, LV<V>[][], Graph<LV<V>, Integer>, Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
- VerticalAlignment(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
- VerticalAlignment.HDirection - Enum in org.jungrapht.visualization.layout.algorithms.eiglsperger
- VerticalAlignment.LeftmostLower<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
start at last layer, work upwards looking at successor positions
- VerticalAlignment.LeftmostLower<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
start at last layer, work upwards looking at successor positions
- VerticalAlignment.LeftmostUpper<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
start at first layer, work down, looking at predecessors
- VerticalAlignment.LeftmostUpper<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
start at first layer, work down, looking at predecessors
- VerticalAlignment.RightmostLower<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
start at last layer, work up, looking at successors
- VerticalAlignment.RightmostLower<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
-
start at last layer, work up, looking at successors
- VerticalAlignment.RightmostUpper<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- VerticalAlignment.RightmostUpper<V,E> - Class in org.jungrapht.visualization.layout.algorithms.sugiyama
- VerticalAlignment.VDirection - Enum in org.jungrapht.visualization.layout.algorithms.eiglsperger
- VerticalAlignmentDeprecated<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- VerticalAlignmentDeprecated(LV<V>[][], Graph<LV<V>, LE<V, E>>, Set<LE<V, E>>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignmentDeprecated
- VerticalAlignmentDeprecated.LeftmostLower<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
start at last layer, work upwards looking at successor positions
- VerticalAlignmentDeprecated.LeftmostUpper<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
start at first layer, work down, looking at predecessors
- VerticalAlignmentDeprecated.RightmostLower<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
start at last layer, work up, looking at successors
- VerticalAlignmentDeprecated.RightmostUpper<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
- VerticalEdgeMapEntryComparator<T> - Class in org.jungrapht.visualization.spatial.rtree
-
A comparator to compare along the y-axis, Map.Entries where the values are Rectangle2D First compare the min y values, then the max y values
- VerticalEdgeMapEntryComparator() - Constructor for class org.jungrapht.visualization.spatial.rtree.VerticalEdgeMapEntryComparator
- VerticalEdgeNodeComparator<T> - Class in org.jungrapht.visualization.spatial.rtree
-
A comparator to compare along the y-axis, Vertices where the values are Rectangle2D First compare the min y values, then the max y values
- VerticalEdgeNodeComparator() - Constructor for class org.jungrapht.visualization.spatial.rtree.VerticalEdgeNodeComparator
- VerticalLabelUI - Class in org.jungrapht.samples.util
- VerticalLabelUI(boolean) - Constructor for class org.jungrapht.samples.util.VerticalLabelUI
- verticalOffset - Variable in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- verticalOffset - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
- verticalScrollBar - Variable in class org.jungrapht.visualization.VisualizationScrollPane
- verticalSpacing - Variable in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- verticalSpacing(int) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm.Builder
- verticalVertexSpacing - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- verticalVertexSpacing - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
The vertical vertex spacing.
- verticalVertexSpacing(int) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
- Vertices(Function<V, Shape>, LayoutModel) - Constructor for class org.jungrapht.visualization.util.BoundingRectangleCollector.Vertices
- verticesAreFiltered() - Method in class org.jungrapht.visualization.selection.ShapePickSupport
-
Quick test to allow optimization of
getFilteredVertices()
. - VIEW - org.jungrapht.visualization.MultiLayerTransformer.Layer
- ViewChange - Interface in org.jungrapht.visualization.layout.event
-
For the most general change to a LayoutModel.
- ViewChange.Listener - Interface in org.jungrapht.visualization.layout.event
-
implemented by a consumer of this type of event
- ViewChange.Producer - Interface in org.jungrapht.visualization.layout.event
-
indicates support for this type of event dispatch
- ViewChange.Support - Interface in org.jungrapht.visualization.layout.event
-
method signatures to add/remove listeners and fire events
- ViewChange.SupportImpl - Class in org.jungrapht.visualization.layout.event
-
implementation of support.
- viewChanged() - Method in interface org.jungrapht.visualization.layout.event.ViewChange.Listener
- viewChangeListeners - Variable in class org.jungrapht.visualization.layout.event.ViewChange.SupportImpl
-
listeners for these changes
- viewChangeSupport - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- ViewLens(SatelliteVisualizationViewer<V, E>, VisualizationViewer<V, E>) - Constructor for class org.jungrapht.visualization.SatelliteVisualizationViewer.ViewLens
- ViewLensSupport<V,E,M extends LensGraphMouse> - Class in org.jungrapht.visualization.transform.shape
-
Uses a LensTransformer to use in the view transform.
- ViewLensSupport(ViewLensSupport.Builder<V, E, M, ?, ?>) - Constructor for class org.jungrapht.visualization.transform.shape.ViewLensSupport
- ViewLensSupport(VisualizationViewer<V, E>, LensTransformer, M) - Constructor for class org.jungrapht.visualization.transform.shape.ViewLensSupport
- ViewLensSupport.Builder<V,E,M extends LensGraphMouse,T extends ViewLensSupport<V,E,M>,B extends ViewLensSupport.Builder<V,E,M,T,B>> - Class in org.jungrapht.visualization.transform.shape
- viewOnLayout() - Method in interface org.jungrapht.visualization.VisualizationServer
- viewRectangle - Variable in class org.jungrapht.visualization.control.RegionSelectingGraphMousePlugin
-
used to draw a rectangle to contain selected vertices
- ViewScalingControl - Class in org.jungrapht.visualization.control
-
ViewScalingGraphMouse applies a scaling transform to the View of the graph.
- ViewScalingControl() - Constructor for class org.jungrapht.visualization.control.ViewScalingControl
- ViewScalingControl.Builder - Class in org.jungrapht.visualization.control
- viewSize - Variable in class org.jungrapht.visualization.VisualizationServer.Builder
-
the size of the viewer window
- viewSize(Dimension) - Method in class org.jungrapht.visualization.VisualizationServer.Builder
- viewTransform(Point2D) - Method in class org.jungrapht.visualization.DefaultTransformer
- viewTransform(Shape) - Method in class org.jungrapht.visualization.DefaultTransformer
- viewTransformer - Variable in class org.jungrapht.visualization.DefaultTransformer
- ViewTranslatingGraphMousePlugin - Class in org.jungrapht.visualization.control
-
ViewTranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and y direction by changing the AffineTransform applied to the Graphics2D.
- ViewTranslatingGraphMousePlugin() - Constructor for class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
- ViewTranslatingGraphMousePlugin(int) - Constructor for class org.jungrapht.visualization.control.ViewTranslatingGraphMousePlugin
-
create an instance with passed modifer value
- VirtualEdge<V,E> - Class in org.jungrapht.visualization.layout.algorithms.eiglsperger
-
an edge that is not in the original graph, but is synthesized to replace one or more original graph edges.
- VirtualEdge(LV<V>, LV<V>) - Constructor for class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- visit(LayoutModel<V>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.BrandesKopfLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.LayeredLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.samples.sugiyama.test.algorithms.TestSugiyamaLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractIterativeLayoutAlgorithm
-
because the IterativeLayoutAlgorithms use multithreading to continuously update vertex positions, the layoutModel state is saved (during the visit method) so that it can be used continuously
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
-
visit a
LayoutModel
to set all of the graph vertex positions according to the LayoutAlgorithm logic. - visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.BalloonLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.CircleLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.DAGLayoutAlgorithm
- visit(LayoutModel<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.EdgeAwareLayoutAlgorithm
-
visit the passed layoutModel and set its locations
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.ForceAtlas2LayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.FRLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.GEMLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.ISOMLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm.NoOp
-
visit the passed layoutModel and set its locations
- visit(LayoutModel<V>) - Method in interface org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm
-
visit the passed layoutModel and set its locations
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm
-
Override to create the BarnesHutOctTree
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.StaticLayoutAlgorithm
-
a no-op, as the Vertex locations are unchanged from where they are in the layoutModel
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierRadialTreeLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm
- visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm
-
visit a
LayoutModel
to set all of the graph vertex positions according to the LayoutAlgorithm logic. - visit(LayoutModel<V>) - Method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm
- visitedVertices - Variable in class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm
- visRunnable - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- VisRunnable - Class in org.jungrapht.visualization.layout.util
-
a
Runnable
object to pass to theThread
that will perform the relax function on a graph layout - VisRunnable(IterativeContext) - Constructor for class org.jungrapht.visualization.layout.util.VisRunnable
- VisualGraphCollapser<V,E> - Class in org.jungrapht.visualization.sublayout
-
Extends
GraphCollapser
to add layout placement and painting for the collapsed graph - VisualGraphCollapser(VisualizationServer<V, E>) - Constructor for class org.jungrapht.visualization.sublayout.VisualGraphCollapser
- VisualizationComponent - Interface in org.jungrapht.visualization
- VisualizationImageServer<V,E> - Class in org.jungrapht.visualization
-
A class that could be used on the server side of a thin-client application.
- VisualizationImageServer(VisualizationImageServer.Builder<V, E, ?, ?>) - Constructor for class org.jungrapht.visualization.VisualizationImageServer
- VisualizationImageServer.Builder<V,E,T extends VisualizationImageServer<V,E>,B extends VisualizationImageServer.Builder<V,E,T,B>> - Class in org.jungrapht.visualization
- VisualizationImageServerDemo - Class in org.jungrapht.samples
-
Demonstrates VisualizationImageServer.
- VisualizationImageServerDemo() - Constructor for class org.jungrapht.samples.VisualizationImageServerDemo
- visualizationModel - Variable in class org.jungrapht.visualization.VisualizationServer.Builder
-
the model to hold state for the visualization
- VisualizationModel<V,E> - Interface in org.jungrapht.visualization
-
Interface for the visualization model to hold state information for a graph visualization
- VisualizationModel.Builder<V,E,T extends VisualizationModel,B extends VisualizationModel.Builder<V,E,T,B>> - Class in org.jungrapht.visualization
-
A builder for creating instances of a VisualizationModel} with user defined properties
- VisualizationModel.SpatialSupport - Enum in org.jungrapht.visualization
-
the types of spatial data strucure to use with the visualization
- VisualizationScrollPane - Class in org.jungrapht.visualization
-
VisualizationScrollPane is a Container for the Graph's VisualizationViewer and includes custom horizontal and vertical scrollbars.
- VisualizationScrollPane(VisualizationViewer<?, ?>) - Constructor for class org.jungrapht.visualization.VisualizationScrollPane
-
Create an instance of the VisualizationScrollPane to contain the VisualizationViewer
- VisualizationScrollPane.ResizeListener - Class in org.jungrapht.visualization
-
Listener to adjust the scroll bar parameters when the window is resized
- VisualizationScrollPaneDemo - Class in org.jungrapht.samples
-
Demonstrates the use of
VisualizationScrollPane
. - VisualizationScrollPaneDemo() - Constructor for class org.jungrapht.samples.VisualizationScrollPaneDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- visualizationServer - Variable in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- visualizationServer(VisualizationServer<V, ?>) - Method in class org.jungrapht.visualization.util.AnimationLayoutAlgorithm.Builder
- VisualizationServer<V,E> - Interface in org.jungrapht.visualization
-
The interface for the visualization view
- VisualizationServer.Builder<V,E,T extends org.jungrapht.visualization.DefaultVisualizationServer<V,E>,B extends VisualizationServer.Builder<V,E,T,B>> - Class in org.jungrapht.visualization
-
A builder for creating instances of a
VisualizationServer
with user defined properties - VisualizationServer.Paintable - Interface in org.jungrapht.visualization
-
an interface for the preRender and postRender
- VisualizationViewer<V,E> - Interface in org.jungrapht.visualization
-
Adds mouse behaviors and tooltips to the graph VisualizationServer base class
- VisualizationViewer.Builder<V,E,T extends org.jungrapht.visualization.DefaultVisualizationViewer<V,E>,B extends VisualizationViewer.Builder<V,E,T,B>> - Class in org.jungrapht.visualization
-
Builder for VisualizationViewer instances
- VisualizationViewer.GraphMouse - Interface in org.jungrapht.visualization
-
a convenience type to represent a class that processes all types of mouse events for the graph
- VisualTreeCollapser<V,E> - Class in org.jungrapht.visualization.sublayout
- VisualTreeCollapser(VisualizationServer<V, E>, Supplier<V>) - Constructor for class org.jungrapht.visualization.sublayout.VisualTreeCollapser
- vv - Variable in class org.jungrapht.visualization.selection.ShapePickSupport
-
The
VisualizationServer
in which the this instance is being used for picking. - vv - Variable in class org.jungrapht.visualization.sublayout.VisualGraphCollapser
- vv - Variable in class org.jungrapht.visualization.sublayout.VisualTreeCollapser
- vv - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport.Builder
- vv - Variable in class org.jungrapht.visualization.transform.AbstractLensSupport
- vv - Variable in class org.jungrapht.visualization.VisualizationScrollPane
W
- W - org.jungrapht.visualization.renderers.Renderer.VertexLabel.Position
- wedge() - Static method in interface org.jungrapht.visualization.decorators.EdgeShape
- Wedge(int) - Constructor for class org.jungrapht.visualization.decorators.EdgeShape.Wedge
- WEDGE - Static variable in interface org.jungrapht.visualization.decorators.EdgeShape
- weight - Variable in class org.jungrapht.visualization.layout.algorithms.eiglsperger.VirtualEdge
- weight - Variable in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction.Builder
- weight(float) - Method in class org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction.Builder
- weightFunction - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- weightFunction - Variable in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex
- weightFunction(Function<LE<V, E>, Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.util.NetworkSimplex.Builder
- width - Variable in class org.jungrapht.visualization.layout.event.LayoutSizeChange.Event
- width - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- width - Variable in class org.jungrapht.visualization.layout.model.AbstractLayoutModel
- width - Variable in class org.jungrapht.visualization.layout.model.Dimension
-
horizontal expanse
- width - Variable in class org.jungrapht.visualization.layout.model.Rectangle
-
width (x dimension)
- width - Variable in class org.jungrapht.visualization.layout.util.RandomLocationTransformer
- width(int) - Method in class org.jungrapht.visualization.layout.model.AbstractLayoutModel.Builder
- width(Collection<? extends Bounded>) - Static method in interface org.jungrapht.visualization.spatial.rtree.Node
- withArea(double, double, double, double) - Method in class org.jungrapht.visualization.layout.quadtree.Node.Builder
- withArea(Rectangle) - Method in class org.jungrapht.visualization.layout.quadtree.Node.Builder
- withinScaleBounds(double, double, double, double, double, double) - Method in class org.jungrapht.visualization.control.CrossoverScalingControl
- withLengthFunction(Function<E, Integer>) - Method in class org.jungrapht.visualization.layout.algorithms.SpringLayoutAlgorithm.Builder
- withTheta(double) - Method in class org.jungrapht.visualization.layout.quadtree.Node.Builder
- WorldMapGraphDemo - Class in org.jungrapht.samples
-
Shows a graph overlaid on a world map image.
- WorldMapGraphDemo() - Constructor for class org.jungrapht.samples.WorldMapGraphDemo
-
create an instance of a simple graph with controls to demo the zoom features.
- writeJPEGImage(File) - Method in class org.jungrapht.samples.GraphEditorDemo
-
copy the visible part of the graph to a file as a jpeg image
X
- x - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- x - Variable in class org.jungrapht.visualization.layout.model.Point
-
x coordinate
- x - Variable in class org.jungrapht.visualization.layout.model.Rectangle
-
x location of upper-left corner
- x(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- x(LV<V>, int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- X - org.jungrapht.visualization.control.ScalingControl.Axis
- xAisScalingMask(int) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- xAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- xAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- xAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- xAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- xAxisScalingMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- xAxisScalingMask - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- xAxisScalingMask - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- xAxisScalingMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- xAxisScalingMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- XY - org.jungrapht.visualization.control.ScalingControl.Axis
Y
- y - Variable in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- y - Variable in class org.jungrapht.visualization.layout.model.Point
-
y coordinate
- y - Variable in class org.jungrapht.visualization.layout.model.Rectangle
-
y location of upper left corner
- y(LV<V>) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- y(LV<V>, int) - Method in class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction
- Y - org.jungrapht.visualization.control.ScalingControl.Axis
- yAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- yAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultGraphMouse
- yAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- yAxisScalingMask - Variable in class org.jungrapht.visualization.control.DefaultModalGraphMouse
- yAxisScalingMask - Variable in class org.jungrapht.visualization.control.ModalSatelliteGraphMouse
- yAxisScalingMask - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
- yAxisScalingMask - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
- yAxisScalingMask(int) - Method in class org.jungrapht.visualization.control.DefaultGraphMouse.Builder
- yAxisScalingMask(int) - Method in class org.jungrapht.visualization.control.DefaultModalGraphMouse.Builder
- yAxisScalingMask(int) - Method in class org.jungrapht.visualization.control.ScalingGraphMousePlugin.Builder
Z
- zoomAtMouse - Variable in class org.jungrapht.visualization.control.ScalingGraphMousePlugin
-
whether to center the zoom at the current mouse position
All Classes All Packages