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.
packer - Variable in class org.graphstream.stream.netstream.NetStreamSender
 
packMessage(ByteBuffer, int, int) - Method in class org.graphstream.stream.netstream.NetStreamSender.DefaultPacker
 
packMessage(ByteBuffer, int, int) - Method in class org.graphstream.stream.netstream.packing.Base64Packer
 
packMessage(ByteBuffer, int, int) - Method in class org.graphstream.stream.netstream.packing.NetStreamPacker
Pack the given ByteBuffer from startIndex to endIdex
packMessage(ByteBuffer) - Method in class org.graphstream.stream.netstream.packing.NetStreamPacker
Pack the given ByteBuffer form its position to its capacity.
packMessageSize(int) - Method in class org.graphstream.stream.netstream.NetStreamSender.DefaultPacker
 
packMessageSize(int) - Method in class org.graphstream.stream.netstream.packing.Base64Packer
 
packMessageSize(int) - Method in class org.graphstream.stream.netstream.packing.NetStreamPacker
 
pajek - Variable in class org.graphstream.stream.file.pajek.PajekContext
 
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.
PajekParser.JJCalls - Class in org.graphstream.stream.file.pajek
 
PajekParser.JJCalls() - Constructor for class org.graphstream.stream.file.pajek.PajekParser.JJCalls
 
PajekParser.LookaheadSuccess - Error in org.graphstream.stream.file.pajek
 
PajekParser.LookaheadSuccess() - Constructor for error org.graphstream.stream.file.pajek.PajekParser.LookaheadSuccess
 
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.
parameters - Variable in class org.graphstream.util.Environment
Set of parameters.
parent - Variable in class org.graphstream.graph.DepthFirstIterator
 
parse(String) - Method in class org.graphstream.util.time.ISODateIO
Parse a string which should be in the scanner format.
parseAttributeFormat(ArrayList<FileSourceDGS1And2.AttributeFormat>) - Method in class org.graphstream.stream.file.FileSourceDGS1And2
 
parseError(String) - Method in class org.graphstream.stream.file.FileSourceBase
Generate a parse error.
parseException(String, Object...) - Method in class org.graphstream.stream.file.dgs.DGSParser
 
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.
parser - Variable in class org.graphstream.stream.file.FileSourceGEXF
The GEXF parser.
parser - Variable in class org.graphstream.stream.file.FileSourceGPX
Parser used by this source.
parser - Variable in class org.graphstream.stream.file.FileSourceParser
Parser opened by a call to FileSourceParser.begin(Reader).
Parser - Interface in org.graphstream.util.parser
 
ParserFactory - Interface in org.graphstream.util.parser
Factory to create parser.
Path - Class in org.graphstream.graph
Path description.
Path() - Constructor for class org.graphstream.graph.Path
New empty path.
pattern - Variable in class org.graphstream.util.time.ISODateIO
The regular expression builds from the components.
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.
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
 
play(long, long) - Method in class org.graphstream.stream.Timeline
 
playAll() - 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
 
poll() - Method in class org.graphstream.stream.netstream.NetStreamReceiver
Wait until one or several chunks of message are acceptable.
popCluster() - Method in class org.graphstream.stream.file.tlp.TLPParser
 
popEdge() - Method in class org.graphstream.graph.Path
This methods pops the 2 stacks (edgePath and nodePath) and returns the removed edge.
popNode() - Method in class org.graphstream.graph.Path
This methods pops the 2 stacks (edgePath and nodePath) and returns the removed node.
popTokenizer() - Method in class org.graphstream.stream.file.FileSourceBase
Remove the current tokenizer from the stack and restore the previous one (if any).
port() - Method in class org.graphstream.stream.file.dot.DOTParser
 
port - Variable in class org.graphstream.stream.file.FileSourceGraphML.EndPoint
 
port - Variable in class org.graphstream.stream.netstream.NetStreamReceiver
the port listened to.
port - Variable in class org.graphstream.stream.netstream.NetStreamSender
 
ports - Variable in class org.graphstream.stream.file.FileSourceGraphML.Port
 
pos - Variable in class org.graphstream.stream.netstream.NetStreamReceiver.IncomingBuffer
Position inside beg and end past the last byte read.
position - Variable in class org.graphstream.stream.file.FileSinkSWF
 
position - Variable in class org.graphstream.stream.file.gml.Graphics
 
position - Variable in class org.graphstream.stream.netstream.packing.Base64.InputStream
 
position - Variable in class org.graphstream.stream.netstream.packing.Base64.OutputStream
 
post(ThreadProxyPipe.GraphEvents, Object...) - Method in class org.graphstream.stream.thread.ThreadProxyPipe
 
PREFERRED_ENCODING - Static variable in class org.graphstream.stream.netstream.packing.Base64
Preferred encoding.
prefix - Variable in class org.graphstream.util.VerboseSink
 
prevCharIsCR - Variable in class org.graphstream.util.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.graphstream.util.parser.SimpleCharStream
 
print(String, Object...) - Method in class org.graphstream.stream.file.FileSinkGraphML
 
print() - Method in class org.graphstream.stream.file.gml.KeyValues
 
print(VerboseSink.EventType, VerboseSink.Args) - Method in class org.graphstream.util.VerboseSink
 
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.
priority - Variable in class org.graphstream.stream.Timeline.Event
 
processMessage(ThreadProxyPipe.GraphEvents, Object[]) - Method in class org.graphstream.stream.thread.ThreadProxyPipe
 
processMessage(String, Object[]) - Method in class org.graphstream.stream.thread.ThreadProxyPipeOld
Deprecated.
 
property() - Method in class org.graphstream.stream.file.tlp.TLPParser
 
PROPERTY - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
RegularExpression Id.
ProxyPipe - Interface in org.graphstream.stream
Proxy pipe.
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.stream.thread.ThreadProxyPipeOld
Deprecated.
This method must be called regularly in the output thread to check if the input source sent events.
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).
push(XMLStreamWriter, Element, String) - Method in class org.graphstream.stream.file.FileSinkGEXF.GEXFAttributeMap
 
pushback - Variable in class org.graphstream.stream.file.dgs.DGSParser
 
pushback(int) - Method in class org.graphstream.stream.file.dgs.DGSParser
 
pushBack() - Method in class org.graphstream.stream.file.FileSourceBase
Push back the last read thing, so that it can be read anew.
pushback(XMLEvent) - Method in class org.graphstream.stream.file.FileSourceGraphML
 
pushback(XMLEvent) - Method in class org.graphstream.stream.file.FileSourceXML
Pushback an event in the stream.
pushbackOffset - Variable in class org.graphstream.stream.file.dgs.DGSParser
 
pushCluster(int, String) - Method in class org.graphstream.stream.file.tlp.TLPParser
 
pushTokenizer(String) - Method in class org.graphstream.stream.file.FileSourceBase
Push a tokenizer created from a file name on the file stack and make it current.
pushTokenizer(URL) - Method in class org.graphstream.stream.file.FileSourceBase
Push a tokenizer created from a stream on the file stack and make it current.
pushTokenizer(InputStream) - Method in class org.graphstream.stream.file.FileSourceBase
Push a tokenizer created from a stream on the file stack and make it current.
pushTokenizer(InputStream, String) - Method in class org.graphstream.stream.file.FileSourceBase
Push a tokenizer created from a stream on the file stack and make it current.
pushTokenizer(Reader) - Method in class org.graphstream.stream.file.FileSourceBase
Push a tokenizer created from a reader on the file stack and make it current.
putVarint(ByteBuffer, long, int) - Method in class org.graphstream.stream.netstream.NetStreamSender
 
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 _