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 _

G

g2d - package g2d
This package contains the main of the Graphics 2D actor.
g2d.closure - package g2d.closure
This package contains classes that utilize closures in order to describe the behaviour of dynamically created classes, and their instances.
g2d.glyph - package g2d.glyph
This package contains the glyphish hierarchy, a glyphish instance is an interactive graphical object.
g2d.graph - package g2d.graph
This package contains the specialized graph members of the glyphish hierarchy.
g2d.graph.java_cup - package g2d.graph.java_cup
 
g2d.graph.java_cup.runtime - package g2d.graph.java_cup.runtime
 
g2d.jlambda - package g2d.jlambda
This package contains a Scheme-like CPS (continuation passing style) interpreter for JLambda, the programmer's manual for the JLambda language can be downloaded in either [ps] (366K) or [pdf] (167K), or browsed in [html].
g2d.mwa - package g2d.mwa
Provides classes and interfaces for the Multi-Window Application (MWA) framework.
g2d.swing - package g2d.swing
This package contains some swing classes for building GUI's using the glyphish hierarchy.
g2d.util - package g2d.util
This package contains some utility classes for building GUI's using the glyphish hierarchy.
Gensym - Class in g2d.util
 
Gensym() - Constructor for class g2d.util.Gensym
 
gensym(String) - Static method in class g2d.util.Gensym
 
get(int) - Method in class g2d.jlambda.List
As specified by the AbstractList template.
get_action(int, int) - Method in class g2d.graph.java_cup.runtime.lr_parser
Fetch an action from the action table.
get_from_real() - Method in class g2d.graph.java_cup.runtime.virtual_parse_stack
Transfer an element from the real to the virtual stack.
get_one() - Method in class g2d.graph.java_cup.lalr_item_set
Remove and return one item from the set (done in hash order).
get_reduce(int, int) - Method in class g2d.graph.java_cup.runtime.lr_parser
Fetch a state from the reduce-goto table.
getAntiAliased() - Static method in class g2d.graph.IOPGraph
Fetches the current antialiasing setting.
getArity() - Method in class g2d.jlambda.Closure
Returns the closure's arity.
getArray() - Method in class g2d.jlambda.ForCont
 
getAttribute(String) - Method in class g2d.glyph.Attributable
Get value of given attribute.
getAttributeAsBoolean(String, boolean) - Method in class g2d.glyph.Attributable
 
getAttributeAsByte(String, byte) - Method in class g2d.glyph.Attributable
 
getAttributeAsChar(String, char) - Method in class g2d.glyph.Attributable
 
getAttributeAsDouble(String, double) - Method in class g2d.glyph.Attributable
 
getAttributeAsFloat(String, float) - Method in class g2d.glyph.Attributable
 
getAttributeAsInt(String, int) - Method in class g2d.glyph.Attributable
 
getAttributeAsShort(String, short) - Method in class g2d.glyph.Attributable
 
getAttributeAsString(String, String) - Method in class g2d.glyph.Attributable
 
getBaseFrame() - Method in class g2d.graph.IOPNode
Get rectangle of frame that defines shape of node base.
getBinaryDirectory() - Static method in class g2d.Main
 
getBody() - Method in class g2d.jlambda.Closure
Returns the closure's body.
getBody() - Method in class g2d.util.ActorMsg
 
getBorder() - Method in class g2d.glyph.Glyph
 
getBorderColor() - Method in class g2d.graph.IOPNode
Get the border color of the node base.
getBounds() - Method in class g2d.closure.ClosureGlyph
 
getBounds() - Method in class g2d.glyph.AnimatedGlyph
 
getBounds() - Method in class g2d.glyph.Glyph
 
getBounds() - Method in class g2d.glyph.Glyphish
 
getBounds() - Method in class g2d.glyph.GlyphList
 
getBounds() - Method in class g2d.glyph.ImageGlyph
 
getBounds() - Method in class g2d.graph.GraphItem
 
getBT() - Method in exception g2d.jlambda.EvaluateError
 
getBufferedImage(double) - Method in class g2d.graph.IOPGraph
Obtain a scaled, buffered image of this graph.
getCenter() - Method in class g2d.graph.IOPNode
Obtain center point of this node in double precision.
getChildrenFrames() - Method in class g2d.mwa.MWAFrame
Obtain array of frames that are children of this frame.
getColor() - Method in class g2d.graph.IOPEdge
Obtain current color of edge.
getContents() - Method in class g2d.util.Box
 
getDescription() - Method in class g2d.swing.IOPFileFilter
 
getEdge(Point2D) - Method in class g2d.graph.IOPGraph
Obtain (one) edge that contains given point or null if none of the edges intersects with point.
getEdge(Point2D, double) - Method in class g2d.graph.IOPGraph
Obtain edge that intersects with square around given point of side length distance/2, or null if no such edge is found.
getEdge(IOPNode, IOPNode) - Method in class g2d.graph.IOPGraph
Obtain edge between given source and sink nodes.
getEdgesInArray() - Method in class g2d.graph.IOPGraph
Returns the edges in an array of IOPEdges.
getEnv() - Method in class g2d.jlambda.Closure
Returns the closure's environment.
getFill() - Method in class g2d.glyph.Glyph
 
getFillColor() - Method in class g2d.graph.IOPNode
Get color used for filling the node base.
getFont() - Method in class g2d.glyph.TextGlyph
 
getFontsize() - Method in class g2d.glyph.TextGlyph
 
getForm() - Method in exception g2d.jlambda.FormError
 
getGlyphThing(Point2D) - Method in class g2d.glyph.GlyphList
 
getGlyphThing(Point2D) - Method in class g2d.graph.IOPGraph
Overrides the method in the Glyphish hierarchy.
getGlyphThing(Point2D) - Method in class g2d.graph.Manifold
One of the optimized methods, returns the glyph located at the specified point, or null if none exists.
getGraph() - Method in class g2d.graph.parser
 
getGraphItem(Point2D, double) - Method in class g2d.graph.IOPGraph
Find a graph item (node or edge) that contains given point.
getHandler() - Static method in class g2d.jlambda.Debugger
 
getHeight() - Method in class g2d.glyph.AnimatedGlyph
 
getHeight() - Method in class g2d.glyph.ImageGlyph
 
getHeight() - Method in class g2d.graph.IOPGraph
Returns the height of the graph.
getHeight() - Method in class g2d.graph.IOPNode
Get height of node (including base and label) in double precision.
getIconHeight() - Method in class g2d.mwa.WindowTreeIcon
 
getIconWidth() - Method in class g2d.mwa.WindowTreeIcon
 
getInitialSize() - Static method in class g2d.mwa.MWAFrame
 
getInstance() - Static method in class g2d.mwa.MWAControl
Obtains singleton instance of application control.
getIOPComponent() - Method in class g2d.swing.IOPView
 
getIter() - Method in class g2d.jlambda.ForCont
 
getJMenuBar() - Method in class g2d.mwa.MWAFrame
Get menu bar without the "Window" menu.
getKeys() - Method in class g2d.glyph.Attributable
Obtain all keys of currently set attributes as an array.
getLabel() - Method in class g2d.graph.IOPNode
Get text of node label.
getListIterator() - Method in class g2d.glyph.GlyphList
Obtain list iterator through list of Glyphish things.
getName() - Method in class g2d.graph.IOPNode
Get the name of this node.
getNode(Point2D) - Method in class g2d.graph.IOPGraph
Attempt to find a node located at a particular point.
getNode(String) - Method in class g2d.graph.IOPGraph
Obtain node with given ID in this graph.
getNodeShape() - Method in class g2d.graph.IOPNode
Get a string describing the shape of the node base.
getNodesInArray() - Method in class g2d.graph.IOPGraph
Returns the nodes in an array of IOPNodes.
getNumElements() - Method in class g2d.jlambda.ForCont
 
getObject(Object) - Static method in class g2d.glyph.Identifiable
 
getObject(Object) - Static method in class g2d.jlambda.Evaluate
 
getParentFrame() - Method in class g2d.mwa.MWAFrame
Obtain parent frame of this frame.
getPosition() - Method in class g2d.graph.IOPNode
Get position of node as the top-left corner.
getScanner() - Method in class g2d.graph.java_cup.runtime.lr_parser
Simple accessor method to get the default scanner.
getScreenSize() - Method in class g2d.swing.IOPFrame
Gets the dimensions of usable space of the screen
getSelf() - Static method in class g2d.Main
 
getSender() - Method in class g2d.util.ActorMsg
 
getShape() - Method in class g2d.glyph.Glyph
 
getShortcut() - Method in class g2d.swing.IOPMenuItem
 
getSink() - Method in class g2d.graph.IOPEdge
Obtain sink node of this edge.
getSource() - Method in class g2d.graph.IOPEdge
Obtain source node of this edge.
getStackDepth() - Static method in class g2d.jlambda.Debugger
Gets the depth to which stack traces of Java exceptions are printed.
getStaticAttribute(String) - Method in class g2d.glyph.Attributable
Get value of given static attribute.
getStaticField(String) - Static method in class g2d.jlambda.Evaluate
 
getStaticKeys() - Method in class g2d.glyph.Attributable
Obtain all keys of currently set static attributes as an array.
getStroke() - Method in class g2d.glyph.Glyph
 
getStrokeWidth() - Method in class g2d.graph.IOPEdge
Obtain current stroke width.
getStyle() - Method in class g2d.graph.IOPEdge
Obtain String describing current style.
getTargetClass() - Method in class g2d.jlambda.ClassLookupCont
 
getText() - Method in class g2d.glyph.TextGlyph
 
getTextColor() - Method in class g2d.glyph.TextGlyph
 
getThumbNail(int, int, int, Component, int) - Method in class g2d.graph.IOPGraph
Constructs an thumbnail image of the graph.
getToolBar() - Method in class g2d.swing.IOPView
 
getTopFrame() - Method in class g2d.mwa.MWAFrame
Walks up the ancestors of this frame until one is found that doesn't have a parent.
getType() - Method in class g2d.util.ActorMsg
 
getUID() - Method in class g2d.glyph.Identifiable
 
getValue(String) - Method in class g2d.closure.ClosureAction
 
getVerbosity() - Static method in class g2d.jlambda.Debugger
Gets the verbosity.
getVisible() - Method in class g2d.swing.IOPView
Obtain dimension of visible part of IOPComponent.
getWidth() - Method in class g2d.glyph.AnimatedGlyph
 
getWidth() - Method in class g2d.glyph.ImageGlyph
 
getWidth() - Method in class g2d.graph.IOPGraph
Returns the width of the graph.
getWidth() - Method in class g2d.graph.IOPNode
Get width of node (including base and label) in double precision.
getZoom() - Method in class g2d.swing.IOPView
Obtain current zoom factor in effect for embedded glyphs.
getZoomScale() - Method in class g2d.swing.IOPComponent
Obtain current zoom scale in effect.
GIF - Static variable in class g2d.graph.Dot
Indicates that the output from the dot query should be in gif format.
globalLookup(String) - Static method in class g2d.jlambda.Evaluate
 
Glyph - Class in g2d.glyph
The start of our next generation Ezd package.
Glyph() - Constructor for class g2d.glyph.Glyph
 
Glyph(Shape) - Constructor for class g2d.glyph.Glyph
 
Glyph(Color, Color) - Constructor for class g2d.glyph.Glyph
 
Glyph(Shape, Color, Color) - Constructor for class g2d.glyph.Glyph
 
Glyphish - Class in g2d.glyph
The start of our next generation Ezd package.
Glyphish() - Constructor for class g2d.glyph.Glyphish
 
GlyphList - Class in g2d.glyph
The start of our next generation Ezd package.
GlyphList() - Constructor for class g2d.glyph.GlyphList
 
goto_table_time - Static variable in class g2d.graph.java_cup.emit
Time to produce the reduce-goto table.
graph - Variable in class g2d.graph.parser
 
GRAPH - Static variable in class g2d.graph.sym
 
GraphItem - Class in g2d.graph
Methods common to nodes and edges in a graph.
GraphItem() - Constructor for class g2d.graph.GraphItem
 

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 _