Uses of Interface
org.gephi.filters.spi.Filter
-
Packages that use Filter Package Description org.gephi.filters.api API for graph filtering.org.gephi.filters.spi Interfaces for creating new filter classes. -
-
Uses of Filter in org.gephi.filters.api
Methods in org.gephi.filters.api that return Filter Modifier and Type Method Description FilterQuery. getFilter()Returns the filter this query is wrapping.Methods in org.gephi.filters.api with parameters of type Filter Modifier and Type Method Description QueryFilterController. createQuery(Filter filter)Creates a query fromfilter.FilterBuilderFilterLibrary. getBuilder(Filter filter)Returns the builder that has createdfilter.Method parameters in org.gephi.filters.api with type arguments of type Filter Modifier and Type Method Description Query[]Query. getQueries(Class<? extends Filter> filterClass)Utility method that returns all queries in this query hierarchy that arefilterClassinstance. -
Uses of Filter in org.gephi.filters.spi
Subinterfaces of Filter in org.gephi.filters.spi Modifier and Type Interface Description interfaceComplexFilterFilter working with full graphs and generally returning a subgraph.interfaceEdgeFilterBasic filters for edges, that works as predicates.interfaceElementFilter<K extends Element>Basic filters for elements (nodes or edges).interfaceNodeFilterBasic filters for nodes, that works as predicates.interfaceOperatorinterfaceRangeFilterMethods in org.gephi.filters.spi that return Filter Modifier and Type Method Description FilterFilterBuilder. getFilter(Workspace workspace)Builds a newFilterinstance.FilterFilterProperty. getFilter()Returns the filter instance this property is associated to.Methods in org.gephi.filters.spi with parameters of type Filter 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.voidFilterBuilder. destroy(Filter filter)Notification when the filter is destroyed, to perform clean-up tasks.GraphOperator. filter(Graph graph, Filter[] filters)JPanelFilterBuilder. getPanel(Filter filter)Returns the settings panel for the filter this builder is building, thefilterobject is passed as a parameter.
-