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.glyphviewer |
This package contains the third generation GUI for jlambda applications dealing with glyphlists in general, mainly soft agents.
|
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 |
ClosureZoomListener
Implements ZoomListener interface as a JLambda closure.
|
Modifier and Type | Class and Description |
---|---|
class |
NavPanel
Lesson: Performing Custom Painting in Swing Tutorial
http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Java/Chapter06/images.html
http://www.discoverteenergy.com/files/ImagePanel.java
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<ZoomListener> |
GlyphPanel.zoomListeners |
Modifier and Type | Method and Description |
---|---|
void |
GlyphPanel.addZoomListener(ZoomListener zl)
Add given zoom listener to list of objects to be notified upon
zoom change.
|
void |
GlyphPanel.removeZoomListener(ZoomListener zl)
Remove given zoom listener from list of objects to be notified
upon zoom change.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<ZoomListener> |
GraphPanel.zoomListeners |
Modifier and Type | Method and Description |
---|---|
void |
GraphPanel.addZoomListener(ZoomListener zl)
Add given zoom listener to list of objects to be notified upon
zoom change.
|
void |
GraphPanel.removeZoomListener(ZoomListener zl)
Remove given zoom listener from list of objects to be notified
upon zoom change.
|
Modifier and Type | Class and Description |
---|---|
class |
IOPView
View of one IOPComponent to be inserted into top-level container such as
IOPFrame.
|
Modifier and Type | Method and Description |
---|---|
void |
IOPView.addZoomListener(ZoomListener zl)
Add given zoom listener to list of objects to be notified upon
zoom change.
|
void |
IOPComponent.addZoomListener(ZoomListener zl)
Add given zoom listener to list of objects to be notified upon
zoom change.
|
void |
IOPView.removeZoomListener(ZoomListener zl)
Remove given zoom listener from list of objects to be notified
upon zoom change.
|
void |
IOPComponent.removeZoomListener(ZoomListener zl)
Remove given zoom listener from list of objects to be notified
upon zoom change.
|