edu.uci.ics.jung.graph.decorators
Interface VertexShapeFunction

All Known Subinterfaces:
SettableVertexShapeFunction
All Known Implementing Classes:
AbstractVertexShapeFunction, EllipseVertexShapeFunction, VertexIconAndShapeFunction, VertexImageShaperDemo.DemoVertexImageShapeFunction

public interface VertexShapeFunction

An interface for decorators that return a Shape for a specified vertex.

Author:
Joshua O'Madadhain

Method Summary
 Shape getShape(Vertex v)
           
 

Method Detail

getShape

Shape getShape(Vertex v)