public abstract static class AttributeRangeBuilder.AttributeRangeFilter<K extends org.gephi.graph.api.Element> extends AbstractAttributeFilter<K> implements RangeFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeRangeBuilder.AttributeRangeFilter.Edge |
static class |
AttributeRangeBuilder.AttributeRangeFilter.Node |
| Constructor and Description |
|---|
AttributeRangeFilter(org.gephi.graph.api.Column column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Element element) |
void |
finish() |
Range |
getRange() |
FilterProperty |
getRangeProperty() |
Number[] |
getValues(org.gephi.graph.api.Graph graph) |
boolean |
init(org.gephi.graph.api.Graph graph) |
void |
setRange(Range range) |
getColumn, setColumnaddProperty, getName, getPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getPropertiespublic AttributeRangeFilter(org.gephi.graph.api.Column column)
public boolean init(org.gephi.graph.api.Graph graph)
init in interface ElementFilter<K extends org.gephi.graph.api.Element>public boolean evaluate(org.gephi.graph.api.Graph graph,
org.gephi.graph.api.Element element)
evaluate in interface ElementFilter<K extends org.gephi.graph.api.Element>public void finish()
finish in interface ElementFilter<K extends org.gephi.graph.api.Element>public Number[] getValues(org.gephi.graph.api.Graph graph)
getValues in interface RangeFilterpublic FilterProperty getRangeProperty()
getRangeProperty in interface RangeFilterpublic Range getRange()
public void setRange(Range range)
Copyright © 2007–2017. All rights reserved.