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 _

I

ID - Static variable in class g2d.graph.java_cup.sym
 
ID - Static variable in class g2d.graph.sym
 
id_char(int) - Static method in class g2d.graph.java_cup.lexer
Determine if a character is ok for the middle of an id.
id_start_char(int) - Static method in class g2d.graph.java_cup.lexer
Determine if a character is ok to start an id.
Identifiable - Class in g2d.glyph
Those things that have a unique identifier.
Identifiable() - Constructor for class g2d.glyph.Identifiable
 
ImageGlyph - Class in g2d.glyph
The start of our next generation Ezd package.
ImageGlyph(String) - Constructor for class g2d.glyph.ImageGlyph
 
ImageJFrame - Class in g2d.util
 
ImageJFrame(int, int, String) - Constructor for class g2d.util.ImageJFrame
 
IMPORT - Static variable in class g2d.graph.java_cup.sym
 
import_list - Static variable in class g2d.graph.java_cup.emit
List of imports (Strings containing class names) to go with actions.
in - Static variable in class g2d.util.IO
 
inchesToPoints(double) - Static method in class g2d.swing.IOPConstants
 
include_non_terms - Static variable in class g2d.graph.java_cup.Main
User option -- should we include non terminal symbol numbers in the symbol constant class.
increment() - Method in class g2d.glyph.AnimatedGlyph
 
index() - Method in class g2d.graph.java_cup.lalr_state
Index of this state in the parse tables
index() - Method in class g2d.graph.java_cup.production
Index number of the production.
index() - Method in class g2d.graph.java_cup.symbol
Index of this symbol (terminal or non terminal) in the parse tables.
init() - Static method in class g2d.graph.java_cup.lexer
Initialize the scanner.
INIT - Static variable in class g2d.graph.java_cup.sym
 
init_actions() - Method in class g2d.graph.java_cup.parser
Action encapsulation object initializer.
init_actions() - Method in class g2d.graph.java_cup.runtime.lr_parser
Initialize the action object.
init_actions() - Method in class g2d.graph.parser
Action encapsulation object initializer.
init_code - Static variable in class g2d.graph.java_cup.emit
User code for user_init() which is called during parser initialization.
initialSize - Static variable in class g2d.mwa.MWAFrame
 
input_file - Static variable in class g2d.graph.java_cup.Main
Input file.
insert_action(parse_action, parse_action, int) - Method in class g2d.graph.java_cup.lalr_state
 
insert_reduce(parse_action, parse_action) - Method in class g2d.graph.java_cup.lalr_state
 
insert_shift(parse_action, parse_action) - Method in class g2d.graph.java_cup.lalr_state
 
inside(Point2D) - Method in class g2d.closure.ClosureGlyph
 
inside(Point2D) - Method in class g2d.glyph.AnimatedGlyph
 
inside(Point2D) - Method in class g2d.glyph.Glyph
 
inside(Point2D) - Method in class g2d.glyph.Glyphish
 
inside(Point2D) - Method in class g2d.glyph.GlyphList
 
inside(Point2D) - Method in class g2d.glyph.ImageGlyph
 
inside(Point2D) - Method in class g2d.graph.GraphItem
 
internal_error - Exception in g2d.graph.java_cup
Exception subclass for reporting internal errors in JavaCup.
internal_error(String) - Constructor for exception g2d.graph.java_cup.internal_error
Constructor with a message
interpretTilde(String) - Static method in class g2d.util.IO
 
intersects(Rectangle2D) - Method in class g2d.closure.ClosureGlyph
 
intersects(Rectangle2D) - Method in class g2d.glyph.AnimatedGlyph
 
intersects(Rectangle2D) - Method in class g2d.glyph.Glyph
 
intersects(Rectangle2D) - Method in class g2d.glyph.Glyphish
 
intersects(Rectangle2D) - Method in class g2d.glyph.GlyphList
 
intersects(Rectangle2D) - Method in class g2d.glyph.ImageGlyph
 
intersects(Rectangle2D) - Method in class g2d.graph.GraphItem
 
intersects(terminal_set) - Method in class g2d.graph.java_cup.terminal_set
Determine if this set intersects another.
intValue - Variable in class g2d.util.Variable
 
INVIS - Static variable in class g2d.graph.IOPEdge
Style of a invisible line for this edge.
IO - Class in g2d.util
Self contained IO (for either an Applet or Application).
IOPButton - Class in g2d.swing
An easy to use JButton.
IOPButton(String, String) - Constructor for class g2d.swing.IOPButton
 
IOPComponent - Class in g2d.swing
Main component to be displayed in an IOPView.
IOPComponent() - Constructor for class g2d.swing.IOPComponent
 
IOPConstants - Class in g2d.swing
 
IOPEdge - Class in g2d.graph
An edge object for IOPGraph.
IOPEdge(IOPNode, IOPNode) - Constructor for class g2d.graph.IOPEdge
Constructs a bare edge (no arrow heads) between two given nodes.
IOPEdge(IOPNode, IOPNode, Color) - Constructor for class g2d.graph.IOPEdge
Constructs a bare edge (no arrow heads) between two given nodes with the given color.
IOPEdge(IOPEdge, IOPNode, IOPNode) - Constructor for class g2d.graph.IOPEdge
Constructs a new edge cloning the given edge with the new endpoints of given nodes.
IOPFileFilter - Class in g2d.swing
Subclass of FileFilter to allow custom filters for file choosers.
IOPFileFilter() - Constructor for class g2d.swing.IOPFileFilter
 
IOPFileFilter(String) - Constructor for class g2d.swing.IOPFileFilter
 
IOPFrame - Class in g2d.swing
A JFrame class.
IOPFrame(String) - Constructor for class g2d.swing.IOPFrame
Class constructor with title of window.
IOPFrame(String, int, int) - Constructor for class g2d.swing.IOPFrame
Class constructor that allows gaps between IOPViews.
IOPFrame(String, IOPView) - Constructor for class g2d.swing.IOPFrame
Class constructor with default IOPView
IOPGraph - Class in g2d.graph
Represents a directed graph as a list of glyphish things.
IOPGraph() - Constructor for class g2d.graph.IOPGraph
Constructs an IOPGraph object.
IOPGraph(String) - Constructor for class g2d.graph.IOPGraph
Constructs an IOPGraph object with given layout.
IOPInfoDialog - Class in g2d.swing
 
IOPInfoDialog(Component, String, String) - Constructor for class g2d.swing.IOPInfoDialog
 
IOPInfoPopup - Class in g2d.swing
 
IOPInfoPopup(String, String) - Constructor for class g2d.swing.IOPInfoPopup
 
IOPMenuItem - Class in g2d.swing
Implements one menu item used in text menus.
IOPMenuItem(String) - Constructor for class g2d.swing.IOPMenuItem
Construct new menu item with text to display (must be non-null) but no associated closure.
IOPMenuItem(String, Closure) - Constructor for class g2d.swing.IOPMenuItem
Construct new menu item with text to display (must be non-null) and the associated closure (can be null).
IOPMenuItem(String, Closure, char) - Constructor for class g2d.swing.IOPMenuItem
Construct new menu item with text to display (must be non-null) and the associated closure (can be null) and a given key as short cut.
IOPMultiSelect - Class in g2d.swing
 
IOPMultiSelect(Frame, String, String, String[], boolean[]) - Constructor for class g2d.swing.IOPMultiSelect
 
IOPNode - Class in g2d.graph
A node object for IOPGraph.
IOPNode(String) - Constructor for class g2d.graph.IOPNode
Construct default node with given name and no label.
IOPNode(String, String, String, Color, Color) - Constructor for class g2d.graph.IOPNode
Construct node with given name and label and use given attributes to create node base.
IOPNode(IOPNode) - Constructor for class g2d.graph.IOPNode
Construct a node cloning the given node.
IOPScrollPane - Class in g2d.swing
A scroll pane for the glyph Component.
IOPScrollPane(IOPComponent) - Constructor for class g2d.swing.IOPScrollPane
 
IOPScrollPane() - Constructor for class g2d.swing.IOPScrollPane
 
IOPSingleSelect - Class in g2d.swing
A dynamically configurable popup list dialog widget.
IOPSingleSelect(Frame, String, String) - Constructor for class g2d.swing.IOPSingleSelect
Constructor creates the dialog, with an initially empty list of items.
IOPSingleSelect(Frame, Collection, String, String) - Constructor for class g2d.swing.IOPSingleSelect
Constructor creates the dialog, whose elements are intitally those elements of the items collection that are Strings.
IOPSingleSelect(Frame, Object[], String, String) - Constructor for class g2d.swing.IOPSingleSelect
Constructor creates the dialog, whose elements are initially those elements of the items array that are Strings.
IOPTextMenu - Class in g2d.swing
Ideas based on IOPSingleSelect but this is a component that can be displayed inside an area of another window rather than spawning a new dialog window.
IOPTextMenu() - Constructor for class g2d.swing.IOPTextMenu
Create empty menu with empty heading.
IOPTextMenu(String) - Constructor for class g2d.swing.IOPTextMenu
Create empty menu with given heading.
IOPTextMenu(String, List) - Constructor for class g2d.swing.IOPTextMenu
Create menu from given list with given heading.
IOPToolBar - Class in g2d.swing
A Toolbar.
IOPToolBar(IOPView) - Constructor for class g2d.swing.IOPToolBar
 
IOPToolBar() - Constructor for class g2d.swing.IOPToolBar
 
IOPView - Class in g2d.swing
View of one IOPComponent to be inserted into top-level container such as IOPFrame.
IOPView() - Constructor for class g2d.swing.IOPView
 
IOPView(Glyphish) - Constructor for class g2d.swing.IOPView
 
IOPView(boolean, boolean) - Constructor for class g2d.swing.IOPView
 
IOPView(Glyphish, AffineTransform) - Constructor for class g2d.swing.IOPView
 
IOPView(boolean, boolean, boolean) - Constructor for class g2d.swing.IOPView
Create an IOPView with given parameters.
IOPView(Glyphish, boolean, boolean) - Constructor for class g2d.swing.IOPView
 
IOPView(Glyphish, boolean, boolean, boolean) - Constructor for class g2d.swing.IOPView
 
is_action() - Method in class g2d.graph.java_cup.action_part
Override to report this object as an action.
is_action() - Method in class g2d.graph.java_cup.production_part
Indicate if this is an action (rather than a symbol).
is_action() - Method in class g2d.graph.java_cup.symbol_part
Respond that we are not an action part.
is_embedded_action - Variable in class g2d.graph.java_cup.non_terminal
flag non-terminals created to embed action productions
is_id_char(char) - Static method in class g2d.graph.java_cup.production
Determine if a character can be in a label id.
is_id_start(char) - Static method in class g2d.graph.java_cup.production
Determine if a given character can be a label id starter.
is_non_term() - Method in class g2d.graph.java_cup.non_terminal
Indicate that this symbol is a non-terminal.
is_non_term() - Method in class g2d.graph.java_cup.symbol
Indicate if this is a non-terminal.
is_non_term() - Method in class g2d.graph.java_cup.terminal
Report this symbol as not being a non-terminal.
is_subset_of(lalr_item_set) - Method in class g2d.graph.java_cup.lalr_item_set
Is this set an (improper) subset of another?
is_subset_of(symbol_set) - Method in class g2d.graph.java_cup.symbol_set
Determine if this set is an (improper) subset of another.
is_subset_of(terminal_set) - Method in class g2d.graph.java_cup.terminal_set
Determine if this set is an (improper) subset of another.
is_superset_of(lalr_item_set) - Method in class g2d.graph.java_cup.lalr_item_set
Is this set an (improper) superset of another?
is_superset_of(symbol_set) - Method in class g2d.graph.java_cup.symbol_set
Determine if this set is an (improper) superset of another.
is_superset_of(terminal_set) - Method in class g2d.graph.java_cup.terminal_set
Determine if this set is an (improper) superset of another.
isAttribute(String) - Method in class g2d.glyph.Attributable
Test whether given key is a valid attribute.
isDoubleEnded() - Method in class g2d.graph.IOPEdge
Query current setting of being double ended (i.e., having two arrow heads, one at each end).
isEmpty() - Method in class g2d.jlambda.List
Determines if this list is empty.
isEnabled() - Method in class g2d.closure.ClosureAction
 
isGlyphishVisible(Glyphish) - Method in class g2d.swing.IOPComponent
Test whether given glyphish thing is currently visible.
isRemote() - Static method in class g2d.Main
 
isStaticAttribute(String) - Method in class g2d.glyph.Attributable
Test whether given key is a valid static attribute.
isStaticField(String) - Static method in class g2d.jlambda.Evaluate
 
isVisible() - Method in class g2d.swing.IOPInfoPopup
 
items() - Method in class g2d.graph.java_cup.lalr_state
The item set for this state.
itemStateChanged(ItemEvent) - Method in class g2d.closure.ClosureItemListener
 

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 _