org.gephi.filters.plugin.graph
Class NeighborsBuilder.NeighborsFilter
java.lang.Object
org.gephi.filters.plugin.graph.NeighborsBuilder.NeighborsFilter
- All Implemented Interfaces:
- ComplexFilter, Filter
- Enclosing class:
- NeighborsBuilder
public static class NeighborsBuilder.NeighborsFilter
- extends java.lang.Object
- implements ComplexFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NeighborsBuilder.NeighborsFilter
public NeighborsBuilder.NeighborsFilter()
filter
public Graph filter(Graph graph)
- Specified by:
filter
in interface ComplexFilter
getName
public java.lang.String getName()
- Description copied from interface:
Filter
- Returns the filter's display name.
- Specified by:
getName
in interface Filter
- Returns:
- the filter's dispaly name
getProperties
public FilterProperty[] getProperties()
- Description copied from interface:
Filter
- Returns the filter properties. Property values can be get and set from
FilterProperty
objects.
- Specified by:
getProperties
in interface Filter
- Returns:
- the filter's properties
getDepth
public java.lang.Integer getDepth()
setDepth
public void setDepth(java.lang.Integer depth)
isSelf
public boolean isSelf()
setSelf
public void setSelf(boolean self)