Package | Description |
---|---|
g2d.glyph |
This package contains the glyphish hierarchy, a glyphish instance is
an interactive graphical object.
|
g2d.glyphviewer |
This package contains the third generation GUI for jlambda applications dealing with glyphlists in general, mainly soft agents.
|
g2d.graph |
This package contains the specialized graph members of the glyphish hierarchy.
|
Constructor and Description |
---|
BufferedGlyphList(BufferedGlyphList copy) |
Modifier and Type | Field and Description |
---|---|
BufferedGlyphList |
GlyphView.glyphs |
Modifier and Type | Method and Description |
---|---|
static void |
Utils.bringToFront(BufferedGlyphList glyphs) |
static void |
Utils.dispose(BufferedGlyphList glyphs) |
static GlyphView |
Utils.getPanel(BufferedGlyphList glyphs) |
static TabFrame |
Utils.getTabFrame(BufferedGlyphList glyphs) |
static GlyphView |
Utils.launchTab(BufferedGlyphList glyphs) |
static GlyphView |
Utils.launchTab(BufferedGlyphList glyphs,
boolean adoptMe) |
void |
GlyphView.setGlyphs(BufferedGlyphList glyphs) |
Constructor and Description |
---|
GlyphView(BufferedGlyphList glyphs,
java.lang.String title,
java.lang.String tooltip) |
Modifier and Type | Class and Description |
---|---|
class |
IOPGraph
Represents a directed graph as a list of glyphish things.
|