|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CategoryBuilder | Category builder is a convenient way to define multiple builders from a single source and grouped in a single category. |
ComplexFilter | Filter working with full graphs and generally returning a subgraph. |
EdgeFilter | Basic filters for edges, that works as predicates. |
Filter | Filters are pruning the graph by keeping only nodes and edges that satisify filters conditions. |
FilterBuilder | Filter builder, creating Filter instances for a single type
of filters. |
FilterLibraryMask | Classes that implements this interface can be registered to the filter library to programmatically enable or disable categories, i.e. filters container. |
NodeFilter | Basic filters for nodes, that works as predicates. |
Operator |
Class Summary | |
---|---|
Category | A filter category is like a folder, it describes the type of the filter and bring together to users filters that have the same categories. |
FilterProperty | Properties for filters. |
Interfaces for creating new filter classes.
FilterAPI
, GraphAPI
and UtilitiesAPI
as dependencies.FilterBuilder
,
this class is basically a factory that will create filter instances
on demand.FilterBuilder
as the
annotation parameter.NodeFilter
,
EdgeFilter
or ComplexFilter
.getProperties()
method in your filter, it should
expose all properies that can be set by users and have an influence
on the filter execution.getPanel()
method in the builder.
|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |