Uses of Class
org.gephi.filters.spi.FilterProperty
-
Packages that use FilterProperty Package Description org.gephi.filters.api API for graph filtering.org.gephi.filters.spi Interfaces for creating new filter classes. -
-
Uses of FilterProperty in org.gephi.filters.api
Methods in org.gephi.filters.api with parameters of type FilterProperty Modifier and Type Method Description voidPropertyExecutor. setValue(FilterProperty property, Object value, PropertyExecutor.Callback callback)Setvalueonpropertyin a safe way by usingcallback. -
Uses of FilterProperty in org.gephi.filters.spi
Methods in org.gephi.filters.spi that return FilterProperty Modifier and Type Method Description static FilterPropertyFilterProperty. createProperty(Filter filter, Class valueType, String fieldName)Creates a property.static FilterPropertyFilterProperty. createProperty(Filter filter, Class valueType, String propertyName, String getMethod, String setMethod)Creates a property.FilterProperty[]Filter. getProperties()Returns the filter properties.FilterPropertyRangeFilter. getRangeProperty()
-