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.staticlayouts | |
samples.preview_new_graphdraw.test | |
samples.preview_new_graphdraw.transform | |
scratch.danyel |
Modifier and Type | Method and Description |
---|---|
void |
BipartiteVertexRenderer.renderVertex(java.awt.Graphics g,
VisVertex vc) |
Modifier and Type | Field and Description |
---|---|
protected VisVertex |
VisEdge.mBack |
protected VisVertex |
VisEdge.mFront |
Modifier and Type | Method and Description |
---|---|
VisVertex |
VisVertex.copy()
Creates a new visvertex with this same location
|
protected abstract VisVertex |
StaticLayout.createVisVertex(Vertex v) |
VisVertex |
AbstractLayout.getVisVertex(Vertex v) |
VisVertex |
EmittedLayout.getVisVertex(Vertex v) |
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) |
void |
OldToNewRenderer.renderVertex(java.awt.Graphics g,
VisVertex vc) |
void |
VertexRenderer.renderVertex(java.awt.Graphics g,
VisVertex vc) |
Constructor and Description |
---|
VisEdge(Edge e,
VisVertex v1,
VisVertex v2) |
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 |
SimpleVertexRenderer.renderVertex(java.awt.Graphics g,
VisVertex vc) |
Modifier and Type | Method and Description |
---|---|
VisEdge |
CrookedSpringLayout.CrookedSpringEdge.copy(VisVertex front,
VisVertex back) |
protected VisEdge |
CrookedSpringLayout.createVisEdge(Edge ve,
VisVertex front,
VisVertex back) |
void |
CrookedRenderer.renderVertex(java.awt.Graphics g,
VisVertex vc) |
Constructor and Description |
---|
CrookedSpringLayout.CrookedSpringEdge(Edge ve,
VisVertex front,
VisVertex back) |
Modifier and Type | Method and Description |
---|---|
protected VisVertex |
UpdatableIterableLayout.addVisVertex(Vertex v)
Creates and returns a default VisVertex based on
v . |
protected VisVertex |
IterableLayout.getVisVertex(Vertex v) |
Modifier and Type | Class and Description |
---|---|
protected static class |
SpringLayout.SpringVertex |
Modifier and Type | Method and Description |
---|---|
protected VisVertex |
SpringLayout.addVisVertex(Vertex v) |
protected VisVertex |
SpringLayout.createVisVertex(VisVertex ve) |
protected abstract VisVertex |
InterpolatingIterableLayout.interpolateV(VisVertex startV,
VisVertex endV,
int thisFrame2,
int numFrames2) |
Modifier and Type | Method and Description |
---|---|
protected VisEdge |
SpringLayout.createVisEdge(Edge ve,
VisVertex front,
VisVertex back) |
protected VisVertex |
SpringLayout.createVisVertex(VisVertex ve) |
protected abstract VisEdge |
InterpolatingIterableLayout.interpolateE(VisEdge startE,
VisEdge endE,
VisVertex f,
VisVertex s,
int thisFrame2,
int numFrames2) |
protected abstract VisVertex |
InterpolatingIterableLayout.interpolateV(VisVertex startV,
VisVertex endV,
int thisFrame2,
int numFrames2) |
Constructor and Description |
---|
SpringLayout.SpringEdge(Edge e,
VisVertex v1,
VisVertex v2) |
Modifier and Type | Method and Description |
---|---|
protected VisVertex |
CircleLayout.createVisVertex(Vertex v) |
protected VisVertex |
IterableFromStaticEmittedLayout.createVisVertex(Vertex v) |
protected VisVertex |
IterableToStaticLayout.createVisVertex(Vertex v) |
protected VisVertex |
RandomLayout.createVisVertex(Vertex v) |
protected VisVertex |
SimpleLayoutAlgorithm.createVisVertex(Vertex v) |
Modifier and Type | Method and Description |
---|---|
protected VisVertex |
LinearInterpolatingLayout.interpolateV(VisVertex startV,
VisVertex endV,
int thisFrame2,
int numFrames2) |
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) |
protected VisVertex |
LinearInterpolatingLayout.interpolateV(VisVertex startV,
VisVertex endV,
int thisFrame2,
int numFrames2) |
void |
CircleRenderer.renderVertex(java.awt.Graphics g,
VisVertex vc) |
Constructor and Description |
---|
CircleEdge(Edge ve,
VisVertex front,
VisVertex back) |
Modifier and Type | Method and Description |
---|---|
void |
FitOnScreenTransformer.ScaleAndTranslate.relocate(VisVertex vv2) |
Modifier and Type | Method and Description |
---|---|
void |
BPVR.renderVertex(java.awt.Graphics g,
VisVertex vc) |
void |
QuickDrawRenderer.renderVertex(java.awt.Graphics g,
VisVertex vc)
Paints the vertex, using the settings above (VertexColors, etc).
|
void |
TemporalVertexRenderer.renderVertex(java.awt.Graphics g,
VisVertex ve) |