|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterLibraryMask
Classes that implements this interface can be registered to the filter library to programmatically enable or disable categories, i.e. filters container. That is useful for instance to disable filters working on undirected graphs if the current graph is directed.
When registered, masks are asked whether the category is valid.
FilterLibrary
Method Summary | |
---|---|
Category |
getCategory()
Returns the Category this masks is associated. |
boolean |
isValid()
Returns true if this masks's category is valid. |
Method Detail |
---|
Category getCategory()
Category
this masks is associated.
Category
this filter is describingboolean isValid()
true
if this masks's category is valid.
true
if the category is valid, false
otherwise
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |