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

T

TAG - Static variable in interface edu.uci.ics.jung.utils.VertexGenerator
 
THICK - Variable in class samples.graph.ShortestPathDemo.MyEdgeStrokeFunction
 
THIN - Variable in class samples.graph.ShortestPathDemo.MyEdgeStrokeFunction
 
THRESHOLD - Variable in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
 
TRANSFORMING - Static variable in class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
 
TRANSPARENCY - Static variable in class samples.graph.PluggableRendererDemo
 
TRANSPARENT - Static variable in interface edu.uci.ics.jung.graph.decorators.EdgePaintFunction
 
TRANSPARENT - Static variable in interface edu.uci.ics.jung.graph.decorators.VertexPaintFunction
 
TRIAD_NAMES - Static variable in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
 
TestGraphs - class edu.uci.ics.jung.utils.TestGraphs.
Generates a series of potentially useful test graphs.
TestGraphs() - Constructor for class edu.uci.ics.jung.utils.TestGraphs
 
TestSouthernWomenBipartite - class samples.graph.southern.TestSouthernWomenBipartite.
 
TestSouthernWomenBipartite(Reader) - Constructor for class samples.graph.southern.TestSouthernWomenBipartite
 
TestSouthernWomenBipartite.RemoveAndRefold - class samples.graph.southern.TestSouthernWomenBipartite.RemoveAndRefold.
 
TestSouthernWomenBipartite.RemoveAndRefold(KPartiteGraph) - Constructor for class samples.graph.southern.TestSouthernWomenBipartite.RemoveAndRefold
 
ThickEdgeRenderer - class samples.graph.southern.ThickEdgeRenderer.
 
ThickEdgeRenderer() - Constructor for class samples.graph.southern.ThickEdgeRenderer
 
ThickEdgeRenderer(Color) - Constructor for class samples.graph.southern.ThickEdgeRenderer
 
ThresholdPredicate - class edu.uci.ics.jung.graph.predicates.ThresholdPredicate.
A predicate which passes Numbers whose value satisfies a threshold requirement.
ThresholdPredicate(double, boolean) - Constructor for class edu.uci.ics.jung.graph.predicates.ThresholdPredicate
Creates a ThresholdPredicate with the specified threshold value.
ToStringLabeller - class edu.uci.ics.jung.graph.decorators.ToStringLabeller.
Labels vertices by their toString.
ToStringLabeller(Graph) - Constructor for class edu.uci.ics.jung.graph.decorators.ToStringLabeller
 
ToolTipFunction - interface edu.uci.ics.jung.graph.decorators.ToolTipFunction.
An interface for supplying tooltips for elements of a jung graph
ToolTipFunctionAdapter - class edu.uci.ics.jung.graph.decorators.ToolTipFunctionAdapter.
A convenience implementation of ToolTipFunction which provides no tool tips.
ToolTipFunctionAdapter() - Constructor for class edu.uci.ics.jung.graph.decorators.ToolTipFunctionAdapter
 
Transformer - interface edu.uci.ics.jung.visualization.transform.Transformer.
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
TransformerPipeline - class samples.preview_new_graphdraw.iter.TransformerPipeline.
 
TransformerPipeline(GraphLayoutPanel) - Constructor for class samples.preview_new_graphdraw.iter.TransformerPipeline
 
TransformingGraphics - class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics.
subclassed to pass certain operations thru the transformer 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(Transformer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
TransformingGraphics(Transformer, Graphics2D) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
 
TransformingPluggableRenderer - class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer.
a subclass to apply a TransformingGraphics to certain operations
TransformingPluggableRenderer(PluggableRenderer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
create an instance
TranslatingGraphMousePlugin - class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin.
TranslatingGraphMousePlugin uses a MouseButtonOne press and drag gesture to translate the graph display in the x and y direction.
TranslatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
 
TranslatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.TranslatingGraphMousePlugin
create an instance with passed modifer value
TreeLayout - class edu.uci.ics.jung.visualization.contrib.TreeLayout.
 
TreeLayout(SparseTree) - Constructor for class edu.uci.ics.jung.visualization.contrib.TreeLayout
 
TreeLayout(SparseTree, int) - Constructor for class edu.uci.ics.jung.visualization.contrib.TreeLayout
 
TreeLayout(SparseTree, int, int) - Constructor for class edu.uci.ics.jung.visualization.contrib.TreeLayout
 
TreeLayoutDemo - class samples.graph.TreeLayoutDemo.
Demonstrates the use of images to represent graph vertices.
TreeLayoutDemo() - Constructor for class samples.graph.TreeLayoutDemo
 
TreePredicate - class edu.uci.ics.jung.graph.predicates.TreePredicate.
 
TreePredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.TreePredicate
 
TriadicCensus - class edu.uci.ics.jung.algorithms.metrics.TriadicCensus.
TriadicCensus is a standard social network tool that counts, for each of the different possible configurations of three vertices, the number of times that that configuration occurs in the given graph.
TriadicCensus() - Constructor for class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
 
TrivialFilter - class edu.uci.ics.jung.graph.filters.TrivialFilter.
A small filter that returns the vertices and edges in the orignal Graph.
TrivialFilter() - Constructor for class edu.uci.ics.jung.graph.filters.TrivialFilter
 
TwoModelDemo - class samples.graph.TwoModelDemo.
Demonstrates a single graph with 2 layouts in 2 views.
TwoModelDemo() - Constructor for class samples.graph.TwoModelDemo
create an instance of a simple graph in two views with controls to demo the zoom features.
TypedVertexGenerator - class edu.uci.ics.jung.utils.TypedVertexGenerator.
Generates vertices according to the edge requirements submitted to the constructor.
TypedVertexGenerator(Collection) - Constructor for class edu.uci.ics.jung.utils.TypedVertexGenerator
Determines the type of vertices that this generator will create, according to the edge requirements specified in the constructor:
  • undirected, no parallel edges - creates @link{SimpleUndirectedSparseVertex}
  • directed, no parallel edges - creates @link{SimpleDirectedSparseVertex}
  • mixed (directed and undirected), no parallel edges - creates @link{SimpleSparseVertex}
  • undirected, parallel edges allowed - creates @link{UndirectedSparseVertex}
  • directed, parallel edges allowed - creates @link{DirectedSparseVertex}
  • mixed, parallel edges allowed - creates @link{SparseVertex}
    TypedVertexGenerator(ArchetypeGraph) - Constructor for class edu.uci.ics.jung.utils.TypedVertexGenerator
     
    tentativeIncomingEdges - Variable in class edu.uci.ics.jung.algorithms.shortestpath.DijkstraShortestPath.SourcePathData
     
    thisFrame - Variable in class samples.preview_new_graphdraw.iterablelayouts.WrappedIterableLayout
     
    threshold - Variable in class edu.uci.ics.jung.graph.predicates.ThresholdPredicate
     
    tick() - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
    Deprecated. This method advances each node that is fading away.
    toDirected(Graph) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be of any directionality) into a directed graph without parallel edges.
    toDirected(Graph, boolean) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be of any directionality) into a directed graph.
    toString() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
     
    toString() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex
     
    toString() - Method in class edu.uci.ics.jung.algorithms.importance.Ranking
    Returns the rank score as a string.
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.AllSingleEvents
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.EdgeAddition
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.EdgeRemoval
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.VertexAddition
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.VertexRemoval
     
    toString() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
     
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
    Returns a human-readable representation of this graph.
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractHyperedge
    Returns a human-readable representation of this edge.
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractHypervertex
    Returns a human-readable representation of this edge.
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
    Returns a human-readable representation of this edge.
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
    Returns a human-readable representation of this vertex.
    toString() - Method in class edu.uci.ics.jung.graph.predicates.CliqueGraphPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.ConnectedGraphPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.IsolatedVertexPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.KPartiteEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.ParallelEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.ReciprocatedDirectedEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.SelfLoopEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.SimpleEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
     
    toString() - Method in class edu.uci.ics.jung.utils.MutableDouble
    Uses the default String converter to return the value of this as a string.
    toString() - Method in class edu.uci.ics.jung.utils.MutableInteger
     
    toString() - Method in class edu.uci.ics.jung.utils.Pair
     
    toString() - Method in class edu.uci.ics.jung.utils.UserData
     
    toString() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout.CircleVertexData
     
    toString() - Method in class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
    Returns a string representation of this object.
    toString() - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.shape.Intersector
     
    toString() - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
     
    toString() - Method in class samples.preview_new_graphdraw.event.ClickEvent
     
    toString() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.BothEdgeAndVertexPolicy
     
    toString() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.EdgeAndVertexPolicy
     
    toString() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.EdgeEventPolicy
     
    toString() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.NoEventPolicy
     
    toString() - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener.VertexEventPolicy
     
    toUndirected(Graph) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be of any directionality) into an undirected graph without parallel edges.
    toUndirected(Graph, boolean) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be of any directionality) into an undirected graph.
    toolTipFunction - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
    should be set to user-defined class to provide tooltips on the graph elements
    toolbar - Variable in class edu.uci.ics.jung.visualization.GraphDraw
    Deprecated.  
    top - Variable in class edu.uci.ics.jung.visualization.Lens
    Deprecated. the top of the rectangle
    totalCount() - Method in class edu.uci.ics.jung.statistics.Histogram
     
    transform(Graph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by DirectionTransformer.toDirected(Graph)
    transform(DirectedGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by DirectionTransformer.toUndirected(Graph)
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
    Transform the mouse point with the current transform of the VisualizationViewer.
    transform - Variable in class edu.uci.ics.jung.visualization.transform.AffineTransformer
    the AffineTransform to use.
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
    applies the transform to the supplied point
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.AffineTransformer
    transform the supplied shape from graph coordinates to screen coordinates
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.HyperbolicTransformer
    override base class transform to project the fisheye effect
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
    override base class transform to project the fisheye effect
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MagnifyTransformer
    override base class transform to project the fisheye effect
    transform(Point2D) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
     
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
     
    transform(Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.Transformer
    convert the supplied graph coordinate to the screen coordinate
    transform(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
     
    transform(Shape) - Method in class edu.uci.ics.jung.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, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.HyperbolicShapeTransformer
     
    transform(Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
    Transform the supplied shape with the overridden transform method so that the shape is distorted by the hyperbolic transform.
    transform(Shape, float) - Method in class edu.uci.ics.jung.visualization.transform.shape.MagnifyShapeTransformer
     
    transform(Shape) - Method in interface edu.uci.ics.jung.visualization.transform.shape.ShapeTransformer
    map a shape from graph coordinate system to the screen coordinate system
    transform(EmittedLayout) - Method in class samples.preview_new_graphdraw.transform.CrookedLineTransformer
     
    transform(EmittedLayout) - Method in class samples.preview_new_graphdraw.transform.FitOnScreenTransformer
     
    transform(EmittedLayout) - Method in interface samples.preview_new_graphdraw.transform.LayoutTransformer
    Transforms the given layout.
    transform(EmittedLayout) - Method in class samples.preview_new_graphdraw.transform.PipelineResizingTransformer
     
    transform(EmittedLayout) - Method in class samples.preview_new_graphdraw.transform.SlightMarginTransformer
     
    transformSequentially(EmittedLayout) - Method in class samples.preview_new_graphdraw.iter.TransformerPipeline
     
    transformer - Variable in class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
    the transformer to apply
    transformingPluggableRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
     
    translate(double, double) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
    Deprecated. access via getViewTransformer method
    translate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
    Apply the passed values to the current Transform
    translate(double, double) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
     
    translate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
     
    translate(double, double) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
     
    translate(int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
     
    translateAll(Set, Graph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by GraphUtils.getEqualVertices(Set, ArchetypeGraph)
    translateAllEdges(Set, Graph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by GraphUtils.getEqualEdges(Set, ArchetypeGraph)
    translatingPlugin - Variable in class edu.uci.ics.jung.visualization.ZoomPanGraphMouse
     
    translatingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
     
    translatingPlugin - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
     
    transparency - Variable in class samples.graph.PluggableRendererDemo
     
    triCode(Vertex, Vertex, Vertex) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
    This is the core of the technique in the paper.
    triType(int) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
    Simply returns the triCode.
    type - Variable in class edu.uci.ics.jung.utils.TypedVertexGenerator
     

  • 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