net.sourceforge.fluxion.runcible.graph.view.factory
Class FlexEdgeViewFactory

java.lang.Object
  extended by net.sourceforge.fluxion.runcible.graph.view.factory.FlexEdgeViewFactory
All Implemented Interfaces:
EdgeViewFactory, EdgeVisitor

public class FlexEdgeViewFactory
extends java.lang.Object
implements EdgeViewFactory

Javadocs go here

Author:
Tony Burdett

Constructor Summary
FlexEdgeViewFactory()
          Default constructor
 
Method Summary
 ColorScheme getColorScheme()
          Gets the ColorScheme being used by this particular DotEdgeViewFactory.
 FlexEdgeView getEdgeView()
          Generate an EdgeView.
 void setColorScheme(ColorScheme colorScheme)
          Sets the ColorScheme to use for DotEdgeViewFactory.
 void visit(Edge edge)
          Visit this Edge
protected  void visit(IsAEdge edge)
           
protected  void visit(NestedEdge edge)
           
protected  void visit(ValueEdge edge)
           
protected  void visit(WalkEdge edge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexEdgeViewFactory

public FlexEdgeViewFactory()
Default constructor

Method Detail

getEdgeView

public FlexEdgeView getEdgeView()
Description copied from interface: EdgeViewFactory
Generate an EdgeView.

Specified by:
getEdgeView in interface EdgeViewFactory
Returns:
the generated EdgeView

getColorScheme

public ColorScheme getColorScheme()
Gets the ColorScheme being used by this particular DotEdgeViewFactory.

Returns:
the ColorScheme being used

setColorScheme

public void setColorScheme(ColorScheme colorScheme)
Sets the ColorScheme to use for DotEdgeViewFactory.

Parameters:
colorScheme - the ColorScheme being used

visit

public void visit(Edge edge)
Description copied from interface: EdgeVisitor
Visit this Edge

Specified by:
visit in interface EdgeVisitor
Parameters:
edge - the edge to visit

visit

protected void visit(NestedEdge edge)

visit

protected void visit(ValueEdge edge)

visit

protected void visit(WalkEdge edge)

visit

protected void visit(IsAEdge edge)


Copyright © 2010. All Rights Reserved.