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 _

C

caar() - Method in class g2d.jlambda.List
The car of the car of this list.
caddr() - Method in class g2d.jlambda.List
The car of the cdr of the cdr.
cadr() - Method in class g2d.jlambda.List
The car of the cdr of this list.
calc_lookahead(terminal_set) - Method in class g2d.graph.java_cup.lalr_item
Calculate lookahead representing symbols that could appear after the symbol that the dot is currently in front of.
car - Variable in class g2d.jlambda.List
The car of this List, and arbitrary Object.
car() - Method in class g2d.jlambda.List
The ubiquitous Lisp/Scheme car accessor.
cdar() - Method in class g2d.jlambda.List
The cdr of the car of this list.
cddr() - Method in class g2d.jlambda.List
The cdr of the cdr of this list.
cdr - Variable in class g2d.jlambda.List
The cdr, or rest, of this list.
cdr() - Method in class g2d.jlambda.List
The ubiquitous Lisp/Scheme cdr accessor.
centerOn(Glyphish) - Method in class g2d.swing.IOPComponent
Deprecated. use IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead
centerOn(Rectangle2D) - Method in class g2d.swing.IOPComponent
Center component on given rectangle.
centerOn(Glyphish) - Method in class g2d.swing.IOPView
Deprecated. use combination of IOPView.getIOPComponent() and IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead
centerOn(Rectangle2D) - Method in class g2d.swing.IOPView
Deprecated. use combination of IOPView.getIOPComponent() and IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead
char_symbols - Static variable in class g2d.graph.java_cup.lexer
Table of single character symbols.
CHART_H - Static variable in class g2d.graph.Manifold
The default chart height.
CHART_W - Static variable in class g2d.graph.Manifold
The default chart width.
charValue - Variable in class g2d.util.Variable
 
check_end - Static variable in class g2d.graph.java_cup.Main
Timing data -- when did we end checking
check_first_set() - Method in class g2d.graph.java_cup.production
Update (and return) the first set based on current NT firsts.
check_nullable() - Method in class g2d.graph.java_cup.production
Check to see if the production (now) appears to be nullable.
check_reductions() - Method in class g2d.graph.java_cup.parse_action_table
Check the table to ensure that all productions have been reduced.
check_unused() - Static method in class g2d.graph.java_cup.Main
Check for unused symbols.
checkSize() - Method in class g2d.swing.IOPComponent
 
checkSize() - Method in class g2d.swing.IOPView
 
chooseFile(Component) - Static method in class g2d.util.IO
 
chooseFile(Component, String) - Static method in class g2d.util.IO
 
ClassLookupCont - Class in g2d.jlambda
 
ClassLookupCont() - Constructor for class g2d.jlambda.ClassLookupCont
 
clear() - Method in class g2d.glyph.GlyphList
 
clear() - Method in class g2d.graph.IOPGraph
Resets the graph to be empty.
clearOutput() - Method in class g2d.swing.IOPView
Clear output area (if output set).
clist(Object) - Static method in class g2d.jlambda.Code
 
clist(Object, Object) - Static method in class g2d.jlambda.Code
 
clist(Object, Object, Object) - Static method in class g2d.jlambda.Code
 
cloneFromGraph(IOPGraph) - Method in class g2d.graph.IOPGraph
Clone nodes and edges in this graph from given graph.
close() - Method in interface g2d.mwa.ControlListener
Called when MWAControl wants to shut-down.
close() - Method in class g2d.mwa.MWAFrame
 
close_files() - Static method in class g2d.graph.java_cup.Main
Close various files used by the system.
closeAll() - Method in class g2d.mwa.MWAControl
Advise all controlled frames to close (will exit the JVM because of side effect in MWAControl.removeControlListener(g2d.mwa.ControlListener)).
Closure - Class in g2d.jlambda
This class corresponds to a Lisp or Scheme style closure.
Closure(int, Object, Environment, Continuation) - Constructor for class g2d.jlambda.Closure
Constructs a Closure object.
ClosureAbstractAction - Class in g2d.closure
A class that allows the dynamic creation of instances of AbstractAction.
ClosureAbstractAction(Closure) - Constructor for class g2d.closure.ClosureAbstractAction
Constructs a ClosureAbstractAction object.
ClosureAction - Class in g2d.closure
An experimental class.
ClosureAction(Closure) - Constructor for class g2d.closure.ClosureAction
Constructs a ClosureAction object.
ClosureActionListener - Class in g2d.closure
For dynamically configuring an ActionListener.
ClosureActionListener(Closure) - Constructor for class g2d.closure.ClosureActionListener
Specifies the closure to be used to handle the given action event.
ClosureComparator - Class in g2d.closure
For dynamically creating comparators.
ClosureComparator(Closure) - Constructor for class g2d.closure.ClosureComparator
Constructs a ClosureComparator object.
ClosureComponentListener - Class in g2d.closure
Invoking a closure when listening to component changes.
ClosureComponentListener() - Constructor for class g2d.closure.ClosureComponentListener
 
ClosureGlyph - Class in g2d.closure
This class allows for the dynamic creation of glyphish objects, Glyphish.
ClosureGlyph() - Constructor for class g2d.closure.ClosureGlyph
 
ClosureItemListener - Class in g2d.closure
Invoking a closure when listening to a selectable item.
ClosureItemListener(Closure) - Constructor for class g2d.closure.ClosureItemListener
Constructs a ClosureItemListener object.
ClosureMouseListener - Class in g2d.closure
For dynamically configuring an MouseListener.
ClosureMouseListener() - Constructor for class g2d.closure.ClosureMouseListener
 
ClosureMouseMotionListener - Class in g2d.closure
For dynamically configuring an MouseMotionListener.
ClosureMouseMotionListener() - Constructor for class g2d.closure.ClosureMouseMotionListener
 
ClosureThread - Class in g2d.closure
For dynamically creating threads, Thread.
ClosureThread(Closure) - Constructor for class g2d.closure.ClosureThread
Constructs a ClosureThread object.
ClosureWindowListener - Class in g2d.closure
For dynamically configuring an WindowListener.
ClosureWindowListener() - Constructor for class g2d.closure.ClosureWindowListener
 
ClosureZoomListener - Class in g2d.closure
Implements ZoomListener interface as a JLambda closure.
ClosureZoomListener() - Constructor for class g2d.closure.ClosureZoomListener
 
CODE - Static variable in class g2d.graph.java_cup.sym
 
Code - Class in g2d.jlambda
This class represents a specialization of List for code that gets loaded in from a file, or simply parsed from a String, in either case it will have a line number associated with it.
Code() - Constructor for class g2d.jlambda.Code
 
Code(int, String) - Constructor for class g2d.jlambda.Code
 
Code(Object, Code) - Constructor for class g2d.jlambda.Code
 
code_string() - Method in class g2d.graph.java_cup.action_part
String containing code for the action in question.
CODE_STRING - Static variable in class g2d.graph.java_cup.sym
 
COLON - Static variable in class g2d.graph.java_cup.sym
 
COLON_COLON_EQUALS - Static variable in class g2d.graph.java_cup.sym
 
colorToDotHSB(Color) - Static method in class g2d.graph.Dot
Converts a Java Color instance into a dot comprehensible string.
COLUMN - Static variable in class g2d.graph.Manifold
Just for code reduction -- used to indicate we are processing columns.
COMMA - Static variable in class g2d.graph.java_cup.sym
 
COMMA - Static variable in class g2d.graph.sym
 
COMMAND - Static variable in class g2d.util.ActorMsg
 
COMMENT - Static variable in class g2d.swing.IOPConstants
 
compare(Object, Object) - Method in class g2d.closure.ClosureComparator
 
compareTo(Object) - Method in class g2d.mwa.MWAFrame
 
componentHidden(ComponentEvent) - Method in class g2d.closure.ClosureComponentListener
 
componentHidden(ComponentEvent) - Method in class g2d.mwa.MWAFrame
 
componentMoved(ComponentEvent) - Method in class g2d.closure.ClosureComponentListener
 
componentMoved(ComponentEvent) - Method in class g2d.mwa.MWAFrame
 
componentResized(ComponentEvent) - Method in class g2d.closure.ClosureComponentListener
 
componentResized(ComponentEvent) - Method in class g2d.mwa.MWAFrame
 
componentShown(ComponentEvent) - Method in class g2d.closure.ClosureComponentListener
 
componentShown(ComponentEvent) - Method in class g2d.mwa.MWAFrame
 
compute_closure() - Method in class g2d.graph.java_cup.lalr_item_set
Compute the closure of the set using the LALR closure rules.
compute_default() - Method in class g2d.graph.java_cup.parse_action_row
Compute the default (reduce) action for this row and store it in default_reduce.
compute_first_sets() - Static method in class g2d.graph.java_cup.non_terminal
Compute first sets for all non-terminals.
compute_nullability() - Static method in class g2d.graph.java_cup.non_terminal
Compute nullability of all non-terminals.
configure(Component) - Method in class g2d.swing.IOPInfoDialog
 
cont(State) - Method in class g2d.jlambda.ClassLookupCont
 
contains(Glyphish) - Method in class g2d.glyph.GlyphList
Obtain whether this list contains given glyphish thing.
contains(lalr_item) - Method in class g2d.graph.java_cup.lalr_item_set
Does the set contain a particular item?
contains(symbol) - Method in class g2d.graph.java_cup.symbol_set
Determine if the set contains a particular symbol.
contains(terminal) - Method in class g2d.graph.java_cup.terminal_set
Determine if the set contains a particular terminal.
contains(int) - Method in class g2d.graph.java_cup.terminal_set
Given its index determine if the set contains a particular terminal.
ControlListener - Interface in g2d.mwa
An MWAFrame that wants to receive control updates must implement this interface.
core_equals(lr_item_core) - Method in class g2d.graph.java_cup.lr_item_core
Equality comparison for the core only.
core_hashCode() - Method in class g2d.graph.java_cup.lr_item_core
Hash code for the core (separated so we keep non overridden version).
crash() - Method in exception g2d.graph.java_cup.internal_error
Method called to do a forced error exit on an internal error for cases when we can't actually throw the exception.
createManifold() - Method in class g2d.graph.IOPGraph
This procedure creates, but doesn't initialize, the covering manifold.
cur_err_token() - Method in class g2d.graph.java_cup.runtime.lr_parser
Return the current lookahead in our error "parse ahead" buffer.
cur_token - Variable in class g2d.graph.java_cup.runtime.lr_parser
The current lookahead Symbol.
current_line - Static variable in class g2d.graph.java_cup.lexer
Current line number for use in error messages.
current_position - Static variable in class g2d.graph.java_cup.lexer
Character position in current line.

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 _