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

All Known Implementing Classes:
ConstantVertexIconFunction, DefaultVertexIconFunction, PickableVertexIconFunction, VertexIconAndShapeFunction, VertexImageShaperDemo.DemoVertexImageShapeFunction

public interface VertexIconFunction


Field Summary
static Icon BROKEN_IMAGE
           
 
Method Summary
 Icon getIcon(ArchetypeVertex v)
           
 

Field Detail

BROKEN_IMAGE

static final Icon BROKEN_IMAGE
Method Detail

getIcon

Icon getIcon(ArchetypeVertex v)