GraphLab Project

graphlab.graph.event
Interface VertexModelListener

All Known Implementing Classes:
AcceleratedRenderer, FastRenderer, LayeredRenderer, SuperAcceleratedRenderer

public interface VertexModelListener

************************************************************* GraphLab Project * Copyright (C) 2005 Math Science Department * of Sharif University of Technology * * See license.txt for more details about license of GraphLab. * * **************************************************************


Method Summary
 void repaint(VertexModel src)
           
 void updateLocation(VertexModel src, GraphPoint newLocation)
           
 void updateSize(VertexModel src, GraphPoint newSize)
           
 

Method Detail

repaint

void repaint(VertexModel src)

updateSize

void updateSize(VertexModel src,
                GraphPoint newSize)

updateLocation

void updateLocation(VertexModel src,
                    GraphPoint newLocation)

GraphLab Project