Package | Description |
---|---|
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.graph |
This package contains the specialized graph members of the glyphish hierarchy.
|
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 from here:
[pdf].
|
Modifier and Type | Class and Description |
---|---|
class |
ClosureAction
An experimental class.
|
class |
ClosureActionListener
For dynamically configuring an
ActionListener . |
class |
ClosureComponentListener
Invoking a closure when listening to component changes.
|
class |
ClosureFilenameFilter |
class |
ClosureGlyph
This class allows for the dynamic creation of glyphish objects,
Glyphish . |
class |
ClosureItemListener
Invoking a closure when listening to a selectable item.
|
class |
ClosureListSelectionListener
For dynamically configuring an
ListSelectionListener . |
class |
ClosureMouseListener
For dynamically configuring an
MouseListener . |
class |
ClosureMouseMotionListener
For dynamically configuring an
MouseMotionListener . |
class |
ClosureWindowListener
For dynamically configuring an
WindowListener . |
class |
SpawningClosureActionListener
For dynamically configuring an
ActionListener . |
Modifier and Type | Class and Description |
---|---|
class |
AnimatedGlyph
A sequence images, which can be displayed as a sequence
or as needed.
|
class |
BufferedGlyphList
An FAILED attempt to optimize the drawing of large graphs via an offscreen image.
|
class |
Glyph
The start of our next generation Ezd package.
|
class |
Glyphish
The start of our next generation Ezd package.
|
class |
GlyphList
The start of our next generation Ezd package.
|
class |
Grid
A Grid for placing things in 2D space.
|
class |
ImageGlyph
The start of our next generation Ezd package.
|
class |
SubTextGlyph
Antialiased text with subscript and supscript support.
|
class |
TextGlyph
A glyph that is anti-aliased text.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphItem
Methods common to nodes and edges in a graph.
|
class |
IOPEdge
An edge object for
IOPGraph . |
class |
IOPGraph
Represents a directed graph as a list of glyphish things.
|
class |
IOPNode
A node object for
IOPGraph . |
class |
IOPSubgraph
A subgraph object for
IOPGraph . |
class |
Spline |
Modifier and Type | Class and Description |
---|---|
class |
Attributable
Those things that have Attributes.
|