|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprefuse.data.expression.AbstractExpression
de.postfuse.ui.filter.GFilter
de.postfuse.ui.filter.NotFilter
public class NotFilter
This filter inverts the inner filter.
| Constructor Summary | |
|---|---|
NotFilter(Filter f)
|
|
| Method Summary | |
|---|---|
boolean |
getBoolean(prefuse.data.Tuple t)
|
String |
getGeneratedName()
|
| Methods inherited from class de.postfuse.ui.filter.GFilter |
|---|
get, getName, getType, setName |
| Methods inherited from class prefuse.data.expression.AbstractExpression |
|---|
addExpressionListener, expressionChanged, getDouble, getFloat, getInt, getLong, removeExpressionListener, visit |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface prefuse.data.expression.Expression |
|---|
addExpressionListener, getDouble, getFloat, getInt, getLong, removeExpressionListener, visit |
| Constructor Detail |
|---|
public NotFilter(Filter f)
| Method Detail |
|---|
public boolean getBoolean(prefuse.data.Tuple t)
getBoolean in interface FiltergetBoolean in interface prefuse.data.expression.ExpressiongetBoolean in class GFilterpublic String getGeneratedName()
getGeneratedName in class GFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||