|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EdgeModel in graphlab.graph |
---|
Methods in graphlab.graph that return types with arguments of type EdgeModel | |
---|---|
static Pair<EdgeModel,java.lang.Double> |
GraphUtils.mindiste(GraphModel g,
GraphPoint p)
|
Uses of EdgeModel in graphlab.graph.atributeset |
---|
Constructors in graphlab.graph.atributeset with parameters of type EdgeModel | |
---|---|
EdgeAttrSet(EdgeModel e)
|
|
EdgeNotifiableAttrSet(EdgeModel input)
|
Uses of EdgeModel in graphlab.graph.event |
---|
Fields in graphlab.graph.event declared as EdgeModel | |
---|---|
EdgeModel |
EdgeEvent.e
|
Methods in graphlab.graph.event with parameters of type EdgeModel | |
---|---|
static EdgeEvent |
EdgeEvent.clicked(EdgeModel e,
GraphPoint mousePos,
int mouseBtn)
|
static EdgeEvent |
EdgeEvent.dragging(EdgeModel e,
GraphPoint mousePos,
int mouseBtn)
|
static EdgeEvent |
EdgeEvent.draggingStarted(EdgeModel e,
GraphPoint mousePos,
int mouseBtn)
|
void |
GraphModelListener.edgeAdded(EdgeModel e)
|
void |
GraphModelListener.edgeRemoved(EdgeModel e)
|
static EdgeEvent |
EdgeEvent.released(EdgeModel e,
GraphPoint mousePos,
int mouseBtn)
|
void |
EdgeModelListener.repaint(EdgeModel src)
|
void |
EdgeModelListener.updateBounds(java.awt.Rectangle r,
EdgeModel src)
|
Constructors in graphlab.graph.event with parameters of type EdgeModel | |
---|---|
EdgeEvent(int eventType,
EdgeModel e,
GraphPoint mousePos,
int mouseBtn,
boolean isNotified,
boolean isMouseEntered)
|
Uses of EdgeModel in graphlab.graph.graph |
---|
Fields in graphlab.graph.graph with type parameters of type EdgeModel | |
---|---|
java.util.HashMap<EdgeModel,java.lang.Integer> |
GraphColoring.edgeColors
|
java.util.HashSet<EdgeModel> |
SubGraph.edges
|
Methods in graphlab.graph.graph that return EdgeModel | |
---|---|
EdgeModel |
EdgeModel.getCopy(VertexModel vm1,
VertexModel vm2)
This is the copy constructor method for the Edge Model |
EdgeModel |
GraphModel.getEdge(VertexModel v1,
VertexModel v2)
|
Methods in graphlab.graph.graph that return types with arguments of type EdgeModel | |
---|---|
static Pair<EdgeModel,java.lang.Double> |
GraphControl.mindiste(GraphModel g,
GraphPoint p)
|
Methods in graphlab.graph.graph with parameters of type EdgeModel | |
---|---|
void |
GraphControlGrid.edgeAdded(EdgeModel e)
|
void |
FastRenderer.edgeAdded(EdgeModel e)
|
void |
GraphControlGrid.edgeRemoved(EdgeModel e)
|
void |
FastRenderer.edgeRemoved(EdgeModel e)
|
void |
GraphModel.insertEdge(EdgeModel newedge)
adds new edge only if it doesn't exist in graph |
void |
GraphModel.insertEdges(EdgeModel[] edges)
|
void |
FastRenderer.paint(java.awt.Graphics2D g,
EdgeModel model,
GraphModel graph,
java.lang.Boolean drawExtras)
|
void |
GraphModel.removeEdge(EdgeModel edge)
|
void |
FastRenderer.repaint(EdgeModel src)
|
void |
FastRenderer.updateBounds(java.awt.Rectangle r,
EdgeModel src)
|
Method parameters in graphlab.graph.graph with type arguments of type EdgeModel | |
---|---|
void |
GraphModel.insertEdges(java.lang.Iterable<EdgeModel> edgeModels)
|
Constructors in graphlab.graph.graph with parameters of type EdgeModel | |
---|---|
EdgeModel(EdgeModel edge,
VertexModel source,
VertexModel target)
copy constructor creates a copy (clone) of edge, the source and target of edge will be source and target parameters other properties of edge will be copied from edge parameter |
Uses of EdgeModel in graphlab.graph.io |
---|
Methods in graphlab.graph.io with parameters of type EdgeModel | |
---|---|
static java.lang.String |
GraphML.edge2GraphML(EdgeModel e)
|
Uses of EdgeModel in graphlab.graph.old |
---|
Methods in graphlab.graph.old with parameters of type EdgeModel | |
---|---|
void |
AcceleratedRenderer.edgeAdded(EdgeModel e)
|
void |
SuperAcceleratedRenderer.edgeAdded(EdgeModel e)
|
void |
LayeredRenderer.edgeRemoved(EdgeModel e)
|
static void |
ArrowHandler.paint(java.awt.Graphics _g,
EdgeModel e,
double zoomFactor)
draws the arrow of the edge on the graphics |
void |
LayeredRenderer.repaint(EdgeModel src)
|
void |
AcceleratedRenderer.repaint(EdgeModel src)
|
void |
AcceleratedRenderer.repaint(EdgeModel src,
java.awt.Graphics gg)
|
void |
LayeredRenderer.updateBounds(java.awt.Rectangle r,
EdgeModel src)
|
Uses of EdgeModel in graphlab.plugins.algorithmanimator.core.atoms |
---|
Methods in graphlab.plugins.algorithmanimator.core.atoms that return types with arguments of type EdgeModel | |
---|---|
VertexEdgeLabelEvent<VertexModel,EdgeModel> |
VertexEdgeLabelAnimator.animate(VertexEdgeLabelEvent<VertexModel,EdgeModel> event,
BlackBoard b)
|
Method parameters in graphlab.plugins.algorithmanimator.core.atoms with type arguments of type EdgeModel | |
---|---|
VertexEdgeLabelEvent<VertexModel,EdgeModel> |
VertexEdgeLabelAnimator.animate(VertexEdgeLabelEvent<VertexModel,EdgeModel> event,
BlackBoard b)
|
Uses of EdgeModel in graphlab.plugins.commandline.commands |
---|
Methods in graphlab.plugins.commandline.commands that return EdgeModel | |
---|---|
EdgeModel |
Converter.convert(EdgeModel e,
VertexModel newSource,
VertexModel newTarget)
|
EdgeModel |
Copier.convert(EdgeModel e,
VertexModel newSource,
VertexModel newTarget)
|
Methods in graphlab.plugins.commandline.commands with parameters of type EdgeModel | |
---|---|
EdgeModel |
Converter.convert(EdgeModel e,
VertexModel newSource,
VertexModel newTarget)
|
EdgeModel |
Copier.convert(EdgeModel e,
VertexModel newSource,
VertexModel newTarget)
|
Uses of EdgeModel in graphlab.plugins.graphgenerator.core |
---|
Methods in graphlab.plugins.graphgenerator.core that return EdgeModel | |
---|---|
EdgeModel[] |
SimpleGeneratorInterface.getEdges()
|
Uses of EdgeModel in graphlab.plugins.graphgenerator.generators |
---|
Methods in graphlab.plugins.graphgenerator.generators that return EdgeModel | |
---|---|
EdgeModel[] |
WheelGenerator.getEdges()
|
EdgeModel[] |
KmnoGenerator.getEdges()
|
EdgeModel[] |
HelmGraph.getEdges()
|
EdgeModel[] |
KmnGenerator.getEdges()
|
EdgeModel[] |
CircleGenerator.getEdges()
|
EdgeModel[] |
RandomTreeGenerator.getEdges()
|
EdgeModel[] |
RandomGenerator.getEdges()
|
EdgeModel[] |
TreeGenerator.getEdges()
|
EdgeModel[] |
CmnGenerator.getEdges()
|
EdgeModel[] |
PathGenerator.getEdges()
|
EdgeModel[] |
PmnGenerator.getEdges()
|
EdgeModel[] |
CompleteGraphGenerator.getEdges()
|
EdgeModel[] |
StarGenerator.getEdges()
|
EdgeModel[] |
KenserGraphGenerator.getEdges()
|
EdgeModel[] |
GeneralizedPetersonGenerator.getEdges()
|
Uses of EdgeModel in graphlab.plugins.main.ccp |
---|
Method parameters in graphlab.plugins.main.ccp with type arguments of type EdgeModel | |
---|---|
static void |
Cut.moveToGraph(GraphModel g,
java.util.Collection<EdgeModel> edges,
java.util.Collection<VertexModel> vertices,
GraphModel previousGraph)
|
Uses of EdgeModel in graphlab.plugins.main.core |
---|
Methods in graphlab.plugins.main.core with parameters of type EdgeModel | |
---|---|
void |
CorePluginMethods.addEdge(EdgeModel e)
adds e to current editing graph |
void |
CorePluginMethods.addEdge(GraphModel g,
EdgeModel e)
adds e to g |
void |
CorePluginMethods.deleteEdge(GraphModel g,
EdgeModel e)
|
Uses of EdgeModel in graphlab.plugins.main.core.actions.edge |
---|
Fields in graphlab.plugins.main.core.actions.edge declared as EdgeModel | |
---|---|
EdgeModel |
EdgeSelectData.edge
|
protected EdgeModel |
DragEdge.edge
|
Methods in graphlab.plugins.main.core.actions.edge that return EdgeModel | |
---|---|
static EdgeModel |
AddEdge.doJob(GraphModel g,
VertexModel v1,
VertexModel v2)
|
Methods in graphlab.plugins.main.core.actions.edge with parameters of type EdgeModel | |
---|---|
protected void |
AddEdge.addUndoData(EdgeModel e,
GraphModel g)
|
protected void |
DragEdge.addUndoData(EdgeModel e,
GraphPoint oldPos,
GraphPoint newPos)
|
protected void |
DragEdge.startPainting(EdgeModel e)
|
Uses of EdgeModel in graphlab.plugins.main.select |
---|
Methods in graphlab.plugins.main.select that return types with arguments of type EdgeModel | |
---|---|
static java.util.Vector<EdgeModel> |
MakeSelectionComplementGraph.fillUndoEdges(java.util.HashMap<java.lang.String,java.lang.Object> properties,
GraphData gd,
java.lang.String lbl)
|
java.util.HashSet<EdgeModel> |
SelectPluginMethods.getSelectedEdges()
|
Method parameters in graphlab.plugins.main.select with type arguments of type EdgeModel | |
---|---|
void |
SelectPluginMethods.setSelected(java.util.Collection<VertexModel> selectedVertices,
java.util.Collection<EdgeModel> selectedEdges)
|
void |
SelectPluginMethods.setSelectedEdges(java.util.Collection<EdgeModel> selectedEdges)
|
Uses of EdgeModel in graphlab.plugins.visualization.circular |
---|
Methods in graphlab.plugins.visualization.circular that return types with arguments of type EdgeModel | |
---|---|
java.util.HashMap<EdgeModel,java.awt.geom.Point2D> |
CircularDispatchVisualization.getNewEdgeCurveControlPoints()
|
Uses of EdgeModel in graphlab.plugins.visualization.corebasics |
---|
Methods in graphlab.plugins.visualization.corebasics that return types with arguments of type EdgeModel | |
---|---|
java.util.HashMap<EdgeModel,java.awt.geom.Point2D> |
VisualizationInterface.getNewEdgeCurveControlPoints()
|
Uses of EdgeModel in graphlab.plugins.visualization.corebasics.animator |
---|
Fields in graphlab.plugins.visualization.corebasics.animator with type parameters of type EdgeModel | |
---|---|
java.util.HashMap<EdgeModel,java.util.Vector<java.awt.geom.Point2D>> |
GeneralAnimator.edgeBendPoints
|
Constructor parameters in graphlab.plugins.visualization.corebasics.animator with type arguments of type EdgeModel | |
---|---|
GeneralAnimator(java.util.HashMap<VertexModel,java.awt.geom.Point2D> vertexDestinations,
java.util.HashMap<EdgeModel,java.util.Vector<java.awt.geom.Point2D>> edgeBendPoints,
GraphModel g,
BlackBoard blackboard)
|
Uses of EdgeModel in graphlab.plugins.visualization.hierarchical |
---|
Fields in graphlab.plugins.visualization.hierarchical with type parameters of type EdgeModel | |
---|---|
java.util.HashMap<EdgeModel,java.util.Vector<java.awt.geom.Point2D>> |
BendedTrees.edgeBendPoints
|
Uses of EdgeModel in graphlab.plugins.visualization.treevisualizations |
---|
Methods in graphlab.plugins.visualization.treevisualizations that return types with arguments of type EdgeModel | |
---|---|
java.util.HashMap<EdgeModel,java.awt.geom.Point2D> |
CircularTreeVisualization.getNewEdgeCurveControlPoints()
|
java.util.HashMap<EdgeModel,java.awt.geom.Point2D> |
BackwardTrees.getNewEdgeCurveControlPoints()
|
java.util.HashMap<EdgeModel,java.awt.geom.Point2D> |
HierarchicalTreeVisualization.getNewEdgeCurveControlPoints()
|
java.util.HashMap<EdgeModel,java.awt.geom.Point2D> |
SparseTreeVisualization.getNewEdgeCurveControlPoints()
|
|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |