Package | Description |
---|---|
samples.graph.southern | |
samples.preview_new_graphdraw |
This module provides a new way of thinking about graph drawing.
|
samples.preview_new_graphdraw.impl | |
samples.preview_new_graphdraw.impl.crooked | |
samples.preview_new_graphdraw.iter | |
samples.preview_new_graphdraw.iterablelayouts | |
samples.preview_new_graphdraw.test | |
scratch.danyel |
Modifier and Type | Method and Description |
---|---|
void |
ThickEdgeRenderer.renderEdge(java.awt.Graphics g,
VisEdge ec) |
Modifier and Type | Method and Description |
---|---|
VisEdge |
VisEdge.copy(VisVertex front,
VisVertex back)
Creates a new
VisEdge from the specified
VisVertex instances and this instance's
Edge . |
protected VisEdge |
StaticLayout.createVisEdge(Edge e,
VisVertex vv1,
VisVertex vv2) |
VisEdge |
AbstractLayout.getVisEdge(Edge e) |
VisEdge |
EmittedLayout.getVisEdge(Edge e) |
Modifier and Type | Method and Description |
---|---|
void |
EdgeRenderer.renderEdge(java.awt.Graphics g,
VisEdge ec) |
void |
OldToNewRenderer.renderEdge(java.awt.Graphics g,
VisEdge ec) |
Modifier and Type | Method and Description |
---|---|
void |
GraphLayoutPanelMouseListener.NoEventPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
java.awt.event.MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance) |
void |
GraphLayoutPanelMouseListener.VertexEventPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
java.awt.event.MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance) |
void |
GraphLayoutPanelMouseListener.EdgeEventPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
java.awt.event.MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance) |
void |
GraphLayoutPanelMouseListener.EdgeAndVertexPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
java.awt.event.MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance) |
void |
GraphLayoutPanelMouseListener.BothEdgeAndVertexPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
java.awt.event.MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance) |
void |
SimpleEdgeRenderer.renderEdge(java.awt.Graphics g,
VisEdge ec) |
Modifier and Type | Class and Description |
---|---|
protected static class |
CrookedSpringLayout.CrookedSpringEdge |
Modifier and Type | Method and Description |
---|---|
VisEdge |
CrookedSpringLayout.CrookedSpringEdge.copy(VisVertex front,
VisVertex back) |
protected VisEdge |
CrookedSpringLayout.createVisEdge(Edge ve,
VisVertex front,
VisVertex back) |
Modifier and Type | Method and Description |
---|---|
void |
CrookedRenderer.renderEdge(java.awt.Graphics g,
VisEdge ec) |
Modifier and Type | Method and Description |
---|---|
protected VisEdge |
UpdatableIterableLayout.addVisEdge(Edge e)
Creates and returns a default VisEdge based on
e . |
protected VisEdge |
IterableLayout.getVisEdge(Edge e) |
Modifier and Type | Class and Description |
---|---|
protected static class |
SpringLayout.SpringEdge |
Modifier and Type | Method and Description |
---|---|
protected VisEdge |
SpringLayout.addVisEdge(Edge e) |
protected VisEdge |
SpringLayout.createVisEdge(Edge ve,
VisVertex front,
VisVertex back) |
protected abstract VisEdge |
InterpolatingIterableLayout.interpolateE(VisEdge startE,
VisEdge endE,
VisVertex f,
VisVertex s,
int thisFrame2,
int numFrames2) |
Modifier and Type | Method and Description |
---|---|
protected abstract VisEdge |
InterpolatingIterableLayout.interpolateE(VisEdge startE,
VisEdge endE,
VisVertex f,
VisVertex s,
int thisFrame2,
int numFrames2) |
Modifier and Type | Class and Description |
---|---|
class |
CircleEdge |
Modifier and Type | Method and Description |
---|---|
VisEdge |
CircleEdge.copy(VisVertex front,
VisVertex back) |
protected VisEdge |
LinearInterpolatingLayout.interpolateE(VisEdge startE,
VisEdge endE,
VisVertex f,
VisVertex s,
int thisFrame2,
int numFrames2) |
Modifier and Type | Method and Description |
---|---|
protected VisEdge |
LinearInterpolatingLayout.interpolateE(VisEdge startE,
VisEdge endE,
VisVertex f,
VisVertex s,
int thisFrame2,
int numFrames2) |
void |
CircleRenderer.renderEdge(java.awt.Graphics g,
VisEdge ec) |
Modifier and Type | Method and Description |
---|---|
void |
QuickDrawRenderer.renderEdge(java.awt.Graphics g,
VisEdge ec) |
void |
TemporalEdgeRenderer.renderEdge(java.awt.Graphics g,
VisEdge ve) |