Package | Description |
---|---|
org.ginsim.gui.graph |
Common GUI for all graphs, and definition of hooks for specialised parts.
|
org.ginsim.gui.graph.canvas |
Custom implementation of the interactive view
|
Modifier and Type | Method and Description |
---|---|
static ZoomEffect |
ZoomEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZoomEffect[] |
ZoomEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Action |
BaseGraphGUI.getZoomAction(BaseGraphGUI<?,?,?> gui,
ZoomEffect effect) |
protected abstract void |
BaseGraphGUI.setZoomLevel(ZoomEffect effect) |
Modifier and Type | Method and Description |
---|---|
protected void |
CanvasGraphGUIImpl.setZoomLevel(ZoomEffect effect) |
void |
SimpleCanvas.zoom(ZoomEffect effect) |
Copyright © 2005–2020. All rights reserved.