Graphics2D Actor API
A B C D E F G H I J K L M N O P Q R S T U V W Z _

P

PACKAGE - Static variable in class g2d.graph.java_cup.sym
 
package_name - Static variable in class g2d.graph.java_cup.emit
Package that the resulting code goes into (null is used for unnamed).
paint(Graphics2D) - Method in class g2d.closure.ClosureGlyph
 
paint(Graphics2D) - Method in class g2d.glyph.AnimatedGlyph
 
paint(Graphics2D) - Method in class g2d.glyph.Glyph
 
paint(Graphics2D) - Method in class g2d.glyph.Glyphish
 
paint(Graphics2D, Rectangle2D) - Method in class g2d.glyph.Glyphish
 
paint(Graphics2D) - Method in class g2d.glyph.GlyphList
 
paint(Graphics2D) - Method in class g2d.glyph.ImageGlyph
 
paint(Graphics2D) - Method in class g2d.glyph.TextGlyph
 
paint(Graphics2D) - Method in class g2d.graph.GraphItem
 
paint(Graphics2D, Rectangle2D) - Method in class g2d.graph.IOPGraph
Overrides the method in the Glyphish hierarchy.
paint(Graphics2D) - Method in class g2d.graph.IOPNode
 
paint(Graphics2D, Rectangle2D) - Method in class g2d.graph.Manifold
One of the optimimized methods, paints only those charts that intersect with the given rectangle.
paint(Graphics) - Method in class g2d.util.ImageJFrame
 
paintComponent(Graphics) - Method in class g2d.swing.IOPComponent
 
paintIcon(Component, Graphics, int, int) - Method in class g2d.mwa.WindowTreeIcon
 
parse() - Method in class g2d.graph.java_cup.runtime.lr_parser
This method provides the main parsing routine.
parse_action - Class in g2d.graph.java_cup
This class serves as the base class for entries in a parse action table.
parse_action() - Constructor for class g2d.graph.java_cup.parse_action
Simple constructor.
parse_action_row - Class in g2d.graph.java_cup
This class represents one row (corresponding to one machine state) of the parse action table.
parse_action_row() - Constructor for class g2d.graph.java_cup.parse_action_row
Simple constructor.
parse_action_table - Class in g2d.graph.java_cup
This class represents the complete "action" table of the parser.
parse_action_table() - Constructor for class g2d.graph.java_cup.parse_action_table
Simple constructor.
parse_args(String[]) - Static method in class g2d.graph.java_cup.Main
Parse command line options and arguments to set various user-option flags and variables.
parse_end - Static variable in class g2d.graph.java_cup.Main
Timing data -- when did we end parsing
parse_grammar_spec() - Static method in class g2d.graph.java_cup.Main
Parse the grammar specification from standard input.
parse_lookahead(boolean) - Method in class g2d.graph.java_cup.runtime.lr_parser
Parse forward using stored lookahead Symbols.
parse_reduce_row - Class in g2d.graph.java_cup
This class represents one row (corresponding to one machine state) of the reduce-goto parse table.
parse_reduce_row() - Constructor for class g2d.graph.java_cup.parse_reduce_row
Simple constructor.
parse_reduce_table - Class in g2d.graph.java_cup
This class represents the complete "reduce-goto" table of the parser.
parse_reduce_table() - Constructor for class g2d.graph.java_cup.parse_reduce_table
Simple constructor.
parse_state - Variable in class g2d.graph.java_cup.runtime.Symbol
The parse state to be recorded on the parse stack with this symbol.
ParseError - Exception in g2d.jlambda
The Parser stuff from yore.
parser(PrintWriter, parse_action_table, parse_reduce_table, int, production, boolean, boolean) - Static method in class g2d.graph.java_cup.emit
Emit the parser subclass with embedded tables.
parser - Class in g2d.graph.java_cup
CUP v0.10k generated parser.
parser() - Constructor for class g2d.graph.java_cup.parser
Default constructor.
parser(Scanner) - Constructor for class g2d.graph.java_cup.parser
Constructor which sets the default scanner.
PARSER - Static variable in class g2d.graph.java_cup.sym
 
parser - Class in g2d.graph
CUP v0.10k generated parser.
parser() - Constructor for class g2d.graph.parser
Default constructor.
parser(Scanner) - Constructor for class g2d.graph.parser
Constructor which sets the default scanner.
parser_class_file - Static variable in class g2d.graph.java_cup.Main
Output file for the parser class.
parser_class_name - Static variable in class g2d.graph.java_cup.emit
Name of the generated parser class.
parser_code - Static variable in class g2d.graph.java_cup.emit
User declarations for direct inclusion in parser class.
parser_time - Static variable in class g2d.graph.java_cup.emit
Time to produce parser class.
PERCENT_PREC - Static variable in class g2d.graph.java_cup.sym
 
plural(int) - Static method in class g2d.graph.java_cup.Main
Helper routine to optionally return a plural or non-plural ending.
PNG - Static variable in class g2d.graph.Dot
Indicates that the output from the dot query should be in png format.
pointsToInches(double) - Static method in class g2d.swing.IOPConstants
 
pop() - Method in class g2d.graph.java_cup.runtime.virtual_parse_stack
Pop the stack.
popupMenuCanceled(PopupMenuEvent) - Method in class g2d.graph.EdgeDialog
 
popupMenuCanceled(PopupMenuEvent) - Method in class g2d.graph.NodeDialog
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class g2d.graph.EdgeDialog
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class g2d.graph.NodeDialog
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class g2d.graph.EdgeDialog
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class g2d.graph.NodeDialog
 
pre(String) - Static method in class g2d.graph.java_cup.emit
Build a string with the standard prefix.
PRECEDENCE - Static variable in class g2d.graph.java_cup.sym
 
precedence_num() - Method in class g2d.graph.java_cup.production
Access to the precedence of the rule
precedence_num() - Method in class g2d.graph.java_cup.terminal
get the precedence of a terminal
precedence_side() - Method in class g2d.graph.java_cup.production
 
precedence_side() - Method in class g2d.graph.java_cup.terminal
 
prefix - Static variable in class g2d.graph.java_cup.emit
The prefix placed on names that pollute someone else's name space.
prelim_end - Static variable in class g2d.graph.java_cup.Main
Timing data -- when did we end preliminaries
PrimitiveData - Class in g2d.jlambda
A wrapper for the (wrappers) of primitive data.
PrimitiveData(Object) - Constructor for class g2d.jlambda.PrimitiveData
 
print_progress - Static variable in class g2d.graph.java_cup.Main
User option -- do we print progress messages.
printAdjacencyList() - Method in class g2d.graph.IOPGraph
Prints, to the error stream, the adjacency list.
printDefinitions() - Static method in class g2d.jlambda.Evaluate
 
printHashMap(HashMap) - Static method in class g2d.jlambda.Evaluate
 
printUIDs() - Static method in class g2d.jlambda.Evaluate
 
production - Class in g2d.graph.java_cup
This class represents a production in the grammar.
production(non_terminal, production_part[], int, String) - Constructor for class g2d.graph.java_cup.production
Full constructor.
production(non_terminal, production_part[], int) - Constructor for class g2d.graph.java_cup.production
Constructor with no action string.
production(non_terminal, production_part[], int, String, int, int) - Constructor for class g2d.graph.java_cup.production
 
production(non_terminal, production_part[], int, int, int) - Constructor for class g2d.graph.java_cup.production
 
production_part - Class in g2d.graph.java_cup
This class represents one part (either a symbol or an action) of a production.
production_part(String) - Constructor for class g2d.graph.java_cup.production_part
Simple constructor.
production_tab - Variable in class g2d.graph.java_cup.runtime.lr_parser
Direct reference to the production table.
production_table() - Method in class g2d.graph.java_cup.parser
Access to production table.
production_table() - Method in class g2d.graph.java_cup.runtime.lr_parser
Table of production information (supplied by generated subclass).
production_table() - Method in class g2d.graph.parser
Access to production table.
production_table_time - Static variable in class g2d.graph.java_cup.emit
Time to produce the production table.
productions() - Method in class g2d.graph.java_cup.non_terminal
Access to productions with this non terminal on the LHS.
program_name - Static variable in class g2d.graph.java_cup.version
The command name normally used to invoke this program
propagate_all_lookaheads() - Static method in class g2d.graph.java_cup.lalr_state
Propagate lookahead sets through the constructed viable prefix recognizer.
propagate_items() - Method in class g2d.graph.java_cup.lalr_item
Links to items that the lookahead needs to be propagated to
propagate_lookaheads(terminal_set) - Method in class g2d.graph.java_cup.lalr_item
Propagate incoming lookaheads through this item to others need to be changed.
propagate_lookaheads() - Method in class g2d.graph.java_cup.lalr_state
Propagate lookahead sets out of this state.
PS - Static variable in class g2d.graph.Dot
Indicates that the output from the dot query should be in postscript format.
PS2 - Static variable in class g2d.graph.Dot
Indicates that the output from the dot query should be in ps2 format.
push(int) - Method in class g2d.graph.java_cup.runtime.virtual_parse_stack
Push a state number onto the stack.
putValue(String, Object) - Method in class g2d.closure.ClosureAction
 

Graphics2D Actor API
A B C D E F G H I J K L M N O P Q R S T U V W Z _