Gephi Toolkit Javadoc

org.gephi.preview.api.util
Interface Holder<T>


public interface Holder<T>

Interface of a generic component holder.

Author:
Jérémy Subtil

Method Summary
 T getComponent()
          Returns the hold component.
 

Method Detail

getComponent

T getComponent()
Returns the hold component.

Returns:
the hold component

Gephi Toolkit Javadoc