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 

P

p - Variable in class edu.uci.ics.jung.utils.CollectionFactory.CollectionData
 
p_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
 
Page_Height - Variable in class scratch.scott.PSGr
 
Page_Margin - Variable in class scratch.scott.PSGr
 
Page_Width - Variable in class scratch.scott.PSGr
 
PAGEHEIGHT - Static variable in class scratch.scott.PSGr
 
PAGEMARGIN - Static variable in class scratch.scott.PSGr
 
PageRank - Class in edu.uci.ics.jung.algorithms.importance
This algorithm measures the importance of a node in terms of the fraction of time spent at that node relative to all other nodes.
PageRank(DirectedGraph, double) - Constructor for class edu.uci.ics.jung.algorithms.importance.PageRank
Basic constructor which initializes the algorithm
PageRank(DirectedGraph, double, String) - Constructor for class edu.uci.ics.jung.algorithms.importance.PageRank
Specialized constructor that allows the user to specify an edge key if edges already have user-defined weights assigned to them.
PageRank(DirectedGraph, double, String, Pair) - Constructor for class edu.uci.ics.jung.algorithms.importance.PageRank
 
PageRankRanker - Class in scratch.joshua.ranking
 
PageRankRanker(Graph, int, double, double) - Constructor for class scratch.joshua.ranking.PageRankRanker
 
PageRankRanker(Graph, NumberEdgeValue, int, double, double) - Constructor for class scratch.joshua.ranking.PageRankRanker
 
PageRankRanker(Graph, NumberVertexValue, NumberEdgeValue, int, double, double) - Constructor for class scratch.joshua.ranking.PageRankRanker
 
PageRankRanker.SourceNormalizedEdgeValue - Class in scratch.joshua.ranking
 
PageRankRanker.SourceNormalizedEdgeValue(NumberEdgeValue) - Constructor for class scratch.joshua.ranking.PageRankRanker.SourceNormalizedEdgeValue
 
PageRankWithPriors - Class in edu.uci.ics.jung.algorithms.importance
Algorithm that extends the PageRank algorithm by incorporating root nodes (priors).
PageRankWithPriors(DirectedGraph, double, Set, String) - Constructor for class edu.uci.ics.jung.algorithms.importance.PageRankWithPriors
Constructs an instance of the ranker.
PAGEWIDTH - Static variable in class scratch.scott.PSGr
 
paint(Graphics) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.Lens
 
paint(Graphics) - Method in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport.LensControls
 
paint(Graphics) - Method in interface edu.uci.ics.jung.visualization.VisualizationViewer.Paintable
 
paintComponent(Graphics) - Method in class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
Deprecated.
paint the graph, transforming with the scalex and scaley
paintComponent(Graphics) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
paintComponent(Graphics) - Method in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
This method paints the component.
paintEdge(Graphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.AbstractRenderer
 
paintEdge(Graphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Deprecated.
Paints the edge in the color specified by the EdgeColorFunction or the hard-set color, and at the thickness set with an EdgeThicknessFunction.
paintEdge(Graphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
Paints e, whose endpoints are at (x1,y1) and (x2,y2), on the graphics context g.
paintEdge(Graphics, Edge, int, int, int, int) - Method in interface edu.uci.ics.jung.visualization.Renderer
 
paintEdge(Graphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
paintEdge(Graphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overridded to wrap passed Graphics in TransformingGraphics then call overloaded paintEdge
paintEdge(TransformingGraphics, Edge, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overloaded to use TransformingGraphics
paintEdge(Graphics, Edge, int, int, int, int) - Method in class samples.graph.BasicRenderer
 
paintEdge(Graphics, Edge, int, int, int, int) - Method in class scratch.danyel.sample.FadeRenderer
 
paintEdge(Graphics, Edge, int, int, int, int) - Method in class scratch.danyel.sample.SimpleRenderer
 
paintEdge(Graphics, Edge, int, int, int, int) - Method in class scratch.scott.BasicRenderer
 
paintIcon(Component, Graphics, int, int) - Method in class samples.graph.VertexImageShaperDemo.Checkmark
 
paintIcon(Component, Graphics, int, int) - Method in class samples.graph.VertexImageShaperDemo.LayeredIcon
 
paintIconForVertex(Graphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
Paint v's icon on g at (x,y).
paintIconForVertex(Graphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
paintIconForVertex(TransformingGraphics, Icon, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
 
paintLightVertex(Graphics, Vertex, int, int, String) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Deprecated.
 
paintShapeForVertex(Graphics2D, Vertex, Shape) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
 
paintShapeForVertex(Graphics2D, Vertex, Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
paintShapeForVertex(TransformingGraphics, Vertex, Shape) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
 
paintVertex(Graphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.AbstractRenderer
 
paintVertex(Graphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Deprecated.
Paints the vertex, using the settings above (VertexColors, etc).
paintVertex(Graphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
Paints the vertex v at the location (x,y) on the graphics context g_gen.
paintVertex(Graphics, Vertex, int, int) - Method in interface edu.uci.ics.jung.visualization.Renderer
 
paintVertex(Graphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
paintVertex(Graphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overridden to wrap passed Graphics in TransformingGraphics then call overloaded paintVertex
paintVertex(TransformingGraphics, Vertex, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overloaded to use TransformingGraphics
paintVertex(Graphics, Vertex, int, int) - Method in class samples.graph.BasicRenderer
 
paintVertex(Graphics, Vertex, int, int) - Method in class scratch.danyel.sample.FadeRenderer
 
paintVertex(Graphics, Vertex, int, int) - Method in class scratch.danyel.sample.SimpleRenderer
 
paintVertex(Graphics, Vertex, int, int) - Method in class scratch.scott.BasicRenderer
 
Pair - Class in edu.uci.ics.jung.utils
Stores a pair of values together.
Pair(Object, Object) - Constructor for class edu.uci.ics.jung.utils.Pair
 
Pair<T> - Class in scratch.joshua.jung_2_0.utils
Stores a pair of values together.
Pair(T, T) - Constructor for class scratch.joshua.jung_2_0.utils.Pair
 
pairs - Static variable in class edu.uci.ics.jung.utils.TestGraphs
A series of pairs that may be useful for generating graphs.
PajekNetFile - Class in edu.uci.ics.jung.io
Deprecated.
As of version 1.4, replaced by PajekNetReader and PajekNetWriter
PajekNetFile() - Constructor for class edu.uci.ics.jung.io.PajekNetFile
Deprecated.
Default constructor for pajek graph reader
PajekNetFile(String[]) - Constructor for class edu.uci.ics.jung.io.PajekNetFile
Deprecated.
Constructor which takes in the user datum keys for the edge weights
PajekNetFileTest - Class in test.edu.uci.ics.jung.io
 
PajekNetFileTest() - Constructor for class test.edu.uci.ics.jung.io.PajekNetFileTest
 
PajekNetIOTest - Class in test.edu.uci.ics.jung.io
Needed tests: - edgeslist, arcslist - unit test to catch bug in readArcsOrEdges() [was skipping until e_pred, not c_pred]
PajekNetIOTest() - Constructor for class test.edu.uci.ics.jung.io.PajekNetIOTest
 
PajekNetReader - Class in edu.uci.ics.jung.io
Reads a Graph from a Pajek NET formatted source.
PajekNetReader(boolean) - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader with the specified labeling behavior, which does not read location information (if any).
PajekNetReader(boolean, boolean) - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader with the specified labeling behavior and location assignment behavior.
PajekNetReader(boolean, SettableVertexLocationFunction) - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader with the specified labeling behavior and location assignment behavior.
PajekNetReader() - Constructor for class edu.uci.ics.jung.io.PajekNetReader
Creates a PajekNetReader whose labels are not required to be unique.
PajekNetReader.ListTagPred - Class in edu.uci.ics.jung.io
A Predicate which evaluates to true if the argument ends with the string "list".
PajekNetReader.ListTagPred() - Constructor for class edu.uci.ics.jung.io.PajekNetReader.ListTagPred
 
PajekNetReader.TagPred - Class in edu.uci.ics.jung.io
A Predicate which evaluates to true if the argument starts with the constructor-specified String.
PajekNetReader.TagPred(String) - Constructor for class edu.uci.ics.jung.io.PajekNetReader.TagPred
 
PajekNetWriter - Class in edu.uci.ics.jung.io
Writes graphs in the Pajek NET format.
PajekNetWriter() - Constructor for class edu.uci.ics.jung.io.PajekNetWriter
 
pan - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated.
true if we are dragging the Rectangle around
panel - Variable in class samples.preview_new_graphdraw.impl.GraphLayoutPanelMouseListener
 
panel - Variable in class samples.preview_new_graphdraw.iter.TransformerPipeline
 
parallel - Variable in class edu.uci.ics.jung.algorithms.transformation.FoldingTransformer
 
parallel - Variable in class edu.uci.ics.jung.io.BipartiteGraphReader
If true, parallel edges may be created if the edge is found more than once in the input file.
parallel - Variable in class edu.uci.ics.jung.random.generators.BarabasiAlbertGenerator
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.graph.decorators.EdgeShape.BentLine
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.graph.decorators.EdgeShape.CubicCurve
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.graph.decorators.EdgeShape.Loop
 
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.graph.decorators.EdgeShape.QuadCurve
 
ParallelEdgeIndexFunction - Interface in edu.uci.ics.jung.utils
An interface for a service to access the index of a given edge into the set formed by the given edge and all the other edges it is parallel to.
parallelEdgeIndexFunction - Variable in class edu.uci.ics.jung.visualization.PluggableRenderer
 
ParallelEdgeIndexSingleton - Class in edu.uci.ics.jung.utils
A class which creates and maintains indices for parallel edges.
ParallelEdgePredicate - Class in edu.uci.ics.jung.graph.predicates
A predicate that checks to see whether the specified edge is parallel to any other edge.
ParallelEdgePredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.ParallelEdgePredicate
 
params - Variable in class test.edu.uci.ics.jung.graph.impl.VertexTypeTest2
 
parents - Variable in class edu.uci.ics.jung.algorithms.cluster.BicomponentClusterer
 
parse(String) - Method in class scratch.scott.CSVParser
parse: break the input String into fields
PART_A - Static variable in class edu.uci.ics.jung.io.BipartiteGraphReader
The predicate for the vertices in partitions A and B.
PART_B - Static variable in class edu.uci.ics.jung.io.BipartiteGraphReader
 
PARTITION - Static variable in class edu.uci.ics.jung.io.BipartiteGraphReader
The user data key for the vertices' partitions.
PartitionDecorationReader - Class in edu.uci.ics.jung.io
Reads decorations for vertices in a specified partition from a Reader.
PartitionDecorationReader() - Constructor for class edu.uci.ics.jung.io.PartitionDecorationReader
 
partitions - Variable in class edu.uci.ics.jung.graph.impl.KPartiteSparseGraph
 
pauseObject - Variable in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
 
peek() - Method in class edu.uci.ics.jung.utils.MapBinaryHeap
Returns the element at the top of the heap; does not alter the heap.
permuteEdges(Graph) - Method in class edu.uci.ics.jung.random.permuters.BernoulliEdgePermuter
Permutes the edges with default probability 1, meaning that if an edge is sample it will either be removed or added depending on whether it exists already
permuteEdges(Graph, double) - Method in class edu.uci.ics.jung.random.permuters.BernoulliEdgePermuter
Permutes the edges using a user-specified probability that an edge is removed or added.
permuteEdges(Graph) - Method in interface edu.uci.ics.jung.random.permuters.EdgePermuter
Instructs the algoritm to go ahead and permute the edges for the given graph
persist(String) - Method in interface edu.uci.ics.jung.visualization.PersistentLayout
 
persist(String) - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
save the Vertex locations to a file
PersistentLayout - Interface in edu.uci.ics.jung.visualization
interface for PersistentLayout Also holds a nested class Point to serialize the Vertex locations
PersistentLayout.Point - Class in edu.uci.ics.jung.visualization
a serializable class to save locations
PersistentLayout.Point(double, double) - Constructor for class edu.uci.ics.jung.visualization.PersistentLayout.Point
 
PersistentLayoutDemo - Class in samples.graph
Demonstrates the use of PersistentLayout and PersistentLayoutImpl.
PersistentLayoutDemo(String) - Constructor for class samples.graph.PersistentLayoutDemo
create an instance of a simple graph with controls to demo the persistence and zoom features.
PersistentLayoutImpl - Class in edu.uci.ics.jung.visualization
Implementation of PersistentLayout.
PersistentLayoutImpl(Layout) - Constructor for class edu.uci.ics.jung.visualization.PersistentLayoutImpl
create an instance with a passed layout create containers for graph components
pi - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexColorFunction
 
pi - Variable in class edu.uci.ics.jung.graph.decorators.PickableEdgePaintFunction
 
pi - Variable in class edu.uci.ics.jung.graph.decorators.PickableVertexIconFunction
 
pi - Variable in class edu.uci.ics.jung.graph.decorators.PickableVertexPaintFunction
 
pi - Variable in class scratch.danyel.sample.FadeBetweennessRenderer
 
pick(ArchetypeVertex, boolean) - Method in class edu.uci.ics.jung.visualization.MultiPickedState
 
pick(ArchetypeEdge, boolean) - Method in class edu.uci.ics.jung.visualization.MultiPickedState
 
pick(ArchetypeVertex, boolean) - Method in interface edu.uci.ics.jung.visualization.PickedState
Marks v as "picked" if b == true, and unmarks v as picked if b == false.
pick(ArchetypeEdge, boolean) - Method in interface edu.uci.ics.jung.visualization.PickedState
Marks e as "picked" if b == true, and unmarks e as picked if b == false.
pick(Vertex, boolean) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
Deprecated.
Use getPickedState.pick(picked, b).
PickableEdgePaintFunction - Class in edu.uci.ics.jung.graph.decorators
Paints each edge according to the Paint parameters given in the constructor, so that picked and non-picked edges can be made to look different.
PickableEdgePaintFunction(PickedInfo, Paint, Paint) - Constructor for class edu.uci.ics.jung.graph.decorators.PickableEdgePaintFunction
 
PickableVertexIconFunction - Class in edu.uci.ics.jung.graph.decorators
Supplies an Icon for each vertex according to the Icon parameters given in the constructor, so that picked and non-picked vertices can be made to look different.
PickableVertexIconFunction(PickedInfo, Icon, Icon) - Constructor for class edu.uci.ics.jung.graph.decorators.PickableVertexIconFunction
 
PickableVertexPaintFunction - Class in edu.uci.ics.jung.graph.decorators
Paints each vertex according to the Paint parameters given in the constructor, so that picked and non-picked vertices can be made to look different.
PickableVertexPaintFunction(PickedInfo, Paint, Paint, Paint) - Constructor for class edu.uci.ics.jung.graph.decorators.PickableVertexPaintFunction
 
pickColor(boolean, int, Color) - Method in class scratch.danyel.sample.FadeRenderer
 
pickContainedVertices(VisualizationViewer, boolean) - Method in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
pick the vertices inside the rectangle
picked - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer.GraphMouseImpl
 
picked_color - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexColorFunction
 
picked_icon - Variable in class edu.uci.ics.jung.graph.decorators.PickableVertexIconFunction
 
picked_paint - Variable in class edu.uci.ics.jung.graph.decorators.PickableEdgePaintFunction
 
picked_paint - Variable in class edu.uci.ics.jung.graph.decorators.PickableVertexPaintFunction
 
pickedEdgeLabelColor - Variable in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
 
pickedEdges - Variable in class edu.uci.ics.jung.visualization.MultiPickedState
the 'picked' edges
PickedInfo - Interface in edu.uci.ics.jung.visualization
An interface for classes that return information regarding whether a given vertex or edge has been selected.
PickedState - Interface in edu.uci.ics.jung.visualization
An interface for classes that keep track of the "picked" state of edges and vertices.
pickedState - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
holds the state of which elements of the graph are currently 'picked'
pickedVertexLabelColor - Variable in class edu.uci.ics.jung.visualization.DefaultGraphLabelRenderer
 
pickedVertices - Variable in class edu.uci.ics.jung.visualization.MultiPickedState
the 'picked' vertices
PickEventListener - Interface in edu.uci.ics.jung.visualization
Deprecated.
use ItemListener for tracking pick changes
pickEventListener - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
a listener used to cause pick events to result in repaints, even if they come from another view
PICKING - Static variable in class edu.uci.ics.jung.visualization.control.ModalGraphMouse.Mode
 
PickingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
PickingGraphMousePlugin supports the picking of graph elements with the mouse.
PickingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
create an instance with default settings
PickingGraphMousePlugin(int, int) - Constructor for class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
create an instance with overides
pickingPlugin - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
 
pickingPlugin - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
 
pickSize - Variable in class edu.uci.ics.jung.visualization.ShapePickSupport
 
PickSupport - Interface in edu.uci.ics.jung.visualization
Interface to adapt coordinate-based selection of graph components to their display component
pickSupport - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
pluggable support for picking graph elements by finding them based on their coordinates.
pipeline - Variable in class samples.preview_new_graphdraw.impl.GraphLayoutPanel
 
pipeline - Variable in class samples.preview_new_graphdraw.iter.LocalGraphDraw
 
PipelineResizingTransformer - Class in samples.preview_new_graphdraw.transform
Changes an EmittedLayout from a fixed size to a new fixed size.
PipelineResizingTransformer() - Constructor for class samples.preview_new_graphdraw.transform.PipelineResizingTransformer
 
PivotingImageShaper - Class in edu.uci.ics.jung.visualization
Provides factory 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 edu.uci.ics.jung.visualization.PivotingImageShaper
 
PluggableGraphMouse - Class in edu.uci.ics.jung.visualization.control
a GraphMouse that accepts plugins for various mouse events.
PluggableGraphMouse() - Constructor for class edu.uci.ics.jung.visualization.control.PluggableGraphMouse
 
PluggableRenderer - Class in edu.uci.ics.jung.visualization
A renderer with all sorts of buttons to press and dials to turn.
PluggableRenderer() - Constructor for class edu.uci.ics.jung.visualization.PluggableRenderer
 
pluggableRenderer - Variable in class edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
 
PluggableRendererDecorator - Class in edu.uci.ics.jung.visualization.transform.shape
A complete wrapping of PluggableRenderer, used as a base class
PluggableRendererDecorator(PluggableRenderer) - Constructor for class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
PluggableRendererDemo - Class in samples.graph
Shows off some of the capabilities of PluggableRenderer.
PluggableRendererDemo() - Constructor for class samples.graph.PluggableRendererDemo
 
PluggableRendererDemo.GradientPickedEdgePaintFunction - Class in samples.graph
 
PluggableRendererDemo.GradientPickedEdgePaintFunction(EdgePaintFunction, HasGraphLayout, LayoutTransformer, PickedInfo) - Constructor for class samples.graph.PluggableRendererDemo.GradientPickedEdgePaintFunction
 
PluggableRendererDemo.PopupGraphMousePlugin - Class in samples.graph
a GraphMousePlugin that offers popup menu support
PluggableRendererDemo.PopupGraphMousePlugin() - Constructor for class samples.graph.PluggableRendererDemo.PopupGraphMousePlugin
 
PluggableRendererDemo.PopupGraphMousePlugin(int) - Constructor for class samples.graph.PluggableRendererDemo.PopupGraphMousePlugin
 
PluggableRendererDemo.VoltageTips - Class in samples.graph
 
PluggableRendererDemo.VoltageTips() - Constructor for class samples.graph.PluggableRendererDemo.VoltageTips
 
polarToCartesian(LensTransformer.PolarPoint) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
Returns the result of converting polar to Cartesian coordinates.
polarToCartesian(double, double) - Method in class edu.uci.ics.jung.visualization.transform.LensTransformer
Returns the result of converting (theta, radius) to Cartesian coordinates.
pop() - Method in class edu.uci.ics.jung.utils.MapBinaryHeap
Removes the element at the top of this heap, and returns it.
postInitialize() - Method in class edu.uci.ics.jung.visualization.AbstractLayout
may be overridden to do something after initializeLocations call
postRenderers - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
a collection of user-implementable functions to render over the topology (after the graph is rendered)
pr - Variable in class samples.graph.PluggableRendererDemo
 
preConcatenate(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.MutableAffineTransformer
 
preConcatenate(AffineTransform) - Method in interface edu.uci.ics.jung.visualization.transform.MutableTransformer
 
preConcatenate(AffineTransform) - Method in class edu.uci.ics.jung.visualization.transform.MutableTransformerDecorator
 
predicate - Variable in class edu.uci.ics.jung.graph.filters.EdgePredicateFilter
 
predicate - Variable in class edu.uci.ics.jung.graph.filters.VertexPredicateFilter
 
PredicateUtils - Class in edu.uci.ics.jung.utils
Convenience methods for handling Predicates in JUNG (as constraints, as subset specifications, and in general).
PredicateUtils() - Constructor for class edu.uci.ics.jung.utils.PredicateUtils
 
PredicateUtilTest - Class in test.edu.uci.ics.jung.graph.predicates
 
PredicateUtilTest() - Constructor for class test.edu.uci.ics.jung.graph.predicates.PredicateUtilTest
 
prepareNumberFormat() - Method in class edu.uci.ics.jung.graph.decorators.EdgeWeightLabellerStringer
 
prepareRenderer(GraphLabelRenderer, Object, boolean, Vertex) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
 
prepareRenderer(GraphLabelRenderer, Object, boolean, Edge) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
 
prepareRenderer(GraphLabelRenderer, Object, boolean, Edge) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
prepareRenderer(GraphLabelRenderer, Object, boolean, Vertex) - Method in class edu.uci.ics.jung.visualization.transform.shape.PluggableRendererDecorator
 
prerelax() - Method in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
Runs the visualization forward a few hundred iterations (for half a second)
prerelax() - Method in interface edu.uci.ics.jung.visualization.VisualizationModel
iterate over the layout algorithm prior to displaying the graph
prerelax() - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
convenience pass-thru to the model
prerelax(long, IterableLayout) - Static method in class samples.preview_new_graphdraw.iter.GraphLayoutPanelUtils
Pre-relaxes a layout.
preRenderers - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
a collection of user-implementable functions to render under the topology (before the graph is rendered)
previousGraph - Variable in class edu.uci.ics.jung.graph.filters.UnassembledGraph
 
print(Graphics, PageFormat, int) - Method in class samples.graph.GraphEditorDemo
 
printParameters(PrintStream) - Static method in class edu.uci.ics.jung.utils.NumericalPrecision
 
printRankings(boolean, boolean) - Method in class edu.uci.ics.jung.algorithms.importance.AbstractRanker
Print the rankings to standard out in descending order of rank score
printVertices(Collection, StringLabeller) - Static method in class edu.uci.ics.jung.utils.GraphUtils
For every vertex in s, prints sl.get(s).
PRIOR_KEY - Static variable in class edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
The default key used for the user datum key corresponding to prior rank scores.
priors - Variable in class scratch.joshua.ranking.AbstractIterativeRanker
 
process() - Method in class samples.graph.AddNodeDemo
 
process(CSVParser, BufferedReader) - Static method in class scratch.scott.UserExample
 
propagateMinimumLevel(Vertex) - Static method in class edu.uci.ics.jung.visualization.contrib.DAGLayout
A recursive method for allocating the level for each vertex.
propertyChange(PropertyChangeEvent) - Method in class scratch.biao.SliderPanel
Listen to the text field.
PSGr - Class in scratch.scott
PSGr is a awt.Graphics subclass that images to PostScript.
PSGr(OutputStream, Graphics) - Constructor for class scratch.scott.PSGr
Constructs a new PSGr Object.
PSGr(OutputStream, Graphics, int) - Constructor for class scratch.scott.PSGr
 
PSGr(OutputStream, Graphics, int, int, int) - Constructor for class scratch.scott.PSGr
Constructor for non-default page dimensions.
put(K, V) - Method in interface scratch.joshua.jung_2_0.decoration.SettableDecoration
 
put(K, V) - Method in class scratch.joshua.jung_2_0.decoration.TestMap
 
putAll(Map) - Method in class scratch.joshua.jung_2_0.decoration.TestMap
 
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