|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Generator
Define a generator, that is generating graph structure from a bunch of parameters.
Extends LongTask
to support tasks progress and cancellation.
Method Summary | |
---|---|
void |
generate(ContainerLoader container)
Main method that generates the graph and put it in the container. |
java.lang.String |
getName()
Returns the generator display name. |
GeneratorUI |
getUI()
Returns the UI that belongs to this generator, or null if UI
is not needed. |
Methods inherited from interface org.gephi.utils.longtask.spi.LongTask |
---|
cancel, setProgressTicket |
Method Detail |
---|
void generate(ContainerLoader container)
From the container content, the controller makes verification and append
the graph to GraphAPI
.
container
- the container the graph is to be pushedjava.lang.String getName()
GeneratorUI getUI()
null
if UI
is not needed.
null
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |