org.wilmascope.graph
Interface EdgeAbility

All Known Subinterfaces:
EdgeView
All Known Implementing Classes:
AggregationEdgeView, ArrowEdgeView, AttenuatedEdgeView, BendyEdgeView, DefaultEdgeView, DirectedEdgeView, DirectedEdgeView, DotEdgeLayout, EdgeColumnLayout, EdgeForceLayout, EdgeLayout, EdgeView, FastEdgeLayout, HDEdgeLayout, InheritanceEdgeView, LineEdgeView, MultiScaleEdgeLayout, SimpleSplineEdgeView, SpikeEdgeView, SplineRectTubeEdgeView, SplineTubeEdgeView, TaperedEdgeView

public interface EdgeAbility

Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org

Version:
1.0
Author:
Tim Dwyer

Method Summary
 Edge getEdge()
          Get the Edge that this ability is registered with
 void setEdge(Edge edge)
          Called by Edge when this ability is registered with that edge.
 

Method Detail

setEdge

void setEdge(Edge edge)
Called by Edge when this ability is registered with that edge.


getEdge

Edge getEdge()
Get the Edge that this ability is registered with