|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphExplorerCanvas | |
|---|---|
| gdl.base | This package contains the GraphExplorer base classes, including the gui and the canvas, as well as the classes for node weight calculation and space allocation on the graph. |
| gdl.ext | Extended components, like an InfoTextBox that can be displayed on a Piccolo Canvas like a 'in-canvas' window. |
| Uses of GraphExplorerCanvas in gdl.base |
|---|
| Methods in gdl.base that return GraphExplorerCanvas | |
|---|---|
GraphExplorerCanvas |
ParsingManager.getCanvas()
|
| Methods in gdl.base with parameters of type GraphExplorerCanvas | |
|---|---|
void |
GraphExplorerGui.initGraphRelevantComponents(GraphExplorerCanvas canvas)
Initialises all graph relevent components as soon as a GraphCanvas exists that is passed to this method |
void |
ParsingManager.setCanvas(GraphExplorerCanvas canvas)
|
| Constructors in gdl.base with parameters of type GraphExplorerCanvas | |
|---|---|
NodeMover(GraphExplorerCanvas canvas,
edu.umd.cs.piccolo.PLayer nodeLayer,
edu.umd.cs.piccolo.PLayer edgeLayer,
java.util.LinkedList allEdges,
java.util.LinkedList allNodes,
GraphExplorerGui gui)
|
|
| Uses of GraphExplorerCanvas in gdl.ext |
|---|
| Constructors in gdl.ext with parameters of type GraphExplorerCanvas | |
|---|---|
InfoTextBox(GraphExplorerCanvas canvas,
edu.umd.cs.piccolo.PLayer mainLayer,
float posX,
float posY,
float boxWidth,
float boxHeight,
float headerHeight,
float lensTransparency,
java.awt.Color headerBackgroundColor,
java.lang.String mainText,
java.lang.String title)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||