Gephi Toolkit Javadoc

org.gephi.preview.api
Interface EdgeChildColorizer

All Superinterfaces:
Colorizer

public interface EdgeChildColorizer
extends Colorizer

Interface of an edge child colorizer.

Author:
Jérémy Subtil

Method Summary
 void color(EdgeChildColorizerClient client)
          Colors the given client.
 
Methods inherited from interface org.gephi.preview.api.Colorizer
toString
 

Method Detail

color

void color(EdgeChildColorizerClient client)
Colors the given client.

Parameters:
client - the client to color

Gephi Toolkit Javadoc