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

H

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.
hasConverged(ArchetypeVertex, NumberVertexValue, NumberVertexValue) - Method in class scratch.joshua.ranking.AbstractIterativeRanker
 
hasDecoratorType(Class) - Method in class scratch.scott.registry.UserDataRegistry
 
HasGraphLayout - Interface in edu.uci.ics.jung.visualization
Interface to tag classes that can provide a graph Layout to a caller.
hasGraphLayout - Variable in class edu.uci.ics.jung.visualization.RadiusPickSupport
 
hasGraphLayout - Variable in class edu.uci.ics.jung.visualization.ShapePickSupport
 
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
 
hashCode() - Method in class scratch.joshua.jung_2_0.utils.Pair
 
HashSettableVertexMapper - Class in edu.uci.ics.jung.utils
Uses a HashMap to store mappings between vertices.
HashSettableVertexMapper() - Constructor for class edu.uci.ics.jung.utils.HashSettableVertexMapper
 
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 - Interface in edu.uci.ics.jung.visualization
Interface used to tag classes that can provide Shapes for graph elements.
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.
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
 
Histogram - Class in edu.uci.ics.jung.statistics
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.
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
 
HITS - Class in edu.uci.ics.jung.algorithms.importance
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.
HITSRanker - Class in scratch.joshua.ranking
 
HITSRanker(Graph, int, double) - Constructor for class scratch.joshua.ranking.HITSRanker
 
HITSRanker(Graph, NumberEdgeValue, int, double) - Constructor for class scratch.joshua.ranking.HITSRanker
 
HITSWithPriors - Class in edu.uci.ics.jung.algorithms.importance
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.
horizontalScrollBar - Variable in class edu.uci.ics.jung.visualization.GraphZoomScrollPane
 
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
 
HyperbolicShapeTransformer - Class in edu.uci.ics.jung.visualization.transform.shape
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 in edu.uci.ics.jung.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.
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 in edu.uci.ics.jung.graph
An element of a Hypergraph that connects to zero or more Hypervertices.
HyperEdge<V> - Class in scratch.tom.simpleGraph
a hyper edge
HyperEdge() - Constructor for class scratch.tom.simpleGraph.HyperEdge
 
HyperEdge(V...) - Constructor for class scratch.tom.simpleGraph.HyperEdge
 
HyperEdge(Collection<V>) - Constructor for class scratch.tom.simpleGraph.HyperEdge
 
HyperedgeBPG - Class in edu.uci.ics.jung.graph.impl
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 in edu.uci.ics.jung.graph
A Hypergraph consists of hypervertices and hyperedges.
HypergraphBPG - Class in edu.uci.ics.jung.graph.impl
Deprecated. As of version 1.7, replaced by SetHypergraph.
HypergraphBPG() - Constructor for class edu.uci.ics.jung.graph.impl.HypergraphBPG
Deprecated.  
HypergraphReader - Class in edu.uci.ics.jung.io
 
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 in edu.uci.ics.jung.graph
An element of a Hypergraph that connects to zero or more Hyperedges.
HypervertexBPG - Class in edu.uci.ics.jung.graph.impl
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
 

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