Uses of Interface
org.wilmascope.graph.EdgeView

Packages that use EdgeView
org.wilmascope.graph   
org.wilmascope.view   
org.wilmascope.viewplugin   
 

Uses of EdgeView in org.wilmascope.graph
 

Methods in org.wilmascope.graph that return EdgeView
 EdgeView Edge.getView()
           
 

Methods in org.wilmascope.graph with parameters of type EdgeView
 void Edge.setView(EdgeView view)
          Associates a (EdgeView) view object with this edge.
 

Constructors in org.wilmascope.graph with parameters of type EdgeView
Edge(Node start, Node end, EdgeView view)
          Creates an edge between two nodes, and sets the view
 

Uses of EdgeView in org.wilmascope.view
 

Classes in org.wilmascope.view that implement EdgeView
 class EdgeView
           
 

Uses of EdgeView in org.wilmascope.viewplugin
 

Classes in org.wilmascope.viewplugin that implement EdgeView
 class AggregationEdgeView
          Graphical representation of the edge
 class ArrowEdgeView
          Arrow shaped Graphical representation of the edge
 class AttenuatedEdgeView
          An attenuated edge is tube that's fat at the ends and thin in the middle.
 class BendyEdgeView
          An edge view that has bends at the specified positions.
 class DefaultEdgeView
          Graphical representation of the edge
 class DirectedEdgeView
          Graphical representation of the edge
 class InheritanceEdgeView
          Graphical representation of the edge
 class LineEdgeView
          Uses OpenGL (or DirectX) line segment primitive for super-fast rendering.
 class SimpleSplineEdgeView
          Title:
 class SpikeEdgeView
          Graphical representation of the edge
 class SplineRectTubeEdgeView
          An edge view which extrudes a tube out along a spline
 class SplineTubeEdgeView
          An edge view which extrudes a tube out along a spline
 class TaperedEdgeView
          Graphical representation of the edge