A B C D E F G I J K L M N P R S T U V

G

generateParseException() - Method in class com.alexmerz.graphviz.Parser
 
generic_attributes() - Method in class com.alexmerz.graphviz.Parser
Production for generic graph/edge/node attributes edge [color=blue]
getAttribute(String) - Method in class com.alexmerz.graphviz.objects.Edge
Returns the value of an edge attribute
getAttribute(String) - Method in class com.alexmerz.graphviz.objects.Graph
Returns an attribute of the Graph or null if not found.
getAttribute(String) - Method in class com.alexmerz.graphviz.objects.Node
Returns the attribute of the node
getAttributes() - Method in class com.alexmerz.graphviz.objects.Edge
Returns all attributes of this edge
getAttributes() - Method in class com.alexmerz.graphviz.objects.Graph
Returns all attributes of the graph.
getAttributes() - Method in class com.alexmerz.graphviz.objects.Node
Returns all attributes of the edge.
getBeginColumn() - Method in class com.alexmerz.graphviz.JavaCharStream
 
getBeginLine() - Method in class com.alexmerz.graphviz.JavaCharStream
 
getColumn() - Method in class com.alexmerz.graphviz.JavaCharStream
Deprecated.  
getEdges() - Method in class com.alexmerz.graphviz.objects.Graph
Returns all edges of this graph.
getEndColumn() - Method in class com.alexmerz.graphviz.JavaCharStream
 
getEndLine() - Method in class com.alexmerz.graphviz.JavaCharStream
 
getGenericEdgeAttribute(String) - Method in class com.alexmerz.graphviz.objects.Graph
Returns a generic attribute of an edge
getGenericGraphAttribute(String) - Method in class com.alexmerz.graphviz.objects.Graph
Returns a generic attribute of the clusters in the graph
getGenericNodeAttribute(String) - Method in class com.alexmerz.graphviz.objects.Graph
Returns a generic attribute of a node
getGraphs() - Method in class com.alexmerz.graphviz.Parser
Returns the main Graphs found in the Reader stream
getId() - Method in class com.alexmerz.graphviz.objects.Graph
Returns the Id object to the Graph
getId() - Method in class com.alexmerz.graphviz.objects.Id
Returns the Id of the object Empty string means, that this object has no Id.
getId() - Method in class com.alexmerz.graphviz.objects.Node
Returns the id object for the node
GetImage() - Method in class com.alexmerz.graphviz.JavaCharStream
 
getLabel() - Method in class com.alexmerz.graphviz.objects.Id
Returns the label of the object
getLine() - Method in class com.alexmerz.graphviz.JavaCharStream
Deprecated.  
getMessage() - Method in exception com.alexmerz.graphviz.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error com.alexmerz.graphviz.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNames() - Method in class com.alexmerz.graphviz.objects.GraphAttributes
 
getNextToken() - Method in class com.alexmerz.graphviz.Parser
 
getNextToken() - Method in class com.alexmerz.graphviz.ParserTokenManager
 
getNode() - Method in class com.alexmerz.graphviz.objects.PortNode
Returns the node
getNodes(boolean) - Method in class com.alexmerz.graphviz.objects.Graph
Returns all Nodes of the graph.
getPort() - Method in class com.alexmerz.graphviz.objects.PortNode
Returns the port of the node
getSource() - Method in class com.alexmerz.graphviz.objects.Edge
Returns the source node of the edge
getSubgraphs() - Method in class com.alexmerz.graphviz.objects.Graph
Returns a list of all sub graphs.
GetSuffix(int) - Method in class com.alexmerz.graphviz.JavaCharStream
 
getTarget() - Method in class com.alexmerz.graphviz.objects.Edge
Returns the target node of the edge
getToken(int) - Method in class com.alexmerz.graphviz.Parser
 
getType() - Method in class com.alexmerz.graphviz.objects.Edge
Returns the type of the edge.
getType() - Method in class com.alexmerz.graphviz.objects.Graph
Returns the type of the graph
Graph - Class in com.alexmerz.graphviz.objects
This class represents a graph.
Graph() - Constructor for class com.alexmerz.graphviz.objects.Graph
 
graph(ArrayList<Graph>) - Method in class com.alexmerz.graphviz.Parser
Production for a single graph
GRAPH - Static variable in interface com.alexmerz.graphviz.ParserConstants
 
graph_attrib_assign() - Method in class com.alexmerz.graphviz.Parser
Production for graph layout attributes (label="test")
GraphAttributes - Class in com.alexmerz.graphviz.objects
This class will be used in the future to validate graph attributes.
GraphAttributes() - Constructor for class com.alexmerz.graphviz.objects.GraphAttributes
 
graphs(ArrayList<Graph>) - Method in class com.alexmerz.graphviz.Parser
Production for all graph definitions in the stream
GraphvizTokenMgrError - Class in com.alexmerz.graphviz
Error helper class to create nicer lexer/parser messages
GraphvizTokenMgrError() - Constructor for class com.alexmerz.graphviz.GraphvizTokenMgrError
 
gvv - Class in com.alexmerz.graphviz.cli
Main application class to view a flat dump of the Graph datastructure in a Graphviz document
gvv() - Constructor for class com.alexmerz.graphviz.cli.gvv
 

A B C D E F G I J K L M N P R S T U V