Gephi Toolkit Javadoc

org.gephi.preview.api.supervisors
Interface GlobalEdgeSupervisor

All Superinterfaces:
Supervisor

public interface GlobalEdgeSupervisor
extends Supervisor

Global edge supervisor.

Author:
Jérémy Subtil

Method Summary
 java.lang.Boolean getShowFlag()
          Returns true if the edges must be displayed in the preview.
 void setShowFlag(java.lang.Boolean value)
          Defines if the edges must be displayed in the preview.
 
Methods inherited from interface org.gephi.preview.api.supervisors.Supervisor
clearSupervised, getProperties
 

Method Detail

getShowFlag

java.lang.Boolean getShowFlag()
Returns true if the edges must be displayed in the preview.

Returns:
true if the edges must be displayed in the preview

setShowFlag

void setShowFlag(java.lang.Boolean value)
Defines if the edges must be displayed in the preview.

Parameters:
value - true to display the edges in the preview

Gephi Toolkit Javadoc