|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisVertex | |
---|---|
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 |
Uses of VisVertex in samples.graph.southern |
---|
Methods in samples.graph.southern with parameters of type VisVertex | |
---|---|
void |
BipartiteVertexRenderer.renderVertex(Graphics g,
VisVertex vc)
|
Uses of VisVertex in samples.preview_new_graphdraw |
---|
Fields in samples.preview_new_graphdraw declared as VisVertex | |
---|---|
protected VisVertex |
VisEdge.mBack
|
protected VisVertex |
VisEdge.mFront
|
Methods in samples.preview_new_graphdraw that return VisVertex | |
---|---|
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)
|
Methods in samples.preview_new_graphdraw with parameters of type VisVertex | |
---|---|
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(Graphics g,
VisVertex vc)
|
void |
VertexRenderer.renderVertex(Graphics g,
VisVertex vc)
|
Constructors in samples.preview_new_graphdraw with parameters of type VisVertex | |
---|---|
VisEdge(Edge e,
VisVertex v1,
VisVertex v2)
|
Uses of VisVertex in samples.preview_new_graphdraw.impl |
---|
Methods in samples.preview_new_graphdraw.impl with parameters of type VisVertex | |
---|---|
void |
GraphLayoutPanelMouseListener.NoEventPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance)
|
void |
GraphLayoutPanelMouseListener.VertexEventPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance)
|
void |
GraphLayoutPanelMouseListener.EdgeEventPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance)
|
void |
GraphLayoutPanelMouseListener.EdgeAndVertexPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance)
|
void |
GraphLayoutPanelMouseListener.BothEdgeAndVertexPolicy.fireEvents(GraphLayoutPanelMouseListener gmpl,
MouseEvent me,
VisEdge ve,
double edgeDist,
VisVertex vv,
double vertexDistance)
|
void |
SimpleVertexRenderer.renderVertex(Graphics g,
VisVertex vc)
|
Uses of VisVertex in samples.preview_new_graphdraw.impl.crooked |
---|
Methods in samples.preview_new_graphdraw.impl.crooked with parameters of type VisVertex | |
---|---|
VisEdge |
CrookedSpringLayout.CrookedSpringEdge.copy(VisVertex front,
VisVertex back)
|
protected VisEdge |
CrookedSpringLayout.createVisEdge(Edge ve,
VisVertex front,
VisVertex back)
|
void |
CrookedRenderer.renderVertex(Graphics g,
VisVertex vc)
|
Constructors in samples.preview_new_graphdraw.impl.crooked with parameters of type VisVertex | |
---|---|
CrookedSpringLayout.CrookedSpringEdge(Edge ve,
VisVertex front,
VisVertex back)
|
Uses of VisVertex in samples.preview_new_graphdraw.iter |
---|
Methods in samples.preview_new_graphdraw.iter that return VisVertex | |
---|---|
protected VisVertex |
UpdatableIterableLayout.addVisVertex(Vertex v)
Creates and returns a default VisVertex based on v . |
protected VisVertex |
IterableLayout.getVisVertex(Vertex v)
|
Uses of VisVertex in samples.preview_new_graphdraw.iterablelayouts |
---|
Subclasses of VisVertex in samples.preview_new_graphdraw.iterablelayouts | |
---|---|
protected static class |
SpringLayout.SpringVertex
|
Methods in samples.preview_new_graphdraw.iterablelayouts that return VisVertex | |
---|---|
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)
|
Methods in samples.preview_new_graphdraw.iterablelayouts with parameters of type VisVertex | |
---|---|
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)
|
Constructors in samples.preview_new_graphdraw.iterablelayouts with parameters of type VisVertex | |
---|---|
SpringLayout.SpringEdge(Edge e,
VisVertex v1,
VisVertex v2)
|
Uses of VisVertex in samples.preview_new_graphdraw.staticlayouts |
---|
Methods in samples.preview_new_graphdraw.staticlayouts that return VisVertex | |
---|---|
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)
|
Uses of VisVertex in samples.preview_new_graphdraw.test |
---|
Methods in samples.preview_new_graphdraw.test that return VisVertex | |
---|---|
protected VisVertex |
LinearInterpolatingLayout.interpolateV(VisVertex startV,
VisVertex endV,
int thisFrame2,
int numFrames2)
|
Methods in samples.preview_new_graphdraw.test with parameters of type VisVertex | |
---|---|
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(Graphics g,
VisVertex vc)
|
Constructors in samples.preview_new_graphdraw.test with parameters of type VisVertex | |
---|---|
CircleEdge(Edge ve,
VisVertex front,
VisVertex back)
|
Uses of VisVertex in samples.preview_new_graphdraw.transform |
---|
Methods in samples.preview_new_graphdraw.transform with parameters of type VisVertex | |
---|---|
void |
FitOnScreenTransformer.ScaleAndTranslate.relocate(VisVertex vv2)
|
Uses of VisVertex in scratch.danyel |
---|
Methods in scratch.danyel with parameters of type VisVertex | |
---|---|
void |
BPVR.renderVertex(Graphics g,
VisVertex vc)
|
void |
QuickDrawRenderer.renderVertex(Graphics g,
VisVertex vc)
Paints the vertex, using the settings above (VertexColors, etc). |
void |
TemporalVertexRenderer.renderVertex(Graphics g,
VisVertex ve)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |