Skip navigation links
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 

P

padHeight - Variable in class org.girod.jgraphml.model.DiagramDefaults
The height pad for the default autosized property.
padWidth - Variable in class org.girod.jgraphml.model.DiagramDefaults
The width pad for the default autosized property.
Pair<T> - Class in edu.uci.ics.jung.graph.util
An implementation of Collection that stores exactly 2 non-null objects and is not mutable.
Pair(T, T) - Constructor for class edu.uci.ics.jung.graph.util.Pair
Creates a Pair from the specified elements.
Pair(Collection<? extends T>) - Constructor for class edu.uci.ics.jung.graph.util.Pair
Creates a Pair from the passed Collection.
Pair(T[]) - Constructor for class edu.uci.ics.jung.graph.util.Pair
Creates a Pair from the passed array.
PARALLELOGRAM - Static variable in interface org.girod.jgraphml.model.ShapeType
A parallelogram.
PARALLELOGRAM2 - Static variable in interface org.girod.jgraphml.model.ShapeType
A parallelogram.
ParamModel() - Constructor for class org.girod.jgraphml.model.EdgeLabel.ParamModel
 
parentNode() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Moves to and returns the closest visible ancestor node of the current node.
parse(File) - Method in class org.girod.jgraphml.reader.GraphmlModelParser
¨Parse a graphml file.
parse(URL) - Method in class org.girod.jgraphml.reader.GraphmlModelParser
¨Parse a graphml URL.
Path - Class in org.girod.jgraphml.model
Represents a path.
Path() - Constructor for class org.girod.jgraphml.model.Path
 
Path(float, float, float, float) - Constructor for class org.girod.jgraphml.model.Path
Constructor.
PATH - Static variable in interface org.girod.jgraphml.xml.XMLTags
The y:Path tag.
pause() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
Make the relaxer thread wait.
pause() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
pauseObject - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
Used for synchronization.
peek() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Returns the element at the top of the heap; does not alter the heap.
PLACEMENT_BOTTOM - Static variable in class org.girod.jgraphml.model.LabelPlacement
The bottom placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_BOTTOM_LEFT - Static variable in class org.girod.jgraphml.model.LabelPlacement
The bottom left placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_BOTTOM_RIGHT - Static variable in class org.girod.jgraphml.model.LabelPlacement
The bottom right placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_CENTER - Static variable in class org.girod.jgraphml.model.LabelPlacement
The center placement, used for the LabelPlacement.MODEL_INTERNAL and LabelPlacement.MODEL_CENTERED models.
PLACEMENT_HEAD - Static variable in class org.girod.jgraphml.model.LabelPlacement
The head placement, used for the LabelPlacement.MODEL_SIX_POS model.
PLACEMENT_LEFT - Static variable in class org.girod.jgraphml.model.LabelPlacement
The left placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_RIGHT - Static variable in class org.girod.jgraphml.model.LabelPlacement
The right placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_SOURCE_HEAD - Static variable in class org.girod.jgraphml.model.LabelPlacement
The source head placement, used for the LabelPlacement.MODEL_SIX_POS model.
PLACEMENT_SOURCE_TAIL - Static variable in class org.girod.jgraphml.model.LabelPlacement
The source tail placement, used for the LabelPlacement.MODEL_SIX_POS model.
PLACEMENT_TAIL - Static variable in class org.girod.jgraphml.model.LabelPlacement
The tail placement, used for the LabelPlacement.MODEL_SIX_POS model.
PLACEMENT_TARGET_HEAD - Static variable in class org.girod.jgraphml.model.LabelPlacement
The target head placement, used for the LabelPlacement.MODEL_SIX_POS model.
PLACEMENT_TARGET_TAIL - Static variable in class org.girod.jgraphml.model.LabelPlacement
The target tail placement, used for the LabelPlacement.MODEL_SIX_POS model.
PLACEMENT_TOP - Static variable in class org.girod.jgraphml.model.LabelPlacement
The top placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_TOP_LEFT - Static variable in class org.girod.jgraphml.model.LabelPlacement
The top left placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_TOP_RIGHT - Static variable in class org.girod.jgraphml.model.LabelPlacement
The top right placement, used for the LabelPlacement.MODEL_INTERNAL model.
PLACEMENT_UNDEFINED - Static variable in class org.girod.jgraphml.model.LabelPlacement
The undefined placement.
Point - Class in org.girod.jgraphml.model
Represents a point in a path.
Point(float, float) - Constructor for class org.girod.jgraphml.model.Point
Constructor.
POINT - Static variable in interface org.girod.jgraphml.xml.XMLTags
The y:Point tag.
polarLocations - Variable in class edu.uci.ics.jung.algorithms.layout.BalloonLayout
 
polarLocations - Variable in class edu.uci.ics.jung.algorithms.layout.RadialTreeLayout
 
PolarPoint - Class in edu.uci.ics.jung.algorithms.layout
Represents a point in polar coordinates: distance and angle from the origin.
PolarPoint() - Constructor for class edu.uci.ics.jung.algorithms.layout.PolarPoint
Creates a new instance with radius and angle each 0.
PolarPoint(double, double) - Constructor for class edu.uci.ics.jung.algorithms.layout.PolarPoint
Creates a new instance with radius radius and angle theta.
polarToCartesian(PolarPoint) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the result of converting polar to Cartesian coordinates.
polarToCartesian(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
Returns the result of converting (theta, radius) to Cartesian coordinates.
poll() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
 
POLYLINE_EDGE - Static variable in interface org.girod.jgraphml.model.EdgeType
The polyline edge type.
POLYLINE_EDGE - Static variable in interface org.girod.jgraphml.xml.XMLTags
The y:PolyLineEdge tag.
pop() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Deprecated.
PORT_CONSTRAINT - Static variable in interface org.girod.jgraphml.xml.XMLTags
The y:PortConstraint tag.
PORT_CONSTRAINTS - Static variable in class org.girod.jgraphml.model.KeyType
The type for the edge port constraint.
PORT_GEOMETRY - Static variable in class org.girod.jgraphml.model.KeyType
 
PORT_GRAPHICS - Static variable in class org.girod.jgraphml.model.KeyType
 
PortConstraints - Class in org.girod.jgraphml.model
The position constraints on an edge.
PortConstraints() - Constructor for class org.girod.jgraphml.model.PortConstraints
 
POSITION_ANY - Static variable in class org.girod.jgraphml.model.PortConstraints
The any position.
POSITION_EAST - Static variable in class org.girod.jgraphml.model.PortConstraints
The right position.
POSITION_HEAD - Static variable in interface org.girod.jgraphml.model.EdgeLabelPosition
The head position.
POSITION_NORTH - Static variable in class org.girod.jgraphml.model.PortConstraints
The bottom position.
POSITION_SOURCETAIL - Static variable in interface org.girod.jgraphml.model.EdgeLabelPosition
The source tail position.
POSITION_SOUTH - Static variable in class org.girod.jgraphml.model.PortConstraints
The top position.
POSITION_TAIL - Static variable in interface org.girod.jgraphml.model.EdgeLabelPosition
The tail position.
POSITION_TARGETTAIL - Static variable in interface org.girod.jgraphml.model.EdgeLabelPosition
The target tail position.
POSITION_UNDEF - Static variable in interface org.girod.jgraphml.model.EdgeLabelPosition
The default none position.
POSITION_WEST - Static variable in class org.girod.jgraphml.model.PortConstraints
The left position.
prerelax() - Method in interface edu.uci.ics.jung.algorithms.layout.util.Relaxer
Execute a loop of steps in the calling thread, firing no events.
prerelax() - Method in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
previousNode() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Moves the TreeWalker to the previous visible node in document order relative to the current node, and returns the new node.
previousSibling() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Moves the TreeWalker to the previous sibling of the current node, and returns the new node.
print(XMLNode, int, File) - Static method in class org.girod.jgraphml.xml.XMLNodeUtilities
Save in a File the content of an XML file under a root Node.
print(XMLNode, int, File, String) - Static method in class org.girod.jgraphml.xml.XMLNodeUtilities
Save in a File the content of an XML file under a root Node.
print(XMLNode, int, URL) - Static method in class org.girod.jgraphml.xml.XMLNodeUtilities
Save in n URL the content of an XML file under a root Node.
print(XMLNode, int) - Static method in class org.girod.jgraphml.xml.XMLNodeUtilities
Print as a String the content of an XML file under a root Node.
print(XMLNode, int, String) - Static method in class org.girod.jgraphml.xml.XMLNodeUtilities
Print as a String the content of an XML file under a root Node.
process - Variable in class edu.uci.ics.jung.algorithms.layout.util.VisRunner
 
propagateMinimumLevel(V) - Method in class edu.uci.ics.jung.algorithms.layout.DAGLayout
A recursive method for allocating the level for each vertex.
PROXY_AUTOBOUNDS_NODE - Static variable in interface org.girod.jgraphml.xml.XMLTags
The y:ProxyAutoBoundsNode tag.
put(Layout<V, E>, Point2D) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
adds the passed layout as a sublayout, also specifying the center of where this sublayout should appear
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 
Skip navigation links

Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence