A B C D E F G H I J K L M N O P R S T U V W X Y Z

H

HITS - class edu.uci.ics.jung.algorithms.importance.HITS.
Calculates the "hubs-and-authorities" importance measures for each node in a graph.
HITS(Graph, boolean) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITS
Constructs an instance of the ranker where the type of importance that is associated with the rank score is the node's importance as an authority.
HITS(Graph) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITS
Constructs an instance of the ranker where the type of importance that is associated with the rank score is the node's importance as an authority.
HITSWithPriors - class edu.uci.ics.jung.algorithms.importance.HITSWithPriors.
Algorithm that extends the HITS algorithm by incorporating root nodes (priors).
HITSWithPriors(Graph, double, Set) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
Constructs an instance of the ranker where the type of importance that is associated with the rank score is the node's importance as an authority.
HITSWithPriors(Graph, boolean, double, Set, String) - Constructor for class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
More specialized constructor where the type of importance can be specified.
HUB_KEY - Static variable in class edu.uci.ics.jung.algorithms.importance.HITS
 
HUB_KEY - Static variable in class edu.uci.ics.jung.algorithms.importance.HITSWithPriors
 
HasGraphLayout - interface edu.uci.ics.jung.visualization.HasGraphLayout.
Interface to tag classes that can provide a graph Layout to a caller.
HasShapeFunctions - interface edu.uci.ics.jung.visualization.HasShapeFunctions.
Interface used to tag classes that can provide Shapes for graph elements.
HashSettableVertexMapper - class edu.uci.ics.jung.utils.HashSettableVertexMapper.
Uses a HashMap to store mappings between vertices.
HashSettableVertexMapper() - Constructor for class edu.uci.ics.jung.utils.HashSettableVertexMapper
 
Histogram - class edu.uci.ics.jung.statistics.Histogram.
General-purpose class for representing experimental distributions via a histogram.
Histogram() - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method with unknown limits and a desired number of 50 bins.
Histogram(double, double) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method for approximate range for a desired number of 50 bins.
Histogram(double, double, int) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method for approximate range and desired number of bins.
Histogram(int) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method with unknown limits and a desired number of 50 bins.
Histogram(int, double, double) - Constructor for class edu.uci.ics.jung.statistics.Histogram
General constructor method.
Histogram(int, int) - Constructor for class edu.uci.ics.jung.statistics.Histogram
Constructor method with unknown limits.
HyperbolicShapeTransformer - class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer.
HyperbolicShapeTransformer extends HyperbolicTransformer and adds implementations for methods in ShapeTransformer.
HyperbolicShapeTransformer(Component) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
Create an instance, setting values from the passed component and registering to listen for size changes on the component.
HyperbolicShapeTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
Create an instance, setting values from the passed component and registering to listen for size changes on the component, with a possibly shared transform delegate.
HyperbolicTransformer - class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer.
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.
HyperbolicTransformer(Component) - Constructor for class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer
create an instance, setting values from the passed component and registering to listen for size changes on the component
HyperbolicTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer
create an instance with a possibly shared transform
Hyperedge - interface edu.uci.ics.jung.graph.Hyperedge.
An element of a Hypergraph that connects to zero or more Hypervertices.
HyperedgeBPG - class edu.uci.ics.jung.graph.impl.HyperedgeBPG.
Deprecated. As of version 1.7, replaced by native implementations of Hyperedge.
HyperedgeBPG() - Constructor for class edu.uci.ics.jung.graph.impl.HyperedgeBPG
Deprecated.  
Hypergraph - interface edu.uci.ics.jung.graph.Hypergraph.
A Hypergraph consists of hypervertices and hyperedges.
HypergraphBPG - class edu.uci.ics.jung.graph.impl.HypergraphBPG.
Deprecated. As of version 1.7, replaced by SetHypergraph.
HypergraphBPG() - Constructor for class edu.uci.ics.jung.graph.impl.HypergraphBPG
Deprecated.  
HypergraphReader - class edu.uci.ics.jung.io.HypergraphReader.
 
HypergraphReader(boolean, boolean, UserDataContainer.CopyAction) - Constructor for class edu.uci.ics.jung.io.HypergraphReader
 
HypergraphReader() - Constructor for class edu.uci.ics.jung.io.HypergraphReader
 
Hypervertex - interface edu.uci.ics.jung.graph.Hypervertex.
An element of a Hypergraph that connects to zero or more Hyperedges.
HypervertexBPG - class edu.uci.ics.jung.graph.impl.HypervertexBPG.
A Hypervertex has zero or more hyperEdges attached to it, and is a member of a Hypergraph.
HypervertexBPG() - Constructor for class edu.uci.ics.jung.graph.impl.HypervertexBPG
 
handleAdd(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
handleAdd(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
handlePopup(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
 
handlePopup(MouseEvent) - Method in class edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin
 
handlePopup(MouseEvent) - Method in class samples.graph.PluggableRendererDemo.PopupGraphMousePlugin
If this event is over a Vertex, pop up a menu to allow the user to increase/decrease the voltage attribute of this Vertex
handleRemove(ArchetypeVertex) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
handleRemove(ArchetypeEdge) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
hasAugmentingPath() - Method in class edu.uci.ics.jung.algorithms.flows.EdmondsKarpMaxFlow
 
hasConverged() - Method in class edu.uci.ics.jung.algorithms.IterativeProcess
Check to see if the result has been attained.
hasGraphLayout - Variable in class edu.uci.ics.jung.visualization.RadiusPickSupport
 
hasGraphLayout - Variable in class edu.uci.ics.jung.visualization.ShapePickSupport
 
hasIndexer(ArchetypeGraph) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
Checks if there is an indexer assocated with this graph.
hasIndexer(ArchetypeGraph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.Indexer
Checks if there is an indexer assocated with this graph.
hasShapeFunctions - Variable in class edu.uci.ics.jung.visualization.ShapePickSupport
 
hasStringLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Checks if a labeller--any labeller--is associated with this graph.
hasStringLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.GlobalStringLabeller
Checks for a labeller attached to a particular key in the graph.
hasStringLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Checks if a labeller is associated with this graph.
hasStringLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.StringLabeller
Checks for a labeller attached to a particular key in the graph.
hasWeightLabeller(Graph) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Checks for an edge labeleller for the graph, using the default user data key.
hasWeightLabeller(Graph, Object) - Static method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabeller
Checks an edge labeleller for the graph at the given key.
hash(int) - Static method in class edu.uci.ics.jung.utils.GeneralUtils
 
hashCode() - Method in class edu.uci.ics.jung.graph.decorators.Decorator
 
hashCode() - Method in class edu.uci.ics.jung.graph.impl.AbstractElement
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.KPartiteEdgePredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
 
hashCode() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
 
hashCode() - Method in class edu.uci.ics.jung.utils.MutableDouble
Returns a hashcode for this Integer.
hashCode() - Method in class edu.uci.ics.jung.utils.MutableInteger
Returns a hashcode for this Integer.
hashCode() - Method in class edu.uci.ics.jung.utils.Pair
 
hashCode() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
hashCode() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
hashCode() - Method in class samples.preview_new_graphdraw.Coordinates
 
hideStatus() - Method in class edu.uci.ics.jung.visualization.GraphDraw
Deprecated. Hides the status bar at bottom left
hierarchy(Vertex) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Calculates the hierarchy value for a given vertex.
high - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
 
hit(Rectangle, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
hit(Rectangle, Shape, boolean) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
transform the shape before letting the delegate apply 'hit' with it
hitClip(int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
 
horizontalScrollBar - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z