| Package | Description |
|---|---|
| org.gephi.filters.api |
API for graph filtering.
|
| org.gephi.filters.plugin | |
| org.gephi.filters.plugin.attribute | |
| org.gephi.filters.plugin.dynamic | |
| org.gephi.filters.plugin.edge | |
| org.gephi.filters.plugin.graph | |
| org.gephi.filters.plugin.operator | |
| org.gephi.filters.plugin.partition | |
| org.gephi.filters.spi |
Interfaces for creating new filter classes.
|
| Modifier and Type | Field and Description |
|---|---|
static Category |
FilterLibrary.ATTRIBUTES
Default
Category for attributes filters. |
static Category |
FilterLibrary.EDGE
Default
Category for filters working on edges only. |
static Category |
FilterLibrary.TOPOLOGY
Default
Category for topological filters. |
| Modifier and Type | Method and Description |
|---|---|
Category |
AbstractFilterBuilder.getCategory() |
| Constructor and Description |
|---|
AbstractAttributeFilterBuilder(org.gephi.graph.api.Column column,
Category category,
String description,
Icon icon) |
AbstractFilterBuilder(Category category,
String name,
String descrption,
Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
Category |
AttributeRangeBuilder.getCategory() |
Category |
AttributeNonNullBuilder.getCategory() |
Category |
AttributeEqualBuilder.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Category |
DynamicRangeBuilder.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Category |
SelfLoopFilterBuilder.getCategory() |
Category |
MutualEdgeBuilder.getCategory() |
Category |
EdgeWeightBuilder.getCategory() |
Category |
EdgeTypeBuilder.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Category |
OutDegreeRangeBuilder.getCategory() |
Category |
NeighborsBuilder.getCategory() |
Category |
MutualDegreeRangeBuilder.getCategory() |
Category |
KCoreBuilder.getCategory() |
Category |
InDegreeRangeBuilder.getCategory() |
Category |
HasSelfLoopBuilder.getCategory() |
Category |
GiantComponentBuilder.getCategory() |
Category |
EgoBuilder.getCategory() |
Category |
DegreeRangeBuilder.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Category |
UNIONBuilder.getCategory() |
Category |
NOTBuilderNode.getCategory() |
Category |
NOTBuilderEdge.getCategory() |
Category |
MASKBuilderEdge.getCategory() |
Category |
INTERSECTIONBuilder.getCategory() |
| Modifier and Type | Field and Description |
|---|---|
static Category |
InterEdgesBuilder.INTER_EDGES |
static Category |
IntraEdgesBuilder.INTRA_EDGES |
| Modifier and Type | Method and Description |
|---|---|
Category |
PartitionCountBuilder.getCategory() |
Category |
PartitionBuilder.getCategory() |
Category |
IntraEdgesBuilder.getCategory() |
Category |
InterEdgesBuilder.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
Category |
FilterLibraryMask.getCategory()
Returns the
Category this masks is associated. |
Category |
FilterBuilder.getCategory()
Returns the category this filter builder belongs to.
|
Category |
CategoryBuilder.getCategory()
Returns the category builders are to be grouped in.
|
Category |
Category.getParent()
Returns this category parent category or
null if this
category has no parent. |
| Constructor and Description |
|---|
Category(String name,
Icon icon,
Category parent) |
Copyright © 2007–2017. All rights reserved.