edu.uci.ics.jung.visualization
Interface HasShapeFunctions

All Known Implementing Classes:
PluggableRenderer, PluggableRendererDecorator, TransformingPluggableRenderer

public interface HasShapeFunctions

Interface used to tag classes that can provide Shapes for graph elements. PluggableRenderer implements this interface

Author:
Tom Nelson - RABA Technologies

Method Summary
 EdgeShapeFunction getEdgeShapeFunction()
           
 VertexShapeFunction getVertexShapeFunction()
           
 

Method Detail

getVertexShapeFunction

VertexShapeFunction getVertexShapeFunction()

getEdgeShapeFunction

EdgeShapeFunction getEdgeShapeFunction()