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 X Y Z _

D

DASHED - Static variable in class g2d.graph.IOPEdge
Style of a dashed line for this edge.
DASHED - Static variable in class g2d.plot.Axis
Style of a dashed line for this edge.
DDialog - Class in g2d.subset
 
DDialog(Frame, boolean) - Constructor for class g2d.subset.DDialog
 
DEBUG - Static variable in class g2d.glyph.Glyphish
 
DEBUG - Static variable in class g2d.glyph.Identifiable
 
DEBUG - Static variable in class g2d.jlambda.Evaluate
 
DEBUG - Static variable in class g2d.Main
A simple static DEBUG switch that turns on some error stream commentary.
DEBUG - Static variable in class g2d.swing.IOPComponent
 
DEBUG - Static variable in class g2d.util.ActorMsg
 
debug_message(String) - Method in class g2d.graph.java_cup.runtime.lr_parser
Write a debugging message to System.err for the debugging version of the parser.
debug_next_token() - Static method in class g2d.graph.java_cup.lexer
Debugging version of next_token().
debug_parse() - Method in class g2d.graph.java_cup.runtime.lr_parser
Perform a parse with debugging output.
debug_reduce(int, int, int) - Method in class g2d.graph.java_cup.runtime.lr_parser
Do debug output for a reduce.
debug_shift(Symbol) - Method in class g2d.graph.java_cup.runtime.lr_parser
Do debug output for shift.
debug_stack() - Method in class g2d.graph.java_cup.runtime.lr_parser
Do debug output for stack state.
Debugger - Class in g2d.jlambda
This class allows the JLambda user to tailor the level of verbosity in error reporting.
debugPLAF() - Static method in class g2d.subset.SComboBox
 
declare_labels(production_part[], int, String) - Method in class g2d.graph.java_cup.production
Declare label names as valid variables within the action string
DEFAULT - Static variable in class g2d.subset.StateSpace
 
default_reduce - Variable in class g2d.graph.java_cup.parse_action_row
Default (reduce) action for this row
dehighlight() - Method in class g2d.graph.GraphItem
Revert highlighting to previous state (if any).
dehighlight() - Method in class g2d.graph.IOPEdge
Revert highlighting to previous state (if any).
dehighlight() - Method in class g2d.graph.IOPNode
Remove background shapes used for highlighting.
DELETE - Static variable in class g2d.subset.DEvent
 
delete(Urelement) - Method in class g2d.subset.Dictionary
 
deleteFile(String) - Static method in class g2d.util.IO
 
DEvent - Class in g2d.subset
 
DEvent(Universe, int) - Constructor for class g2d.subset.DEvent
 
DEvent(Universe, int, int) - Constructor for class g2d.subset.DEvent
 
DEvent(Universe, ArrayList<Urelement>, int) - Constructor for class g2d.subset.DEvent
 
df - Static variable in class g2d.swing.IOPConstants
 
Dictionary - Class in g2d.subset
 
Dictionary(Universe) - Constructor for class g2d.subset.Dictionary
 
DIGRAPH - Static variable in class g2d.graph.sym
 
dish - Variable in class g2d.subset.DDialog
 
dishPanel - Variable in class g2d.subset.DDialog
 
display() - Method in class g2d.swing.IOPInfoPopup
 
displayKeyStroke(KeyStroke) - Static method in class g2d.graphviewer.KeyStrokeDisplayer
 
displayMenu(IOPNode) - Method in class g2d.graphviewer.GraphPanel
Display context menu for given node.
displayMenu(String, List<AbstractButton>) - Method in class g2d.graphviewer.SEPanel
Display new context menu in menu tab.
displayMenu(String, List<AbstractButton>, boolean) - Method in class g2d.graphviewer.SEPanel
Display new context menu in menu tab.
displayMenu(String, List<AbstractButton>) - Method in class g2d.graphviewer.TabMenu
Display menu with a heading and a list of buttons.
displayMenu(String, List<AbstractButton>, boolean) - Method in class g2d.graphviewer.TabMenu
Display menu with a heading and a list of buttons.
displayText(String, String) - Method in class g2d.graphviewer.SEPanel
Display label and text in info tab.
displayText(String, String) - Method in class g2d.graphviewer.TabInfo
Display heading and text in info tab.
displayText(String, String, boolean) - Method in class g2d.swing.IOPView
Display label and text in output area (if output set).
displayTextMenu(String, List) - Method in class g2d.swing.IOPView
Display new text menu in output area (if output set).
dispose() - Method in class g2d.swing.IOPInfoPopup
 
distanceTo(Point2D) - Method in class g2d.graph.GraphItem
Calculate distance from this graph item to given point.
distanceTo(Point2D) - Method in class g2d.graph.IOPEdge
Calculate distance from this edge to given point.
distanceTo(Point2D) - Method in class g2d.graph.IOPNode
Calculate distance from this node to given point.
divideByZero(int) - Static method in class g2d.util.Bugs
 
do_action(int, lr_parser, Stack, int) - Method in class g2d.graph.java_cup.parser
Invoke a user supplied parse action.
do_action(int, lr_parser, Stack, int) - Method in class g2d.graph.java_cup.runtime.lr_parser
Perform a bit of user supplied action code (supplied by generated subclass).
do_action(int, lr_parser, Stack, int) - Method in class g2d.graph.parser
Invoke a user supplied parse action.
do_action_table(PrintWriter, parse_action_table, boolean) - Static method in class g2d.graph.java_cup.emit
Emit the action table.
do_code_string() - Static method in class g2d.graph.java_cup.lexer
Swallow up a code string.
do_escaped(PrintWriter, char) - Static method in class g2d.graph.java_cup.emit
 
do_id() - Static method in class g2d.graph.java_cup.lexer
Process an identifier.
do_newline(PrintWriter, int, int) - Static method in class g2d.graph.java_cup.emit
 
do_reduce_table(PrintWriter, parse_reduce_table) - Static method in class g2d.graph.java_cup.emit
Emit the reduce-goto table.
do_table_as_string(PrintWriter, short[][]) - Static method in class g2d.graph.java_cup.emit
 
doAction(Object, Object) - Method in class g2d.swing.IOPMenuItem
Execute associated action with this item if it is currently set.
doLayout() - Method in class g2d.graph.IOPGraph
Lays out an already existing graph.
domain - Variable in class g2d.subset.DPanel
 
domainBar - Variable in class g2d.subset.DPanel
 
domainCombo - Variable in class g2d.subset.DPanel
 
domainTabs - Variable in class g2d.subset.DPanel
 
domainTree - Variable in class g2d.subset.DPanel
 
done_parsing() - Method in class g2d.graph.java_cup.runtime.lr_parser
This method is called to indicate that the parser should quit.
doSelection(Urelement, String) - Method in class g2d.subset.STree.STreePopupMenu
 
doSelection(String) - Method in class g2d.subset.STree.STreePopupMenu
 
Dot - Class in g2d.graph
Encapsulating the interface to the dot graph rawing and layout program.
Dot() - Constructor for class g2d.graph.Dot
 
DOT - Static variable in class g2d.graph.Dot
Indicates that the output from the dot query should be in the dot format.
DOT - Static variable in class g2d.graph.java_cup.sym
 
dot_at_end() - Method in class g2d.graph.java_cup.lr_item_core
Is the dot at the end of the production?
dot_before_nt() - Method in class g2d.graph.java_cup.lr_item_core
Determine if we have a dot before a non terminal, and if so which one (return null or the non terminal).
dot_pos() - Method in class g2d.graph.java_cup.lr_item_core
The position of the "dot" -- this indicates the part of the production that the marker is before, so 0 indicates a dot at the beginning of the RHS.
dotDebug - Static variable in class g2d.graph.Dot
 
DOTTED - Static variable in class g2d.graph.IOPEdge
Style of a dotted line for this edge.
DOTTED - Static variable in class g2d.plot.Axis
Style of a dotted line for this edge.
doubleValue - Variable in class g2d.util.Variable
 
DPanel - Class in g2d.subset
 
DPanel(int) - Constructor for class g2d.subset.DPanel
 
drastic - Variable in class g2d.subset.SEvent
 
dump() - Method in class g2d.jlambda.Code
 
dump_end - Static variable in class g2d.graph.java_cup.Main
Timing data -- when did we end dumping
dump_grammar() - Static method in class g2d.graph.java_cup.Main
Produce a human readable dump of the grammar.
dump_machine() - Static method in class g2d.graph.java_cup.Main
Produce a (semi-) human readable dump of the complete viable prefix recognition state machine.
dump_stack() - Method in class g2d.graph.java_cup.runtime.lr_parser
Dump the parse stack for debugging purposes.
dump_state(lalr_state) - Static method in class g2d.graph.java_cup.lalr_state
Helper routine for debugging -- produces a dump of the given state onto System.out.
dump_tables() - Static method in class g2d.graph.java_cup.Main
Produce a (semi-) human readable dumps of the parse tables
dumpBasis() - Method in class g2d.subset.Basis
 

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 X Y Z _