Gephi Toolkit Javadoc

org.gephi.preview.api
Interface Colorizer

All Known Subinterfaces:
EdgeChildColorizer, EdgeColorizer, GenericColorizer, NodeChildColorizer, NodeColorizer

public interface Colorizer

Interface of a colorizer.

Author:
Jérémy Subtil

Method Summary
 java.lang.String toString()
          Formats the colorizer as a string.
 

Method Detail

toString

java.lang.String toString()
Formats the colorizer as a string.

Overrides:
toString in class java.lang.Object
Returns:
the colorizer formatted as a string

Gephi Toolkit Javadoc