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 Z 

P

P - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
PADDING - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
paddingXgu() - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
 
paddingXpx() - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
 
paddingYgu() - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
 
paddingYpx() - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
 
PajekContext - Class in org.graphstream.stream.file.pajek
 
PajekContext(FileSourcePajek) - Constructor for class org.graphstream.stream.file.pajek.PajekContext
 
PajekParser - Class in org.graphstream.stream.file.pajek
 
PajekParser(FileSourcePajek, InputStream) - Constructor for class org.graphstream.stream.file.pajek.PajekParser
 
PajekParser(FileSourcePajek, Reader) - Constructor for class org.graphstream.stream.file.pajek.PajekParser
 
PajekParser(InputStream) - Constructor for class org.graphstream.stream.file.pajek.PajekParser
Constructor with InputStream.
PajekParser(InputStream, String) - Constructor for class org.graphstream.stream.file.pajek.PajekParser
Constructor with InputStream and supplied encoding
PajekParser(Reader) - Constructor for class org.graphstream.stream.file.pajek.PajekParser
Constructor.
PajekParser(PajekParserTokenManager) - Constructor for class org.graphstream.stream.file.pajek.PajekParser
Constructor with generated Token Manager.
PajekParserConstants - Interface in org.graphstream.stream.file.pajek
Token literal values and constants.
PajekParserTokenManager - Class in org.graphstream.stream.file.pajek
Token Manager.
PajekParserTokenManager(SimpleCharStream) - Constructor for class org.graphstream.stream.file.pajek.PajekParserTokenManager
Constructor.
PajekParserTokenManager(SimpleCharStream, int) - Constructor for class org.graphstream.stream.file.pajek.PajekParserTokenManager
Constructor.
PANEL - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
parse(String) - Method in class org.graphstream.util.time.ISODateIO
Parse a string which should be in the scanner format.
ParseException - Exception in org.graphstream.util.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.graphstream.util.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.graphstream.util.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.graphstream.util.parser.ParseException
Constructor with message.
parseFromFile(String) - Method in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
Parse a style sheet from a file.
parseFromString(String) - Method in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
Parse a style sheet from a string.
parseFromURL(String) - Method in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
Parse a style sheet from an URL.
Parser - Interface in org.graphstream.util.parser
 
ParserFactory - Interface in org.graphstream.util.parser
Factory to create parser.
parseStyleFromString(Selector, String) - Method in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
Parse only one style, create a rule with the given selector, and add this rule.
particleAdded(Object, double, double, double, Object) - Method in class org.graphstream.ui.layout.springbox.BarnesHutLayout
 
particleAdded(Object, double, double, double) - Method in class org.graphstream.ui.layout.springbox.BarnesHutLayout
 
particleAttributeChanged(Object, String, Object, boolean) - Method in class org.graphstream.ui.layout.springbox.BarnesHutLayout
 
particleMarked(Object, Object) - Method in class org.graphstream.ui.layout.springbox.BarnesHutLayout
 
particleMoved(Object, double, double, double) - Method in class org.graphstream.ui.layout.springbox.BarnesHutLayout
 
particleRemoved(Object) - Method in class org.graphstream.ui.layout.springbox.BarnesHutLayout
 
Path - Class in org.graphstream.graph
Path description.
Path() - Constructor for class org.graphstream.graph.Path
New empty path.
peekEdge() - Method in class org.graphstream.graph.Path
Looks at the edge at the top of the stack without removing it from the stack.
peekNode() - Method in class org.graphstream.graph.Path
Looks at the node at the top of the stack without removing it from the stack.
PERCENT - Static variable in class org.graphstream.util.time.ISODateComponent
 
PHI - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
PIECHART - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
pink - Static variable in class org.graphstream.ui.graphicGraph.stylesheet.Color
 
PINK - Static variable in class org.graphstream.ui.graphicGraph.stylesheet.Color
 
Pipe - Interface in org.graphstream.stream
Sink and source of graph events.
PipeAdapter - Class in org.graphstream.stream
Adapter for the filter interface.
PipeAdapter() - Constructor for class org.graphstream.stream.PipeAdapter
 
PipeBase - Class in org.graphstream.stream
A base pipe that merely let all events pass.
PipeBase() - Constructor for class org.graphstream.stream.PipeBase
 
PLAIN - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
play(double, double) - Method in class org.graphstream.stream.Timeline
 
play(double, double, Sink) - Method in class org.graphstream.stream.Timeline
 
play() - Method in class org.graphstream.stream.Timeline
 
play(Sink) - Method in class org.graphstream.stream.Timeline
 
playback() - Method in class org.graphstream.stream.Timeline
 
playback(Sink) - Method in class org.graphstream.stream.Timeline
 
Point2 - Class in org.graphstream.ui.geom
2D point.
Point2() - Constructor for class org.graphstream.ui.geom.Point2
New 2D point at (0,0).
Point2(double, double) - Constructor for class org.graphstream.ui.geom.Point2
New 2D point at (x,y).
Point2(Point2) - Constructor for class org.graphstream.ui.geom.Point2
New copy of other.
Point3 - Class in org.graphstream.ui.geom
3D point.
Point3() - Constructor for class org.graphstream.ui.geom.Point3
New 3D point at(0,0,0).
Point3(double, double) - Constructor for class org.graphstream.ui.geom.Point3
New 3D point at (x,y,0).
Point3(double, double, double) - Constructor for class org.graphstream.ui.geom.Point3
New 3D point at(x,y,z).
Point3(Point3) - Constructor for class org.graphstream.ui.geom.Point3
New copy of other.
Point3(Vector3) - Constructor for class org.graphstream.ui.geom.Point3
 
Point3(float[]) - Constructor for class org.graphstream.ui.geom.Point3
 
Point3(double[]) - Constructor for class org.graphstream.ui.geom.Point3
 
Point3(int, float[]) - Constructor for class org.graphstream.ui.geom.Point3
 
Point3(int, double[]) - Constructor for class org.graphstream.ui.geom.Point3
 
pointOnShape(double) - Method in interface org.graphstream.ui.view.camera.ConnectorSkeleton
Compute a point at the given percent on the shape and return it.
pointOnShape(double, Point3) - Method in interface org.graphstream.ui.view.camera.ConnectorSkeleton
Compute a point at a given percent on the shape and store it in the target, also returning it.
pointOnShapeAndPerpendicular(double, double) - Method in interface org.graphstream.ui.view.camera.ConnectorSkeleton
Compute a point at a given percent on the shape and push it from the shape perpendicular to it at a given distance in GU.
pointOnShapeAndPerpendicular(double, double, Point3) - Method in interface org.graphstream.ui.view.camera.ConnectorSkeleton
Compute a point at a given percent on the shape and push it from the shape perpendicular to it at a given distance in GU.
poll() - Method in class org.graphstream.stream.binary.ByteProxy
Same as calling ByteProxy.poll(boolean) with blocking flag set to true.
poll(boolean) - Method in class org.graphstream.stream.binary.ByteProxy
Wait until one or several chunks of message are acceptable.
POLYGON - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
POLYLINE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
POLYLINESCALED - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
popEdge() - Method in class org.graphstream.graph.Path
This methods pops the 2 stacks (edgePath and nodePath) and returns the removed edge.
popElementAsDynamic(Element) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Remove the given element from the subset of elements having dynamic style attribute values.
popEvent(String) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet.EventSet
Remove an event from the set.
popEvent(String) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Pop a global event from the event set.
popEventFor(Element, String) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Pop an event specifically for a given element.
popNode() - Method in class org.graphstream.graph.Path
This methods pops the 2 stacks (edgePath and nodePath) and returns the removed node.
popTransform() - Method in interface org.graphstream.ui.view.camera.Backend
Pop the actual transformation of the matrix stack, restoring the previous one in the stack.
popView() - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
Restore the transform that was used before #pushView() is used.
port - Variable in class org.graphstream.stream.binary.ByteProxy
The port listened or connected to.
position - Variable in class org.graphstream.ui.graphicGraph.GraphicSprite
Sprite position.
positionFromObject(Object, double[]) - Static method in class org.graphstream.ui.graphicGraph.GraphPosLengthUtils
Try to convert an object to a position.
positionFromObject(Object, Point3) - Static method in class org.graphstream.ui.graphicGraph.GraphPosLengthUtils
Try to convert an object to a position.
positionned - Variable in class org.graphstream.ui.graphicGraph.GraphicNode
 
positionPixelToGu(int, int) - Method in class org.graphstream.ui.view.util.GraphMetrics
 
previous() - Method in class org.graphstream.stream.Timeline
 
printConnectivity() - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
Display the node/edge relations.
printParameters(PrintStream) - Method in class org.graphstream.util.Environment
Print all parameters to the given stream.
printParameters() - Method in class org.graphstream.util.Environment
Print all parameters the stdout.
PROJECTION - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
PROPERTY - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
RegularExpression Id.
ProxyPipe - Interface in org.graphstream.stream
Proxy pipe.
pseudoClass - Variable in class org.graphstream.ui.graphicGraph.stylesheet.Selector
If the selector also specify a pseudo class.
PTYPE - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
RegularExpression Id.
pump() - Method in interface org.graphstream.stream.ProxyPipe
Check if some events are pending and dispatch them to the registered outputs.
pump() - Method in class org.graphstream.stream.thread.ThreadProxyPipe
This method must be called regularly in the output thread to check if the input source sent events.
pump() - Method in class org.graphstream.ui.view.ViewerPipe
 
push(Node, Edge) - Method in class org.graphstream.graph.Path
A synonym for Path.add(Edge).
push(Edge) - Method in class org.graphstream.graph.Path
A synonym for Path.add(Edge).
pushElementAsDynamic(Element) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Specify the given element has dynamic style attribute values.
pushEvent(String) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet.EventSet
Add an event to the set.
pushEvent(String) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Push a global event on the event stack.
pushEventFor(Element, String) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Push an event specifically for a given element.
pushTransform() - Method in interface org.graphstream.ui.view.camera.Backend
Push the actual transformation on the matrix stack, installing a copy of it on the top of the stack.
pushView(GraphicGraph) - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
Set the camera view in the given graphics and backup the previous transform of the graphics.
putVarint(ByteBuffer, long, int) - Static method in class org.graphstream.stream.netstream.NetStreamUtils
 
px1 - Variable in class org.graphstream.ui.view.util.GraphMetrics
The length for one pixel, according to the current transformation.
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 
Skip navigation links