public abstract static class PartitionBuilder.PartitionFilter extends Object implements Filter
| Constructor and Description |
|---|
PartitionFilter(org.gephi.graph.api.Column column,
AppearanceModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPart(Object value) |
boolean |
evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Edge edge) |
boolean |
evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Node node) |
void |
finish() |
org.gephi.graph.api.Column |
getColumn() |
String |
getName()
Returns the filter's display name.
|
Partition |
getPartition() |
Set<Object> |
getParts() |
FilterProperty[] |
getProperties()
Returns the filter properties.
|
void |
removePart(Object value) |
void |
selectAll() |
void |
setColumn(org.gephi.graph.api.Column column) |
void |
setParts(Set<Object> parts) |
void |
unselectAll() |
public PartitionFilter(org.gephi.graph.api.Column column,
AppearanceModel model)
public String getName()
Filterpublic boolean evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Node node)
public boolean evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Edge edge)
public void finish()
public void addPart(Object value)
public void removePart(Object value)
public void unselectAll()
public void selectAll()
public FilterProperty[] getProperties()
FilterFilterProperty objects.getProperties in interface Filterpublic Partition getPartition()
public org.gephi.graph.api.Column getColumn()
public void setColumn(org.gephi.graph.api.Column column)
Copyright © 2007–2017. All rights reserved.