Uses of Class
org.gephi.filters.spi.Category
-
Packages that use Category Package Description org.gephi.filters.api API for graph filtering.org.gephi.filters.spi Interfaces for creating new filter classes. -
-
Uses of Category in org.gephi.filters.api
Fields in org.gephi.filters.api declared as Category Modifier and Type Field Description static CategoryFilterLibrary. ATTRIBUTESDefaultCategoryfor attributes filters.static CategoryFilterLibrary. EDGEDefaultCategoryfor filters working on edges only.static CategoryFilterLibrary. TOPOLOGYDefaultCategoryfor topological filters. -
Uses of Category in org.gephi.filters.spi
Methods in org.gephi.filters.spi that return Category Modifier and Type Method Description CategoryCategoryBuilder. getCategory()Returns the category builders are to be grouped in.CategoryFilterBuilder. getCategory()Returns the category this filter builder belongs to.CategoryFilterLibraryMask. getCategory()Returns theCategorythis masks is associated.CategoryCategory. getParent()Returns this category parent category ornullif this category has no parent.Constructors in org.gephi.filters.spi with parameters of type Category Constructor Description Category(String name, Icon icon, Category parent)
-