Graphics2D Actor API

Uses of Package
g2d.jlambda

Packages that use g2d.jlambda
g2d.closure This package contains classes that utilize closures in order to describe the behaviour of dynamically created classes, and their instances. 
g2d.glyph This package contains the glyphish hierarchy, a glyphish instance is an interactive graphical object. 
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.swing This package contains some swing classes for building GUI's using the glyphish hierarchy. 
 

Classes in g2d.jlambda used by g2d.closure
Closure
          This class corresponds to a Lisp or Scheme style closure.
 

Classes in g2d.jlambda used by g2d.glyph
Closure
          This class corresponds to a Lisp or Scheme style closure.
 

Classes in g2d.jlambda used by g2d.jlambda
Code
          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.
EvaluateError
          Error exception class for the interpreter.
FormError
          Base Error exception class for the interpreter.
Handler
           
List
          Nearest thing to a Lisp List I have come up with so far.
ParseError
          The Parser stuff from yore.
PrimitiveData
          A wrapper for the (wrappers) of primitive data.
SyntaxError
          Syntax error exception class for the interpreter.
 

Classes in g2d.jlambda used by g2d.swing
Closure
          This class corresponds to a Lisp or Scheme style closure.
 


Graphics2D Actor API