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.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.
|
g2d.graphviewer |
This package contains the first generation GUI for jlambda applications dealing with graphs, mainly in this case PLA.
|
g2d.swing |
This package contains some swing classes for building GUI's using the glyphish hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosureGlyph
This class allows for the dynamic creation of glyphish objects,
Glyphish . |
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 |
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 | Field and Description |
---|---|
protected java.util.List<Glyphish> |
GlyphList.glyphishThings |
Modifier and Type | Method and Description |
---|---|
Glyphish |
GlyphList.get(int index) |
Glyphish[] |
Grid.getGlyphishInArray() |
Glyphish[] |
GlyphList.getGlyphishInArray() |
Glyphish |
GlyphList.getGlyphThing(java.awt.geom.Point2D p) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Glyphish> |
Grid.getGlyphishInCollection() |
java.util.Collection<Glyphish> |
GlyphList.getGlyphishInCollection() |
java.util.ListIterator<Glyphish> |
GlyphList.getListIterator()
Obtain list iterator through list of Glyphish things.
|
Modifier and Type | Method and Description |
---|---|
void |
Grid.add(Glyphish g) |
void |
GlyphList.add(Glyphish g)
Add something glyphish to this list.
|
void |
BufferedGlyphList.add(Glyphish g)
Add something glyphish to this list.
|
void |
Grid.add(Glyphish g,
java.awt.geom.AffineTransform a) |
void |
GlyphList.add(Glyphish g,
java.awt.geom.AffineTransform a)
Add something glyphish to this list transforming it
beforehand using given affine transformation.
|
void |
BufferedGlyphList.add(Glyphish g,
java.awt.geom.AffineTransform a)
Add something glyphish to this list transforming it
beforehand using given affine transformation.
|
void |
Grid.add(int index,
Glyphish g) |
void |
GlyphList.add(int index,
Glyphish g)
Add something glyphish to this list.
|
void |
BufferedGlyphList.add(int index,
Glyphish g)
Add something glyphish to this list.
|
boolean |
GlyphList.contains(Glyphish g)
Obtain whether this list contains given glyphish thing.
|
void |
GlyphList.remove(Glyphish g)
Remove all occurences of given glyphish thing from this list.
|
void |
BufferedGlyphList.remove(Glyphish g)
Remove all occurences of given glyphish thing from this list.
|
Constructor and Description |
---|
Glyphish(Glyphish clone) |
Constructor and Description |
---|
GlyphList(java.util.ArrayList<Glyphish> glyphs) |
Modifier and Type | Method and Description |
---|---|
boolean |
GlyphPanel.isGlyphishVisible(Glyphish g)
Test whether given glyphish thing is currently visible
in the parental viewport.
|
void |
GlyphPanel.mouseClicked(java.awt.event.MouseEvent event,
Glyphish item,
java.awt.Point p) |
Modifier and Type | Method and Description |
---|---|
void |
TabFindGlyph.setGlyphishs(java.util.Collection<Glyphish> glyphs) |
void |
TabFindGlyph.setGlyphishs(java.util.List<Glyphish> glyphs) |
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 | Method and Description |
---|---|
Glyphish |
Manifold.getGlyphThing(java.awt.geom.Point2D p2d)
One of the optimized methods, returns the glyph located at the
specified point, or null if none exists.
|
Glyphish |
IOPGraph.getGlyphThing(java.awt.geom.Point2D p)
Overrides the method in the
Glyphish hierarchy. |
Modifier and Type | Method and Description |
---|---|
void |
Manifold.add(Glyphish glyph)
Adds glyphish thing to the appropriate charts.
|
void |
IOPGraph.add2Manifold(Glyphish glyph)
Adds a glyph to the appropriate charts in the manifold.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GraphPanel.isGlyphishVisible(Glyphish g)
Test whether given glyphish thing is currently visible
in the parental viewport.
|
Modifier and Type | Method and Description |
---|---|
void |
IOPView.add(Glyphish glyphs) |
void |
IOPComponent.add(Glyphish glyphs) |
void |
IOPView.add(Glyphish glyphs,
java.awt.geom.AffineTransform position) |
void |
IOPComponent.add(Glyphish glyphs,
java.awt.geom.AffineTransform position) |
void |
IOPView.centerOn(Glyphish g)
Deprecated.
use combination of
IOPView.getIOPComponent() and
IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead |
void |
IOPComponent.centerOn(Glyphish g)
Deprecated.
use
IOPComponent.centerOn(java.awt.geom.Rectangle2D) instead |
boolean |
IOPComponent.isGlyphishVisible(Glyphish g)
Test whether given glyphish thing is currently visible.
|
void |
IOPView.remove(Glyphish glyphs) |
void |
IOPComponent.remove(Glyphish glyphs) |
Constructor and Description |
---|
IOPView(Glyphish glyphs) |
IOPView(Glyphish glyphs,
java.awt.geom.AffineTransform position) |
IOPView(Glyphish glyphs,
boolean scrollbars,
boolean toolbar) |
IOPView(Glyphish glyphs,
boolean scrollbars,
boolean toolbar,
boolean output) |